Rank: Newbie Groups: Member
Joined: 7/9/2012 Posts: 1
|
If I have an existing PDF, can I extract certain data/text from this? All I can find when debugging is a PdfRawContent object.
Best regards Marcus
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
No. You can not do that. That is not even possible with some PDF files. PDF format is primarily an output format ---- it went to great length to describe how to "draw" each letter. But sometimes the file doesn't even contain information about what letter it is drawing (it contains information like "draw the 3rd glyph in font A", but it can occur that neither the PDF data nor the font data tells you what this 3rd glyph is).
Thanks!
|