0
converting word files to PDF using Coldfusion 7?
Explorer
,
/t5/coldfusion-discussions/converting-word-files-to-pdf-using-coldfusion-7/td-p/258537
Mar 26, 2009
Mar 26, 2009
Copy link to clipboard
Copied
hi i was just wonderign if there was any easy way to use
coldfusion 7 to convert word files to PDF on the server.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
New Here
,
/t5/coldfusion-discussions/converting-word-files-to-pdf-using-coldfusion-7/m-p/258538#M22995
Mar 28, 2009
Mar 28, 2009
Copy link to clipboard
Copied
This link should help.
Convert Word to PDF
Matthew Vass
QA Analyst
mvass@hostmysite.com
HostMySite.com
Convert Word to PDF
Matthew Vass
QA Analyst
mvass@hostmysite.com
HostMySite.com
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/coldfusion-discussions/converting-word-files-to-pdf-using-coldfusion-7/m-p/258539#M22996
Mar 29, 2009
Mar 29, 2009
Copy link to clipboard
Copied
There is a
documented
example in the livedocs, where Coldfusion converts a word document
to HTML. You can then use the cfdocument tag to convert the
HTML to PDF.
That's just what I've done below. This is probably not the easy way you want, but it is a start.
To run it, place the file you wish to convert, say, temp.doc, in the web root. The result will be temp.pdf.
That's just what I've done below. This is probably not the easy way you want, but it is a start.
To run it, place the file you wish to convert, say, temp.doc, in the web root. The result will be temp.pdf.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

