Skip to main content
Known Participant
January 3, 2008
Question

Converting Word to PDF on the Server

  • January 3, 2008
  • 2 replies
  • 535 views
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?
This topic has been closed for replies.

2 replies

Inspiring
January 3, 2008
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.
Inspiring
January 3, 2008
If you are a Java or .NET developer you might try Aspose.Words and Aspose.Pdf.
http://www.aspose.com
Inspiring
January 3, 2008
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.