
Signature
Reply to the group so all can participate
VB.Net: "Fool me once..."
>> If a PDF file is in ASCII format (As opposed to Binary) it should be
>> possible to extract the text.
[quoted text clipped - 3 lines]
>
> Postscript <> PDF
True, but PDF uses Postscript internally... see the "Technology" section
here
http://en.wikipedia.org/wiki/Portable_Document_Format
And the text can be stored internally in a PDF... as text... or, of course,
as an image of text.
Rick
charles@home.com - 29 Mar 2007 11:06 GMT
Rick
If the text is in the form of an image then "OCR" might be considered
although I have never looked at using that technology in VB it is
nowadays considered to be well established and widely used.
CharlesW
>>> If a PDF file is in ASCII format (As opposed to Binary) it should be
>>> possible to extract the text.
[quoted text clipped - 13 lines]
>
> Rick