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

How to get image and text from PDF file

Contributor ,
Aug 05, 2009 Aug 05, 2009

Hi All,

How to read images and text from pdf file?

TOPICS
Advanced techniques
1.9K
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
Advocate ,
Aug 05, 2009 Aug 05, 2009

Hi Dileep,

Though I am not 100% sure, I hope this can be acheived using "Adobe LiveCycle". Try refering the documentation.

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
Contributor ,
Aug 05, 2009 Aug 05, 2009

hi,

any thing in cf8?

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
Advocate ,
Aug 05, 2009 Aug 05, 2009

Hi Dileep,

Unfortunately in CF8 you may not able to perform those actions.

One side note though, In the upcoming "ColdFusion 9" (Centaur), <cfpdf> tag has been enhanced to perform operations like extracting data and images from a PDF document.

HTH

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
Enthusiast ,
Aug 05, 2009 Aug 05, 2009

text should be doable, not so sure about images:

http://blog.cutterscrossing.com/index.cfm/2007/12/3/CF8-PDF-Manipulation-Pulling-Text-Out

http://www.coldfusionjedi.com/index.cfm/2007/7/24/ColdFusion-8-Working-with-PDFs-Part-7

there are also a few java libs (fairly easy to integrate w/cf) around that a

google search should turn up.

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 ,
Aug 05, 2009 Aug 05, 2009

PaulH wrote:

there are also a few java libs (fairly easy to integrate w/cf) around that a

google search should turn up.

In that area, you might try jPedal as it is part of CF8 + CF9.  IIRC, there was an example on the jPedal site about extracting images that may be worth a look.

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
Enthusiast ,
Aug 05, 2009 Aug 05, 2009

thanks, i never suspected jPedal came w/cf. got any cf examples?

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 ,
Aug 05, 2009 Aug 05, 2009

I have only worked with it from the java side of things.  But I will see if I can whip something up.  (If that evil place where they keep my paycheck does not interfere 😉

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 ,
Aug 09, 2009 Aug 09, 2009
LATEST

Well that was disappointing.  I looked over the CF8 version and it seems signifigantly different than even the LGPL version.  Not at all what I was expecting.  Most of the key helper functions and/or classes are either private or not available at all.  So you would still have to load a different version .. 😕

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