Question

Is it possible to direct Prince XML to convert from HTML and create an output file with no page breaks at all, a PDF file that is just one continuous page?

Was it helpful?

Solution

manually specify a very tall paper size, like this:

@page 
{
    size: 210mm 1485mm
}
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top