Skip to main content
Participant
April 18, 2008
Question

Convert a PDF to JPG?

  • April 18, 2008
  • 1 reply
  • 2699 views
Is it possible to convert a PDF document that a user uploaded to JPG format on the server using ColdFusion 8? If not, is there a product that can do so?
This topic has been closed for replies.

1 reply

Inspiring
April 19, 2008
Take a look at the cfpdf tag. You can use the thumbnail attribute with whatever percentage is needed.
BKBK
Community Expert
Community Expert
April 20, 2008
I second -==cfSearching==-. May I share my first experience with the thumbnail functionality in cfpdf.

I copied the following code from the Adobe CF 8 documentation and applied it to a 158 page document, db4o.pdf. Coldfusion duly created the directory and 158 Jpegs (one per page) in 50 seconds. It was pleasing.