Just download the sources, and look at \tools\src\main\java\org\apache\pdfbox\tools\TextToPDF.java then modify it to your needs :-)
Tilman Am 14.05.2014 19:27, schrieb Jack Woehr:
I solved a biz req using the TextToPDF command of PDFBox, thanks for this wonderful tool. Now I'd like to insert page breaks and it looks like a development project :) I tried adding ^L's to the original text document to see if that resulted in page breaks from TextToPDF conversion, but no joy there. Is there anyway to break pages at specified places in an original text document so TextToPDF will break the pages there, or do I acutally have to do real work and learn the API to do this? Thanks!

