Re: How to insert page breaks for html to pdf conversion

2019-08-14 Thread Miklos Vajna
Hi Jerry, On Tue, Aug 13, 2019 at 02:13:57PM -0400, Jerry Geis wrote: > I seems if I put --writer on the command line that helps greatly. > > However when I put the command in "class" it seems ignored. > > P.title > { > page-break-before: always; > } > > But if I put i

Re: How to insert page breaks for html to pdf conversion

2019-08-13 Thread Jerry Geis
Thanks Miklos I seems if I put --writer on the command line that helps greatly. However when I put the command in "class" it seems ignored. P.title { page-break-before: always; } But if I put it inline it works Should that work ? Thanks, Jerry > _

Re: How to insert page breaks for html to pdf conversion

2019-08-13 Thread Miklos Vajna
Hi Jerry, On Mon, Aug 12, 2019 at 02:21:02PM -0400, Jerry Geis wrote: > What can I put in my HTML document that will cause a page break when > converting to PDF > with the --headless --convert-to pdf command line If you just load a HTML document, it'll be loaded into Writer/Web, which has no pa