Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Background image in PDF Export

Chris Armstrong March 24, 2014

Hello,

I have added a background image to my PDF Exports by modifying the @pageCSS element on the PDF Stylesheet as follows:

  1. @page
  2. {
  3. /*A4-sized pages in landscape orientation are 297 mm wide by 210 mm long*/
  4. size: 297mm 210mm;
  5. background-image: url('image1.jpg');

The image is a bit bigger than the page size, so I'd like to resize it to scale to the size of the page. I tried adding

background-size: contain;

But this did not have an effect.

2 answers

0 votes
Florian Franke October 1, 2014

Is there some kind of solution for this? Is it possible to insert an image in a different way?

Thanks!

0 votes
Christoph Philipp March 26, 2014

Hi

I had to experience as well that background image sizing does NOT work.

That will also prevent you from inserting a high resolution logo to single page pdf exports...

best

Chris

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events