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

Convert a PDF to JPG?

New Here ,
Apr 18, 2008 Apr 18, 2008
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?
TOPICS
Advanced techniques
2.6K
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
Valorous Hero ,
Apr 18, 2008 Apr 18, 2008
Take a look at the cfpdf tag. You can use the thumbnail attribute with whatever percentage is needed.
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 ,
Apr 20, 2008 Apr 20, 2008
LATEST
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.

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