Forum How do I...?

First page as :left

ollieterma
Hi,

we're handling a few huge pdfs and are splitting them into smaller ones and then concatenating them. We've got the page counters working fine, but there's a problem when the first page of the pdf should be on the left.

Do you have any ideas on how to solve this?

Currently we're just making an extra blank page when needed and removing it from the concatenated pdf manually.
mikeday
We need to add a new option or CSS property for this, I will move it up the roadmap.
mikeday
In Prince 10 rev 5 you can now apply "page-break-before: left" at the beginning of the document to achieve this.