Mike G.
Mike G.

Reputation: 1

cfoutput over a PDF

What is the best way to cfoutput query results over a PDF? I need to be able to place the results, ie name, address, etc. over an existing PDF letter for print.

Upvotes: 0

Views: 238

Answers (2)

Henry
Henry

Reputation: 32905

Make "name, address, etc." into fields, then fill in with <cfpdfformparam>.

see: http://cfpdf.blogspot.com/2008/04/populate-and-merge-multiple-pdf-forms.html

Upvotes: 4

Larry Flewwelling
Larry Flewwelling

Reputation: 144

Found this on google: http://www.pdfcode.com/viewtopic.php?f=2&t=2

(ABCPdf & ColdFusion)

I use ABCPDF for asp.net websites. I'm not sure how popular it is for ColdFusion.

Upvotes: 0

Related Questions