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.
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
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.
精彩评论