Forum How do I...?

Page Limitations On Trial Version?

xzyfer
Hey guys,

Im assessing Prince for use on my company's servers, however in my test i am unable to generate multiple pages.

Although the html pages is approximately 3 pages long, onlt the first page is generated. I attempted using page breaks, and although they did success in causing a page break in the correct place, the next page was never actualy generated.

I have also tried using the @page { size:A4 } annotation with no success.

Is this a limitation of the trial version or an i doing something wrong?
mikeday
Probably the content is contained within a large absolutely positioned block or something similar; currently absolutely positioned blocks cannot be split over multiple pages. The solution is simply to make the content a regular block.