Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

converting word files to PDF using Coldfusion 7?

Explorer ,
Mar 26, 2009 Mar 26, 2009
hi i was just wonderign if there was any easy way to use coldfusion 7 to convert word files to PDF on the server.
388
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 28, 2009 Mar 28, 2009
This link should help.
Convert Word to PDF

Matthew Vass
QA Analyst
mvass@hostmysite.com
HostMySite.com
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 29, 2009 Mar 29, 2009
LATEST
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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources