This is a discussion on Create PDFs with a strict layout automatically within the PHP General forums, part of the PHP Programming Forums category; On 27 Nov 2007, at 17:57, Brady Mitchell wrote: > FPDF is a great way to go - I've ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On 27 Nov 2007, at 17:57, Brady Mitchell wrote:
> FPDF is a great way to go - I've used it for other projects. Thought > I'd share this method so you'd have more options. :) Very much appreciated. :o) I do want to include graphics dynamically as well, not just form data, so I think your approach wouldn't be quite as suited anyway(?). Chrs, Dav |
|
|||
|
David Christopher Zentgraf wrote:
> On 27 Nov 2007, at 17:57, Brady Mitchell wrote: > >> FPDF is a great way to go - I've used it for other projects. Thought >> I'd share this method so you'd have more options. :) > > Very much appreciated. :o) > > I do want to include graphics dynamically as well, not just form data, > so I think your approach wouldn't be quite as suited anyway(?). Yeah, it sounds like your project is better suited for FPDF than I originally thought. I saw "template" and that made me think of using pdftk to fill in PDFs generated elsewhere. Brady |