> Is it possible to generate pdf file in CFMX (6)? > I have a form that users should fill and print and post. I > wonder if it is possible that they fill it in a .cfm form and > then download it as pdf and print it. > If it is not possible in cf6 I can change my hosting and buy > a cf7 but another problem is the fromat of the pdf file > completely predictable. I mean the form that should be > printed and posted should have special format (fornt and > lines) and the specific number of fields should be in each > page of printed page. So is it possible to make that?
Your best bet is to merge an existing PDF form with an FDF data file. There are plenty of ways you can do that in any version of CF. I think you can use iText for this, also. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore and Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256535 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

