RE: Working with a PDF file

2003-01-23 Thread Les Mizzell
Client has finally decided to use straight .cfm pages with SQL Server to maintain their price list and apply updates, (some 200 pages of products), and then purchase several licenses of ActivePDF to get it back into the "official" company format for printing when a rep pulls it from the web (or int

RE: Working with a PDF file

2003-01-15 Thread Ali Daniali
Les Here is how I would do it. Depending on if the product list is static (meaning every customer has the ability to see ALL the products rather than only a sub-set of the products) I would do the this project differently. The following would be how I would approach it for a static product list wi

Re: Working with a PDF file

2003-01-15 Thread Samuel R. Neff
If you can re-create the document as XML source and XSLT stylesheet to create XSL-FO, then you can have CF generate the XML and transform it with Apache FOP into PDF on the fly (but cache it!). Very nice solution. Cheap. Stable. Big learning curve. Sam ~

RE: Working with a PDF file

2003-01-15 Thread webguy
Yeah look here http://www.cfcomet.com/pdf/ http://www.school-for-champions.com/coldfusion/cftopdf.htm and if you have money www.activePDF.com WG > -Original Message- > From: Les Mizzell [mailto:[EMAIL PROTECTED]] > Sent: 15 January 2003 18:34 > To: CF-Talk > Subject: Working with a