Forum How do I...?

it doesn't render multiple pages (only first)

beyoumedia
Hi,

may somebody has a clue on this?

I don't know why a html file is rendered only into a single paged pdf.
May something with this command is wrong?

/usr/local/bin/prince --input=html --server --log=/var/www/vhosts/itoolz.ch/itoolz-app/log/prince.log -s /var/www/vhosts/itoolz.ch/itoolz-app/public/stylesheets/compiled/screen.css -s /var/www/vhosts/itoolz.ch/itoolz-app/public/stylesheets/compiled/prince.css --silent - -o -

Thanks a lot for helping!
Alex McKee
You need to use CSS paged media to get it to render into separate pages. Prince won't - rightly so - try to split it up into pages automatically.
mikeday
The command line is fine, but I would guess there is something like a large absolutely positioned block which Prince has trouble splitting across multiple pages.
beyoumedia
unfortunatelly, the pdf generation still breaks
it is a long table with contents, it shows only until the page break, after that, everything is like deleted.

may you can help me?

thnx a lot
mikeday
Probably it's either floated or positioned. Can you post an example document demonstrating the problem?