Hi,
I am using PDFLib to generate PDF documents. This works perfectely but I've got some questions (I can't find the answers in the PDFLib documentation..)
What I want to do is define and use a template in PDF and I wonder how PDF handles text overflow. Say I want to automatically place 4 A4's of text in "a page" in "a template" can PDFLib figure out the number of pages automatically or should I use PDF_show_boxed and calculate the text-height/ number of pages myself?
So: should I always calculate the textheight or can PDF/ the PDFLib extension handle text-overflow automatically?