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

Converting Word to PDF on the Server

New Here ,
Jan 03, 2008 Jan 03, 2008

Copy link to clipboard

Copied

Is it possible to convert a Word document that a user uploaded to PDF format on the server using ColdFusion 8? If not, is there a product that can do so?
TOPICS
Advanced techniques

Views

414

Translate

Translate

Report

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
Explorer ,
Jan 03, 2008 Jan 03, 2008

Copy link to clipboard

Copied

There are a couple of ways to do it.

There is a product called Ad Lib that will do it, but at considerable cost and, frankly, they're not very responsive as a company and I can no longer recommend them. (Ad Lib also does not support the latest version of Word that completely changed everything.)

Probably the easiest thing to do is install Word and Acrobat and use the Word COM object to print the document to the Acrobat printer driver.

Votes

Translate

Translate

Report

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
LEGEND ,
Jan 03, 2008 Jan 03, 2008

Copy link to clipboard

Copied

Or you can get the Adobe Distiller (or whatever it has been renamed and
repackaged as) that at one time at least allowed one to create a watch
directory where any supported document dropped into the directory was
converted to a PDF.

I'm sure this is not part of the 'entry' level products. But there are
solutions out there. It really depends and how much effort and|or money
you want to invest in this.

I believe I have read about Java based solutions that should could
theoretically be integrated into CF as well.

Votes

Translate

Translate

Report

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
Advisor ,
Jan 03, 2008 Jan 03, 2008

Copy link to clipboard

Copied

LATEST
If you are a Java or .NET developer you might try Aspose.Words and Aspose.Pdf.
http://www.aspose.com

Votes

Translate

Translate

Report

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
Documentation