function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Heather_HansonHeather_Hanson 

Render as pdf remove blank 1st page and blank last page

I have a Visualforce page that we render as PDF.  I need to have 14 full page images referenced at the beginning.  I've done some searching and found that the way to avoid the blank first page is to use the css: position: absolute;top:0;

This works at removing the leading blank page, but it also somehow messes with the images.  The first image referenced somes out fine, but you can see on the right that there is some of the second image and then there is no page with the second image.

I have tried a variety of different css and have yet to figure it out.  Is there a way to remove the leading blank page and keep all image tags working properly?