0

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?

incandescentman
  • 6,168
  • 3
  • 46
  • 86

1 Answers1

0

manually specify a very tall paper size, like this:

@page 
{
    size: 210mm 1485mm
}
incandescentman
  • 6,168
  • 3
  • 46
  • 86