Re: [PHP] PDF Creating

2004-03-17 Thread Vicente Werner
We had a similar issue ourselves, we finally solved it using htmldoc to build the pdf from a custom html file. It allows you to explicitly say where you want to split the document, or to rely upon itself to break the stuff into pages. --

Re: [PHP] PDF Creating

2004-03-17 Thread Jason Wong
On Thursday 18 March 2004 00:59, Robert Sossomon wrote: > I have the PDF librarys from FPDF and from Potential Tech, I have not > decided which one to use yet. Have you tried pc4p? [snip] > My question is how to I know how/where the pages will break, and how can > I make the generation of the

RE: [PHP] PDF Creating

2004-03-17 Thread Daniel Purdy
[snip] My question is how to I know how/where the pages will break, and how can I make the generation of the PDF files work automagically? The first page will always have a header set of information, and then the quote following it, all other pages will just have the quoted items. [/snip] My expe

Re: [PHP] PDF Creating

2004-03-17 Thread Adam Voigt
I don't know if this is still the case, but when I was using the PDF library to generate PDF's, the only way to know when to stop the current page and start the next, was by keeping track of what your pixel position on the page was, and if you were within such and such of the margin, you should cal