Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
Tamir_Noach@adobeforums.com #1
PDF Parsing
Hello,
I'm writing a PDF Parser and I want to recognize lines or Logic units(paragraphs or sentences) in the PDF stream objects.
I need to take a whole line as it seen in the Acrobat Reader and perform directionality transformation on it
Can I do it, even if there is no Hard coded new line in the extracted PDF?
Thank you, Tamir.
Tamir_Noach@adobeforums.com Guest
-
How do i Parsing xml
This how my customers xml is coming across and can not change. <month name="January"> <day> <date>01</date> <name>Thursday</name> <time>12:03... -
parsing XML
Why won't this work? I just want to create one Node for each <placemark> tag in the xml. the xmlData trace gets: <kml... -
Parsing URL
How do I go about parsing a url from the browser location. For example if I have the following url: ... -
Parsing PHP
I am using PHP to develop and web app. The app also has a scripting language for the *end user*. I was thinking if I could expose a very simple... -
[PHP] Parsing PHP
There is the tokenizer extension... http://www.php.net/tokenizer This might give you a good start. -- Peter James petej@phparch.com ... -
Leonard_Rosenthol@adobeforums.com #2
Re: PDF Parsing
First thing you need to do is read the PDF Reference. After doing so, you will understand that there is no such "logic unit" as a paragraph or sentence in PDF but instead is a series of drawing instructions.
Leonard
Leonard_Rosenthol@adobeforums.com Guest



Reply With Quote

