Hello,

say I'd like to create a PDF out of any text file. I would create a page
with PdfDocument::CreatePage(), then add the text with
PdfPainter::DrawMultiLineText().

The problem is that I don't know how many lines will be written to the
page. For a text that's long enough, some text will eventually be lost.

What's the most elegant way to go about creating new pages as needed and
not losing any text?


Thanks,
Razvan

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
_______________________________________________
Podofo-users mailing list
Podofo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/podofo-users

Reply via email to