logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Post a reply
From:
Message:

Maximum number of characters in each post is: 32767
Bold Italic Underline   Highlight Quote Choose Language for Syntax Highlighting Insert Image Insert an existing Attachment or upload a new File... Create Link   Unordered List Ordered List   Left Justify Center Justify Right Justify   Outdent Indent   More BBCode Tags
Font Color Font Size
Security Image:
Enter The Letters From The Security Image:
  Preview Post Cancel

Last 10 Posts (In reverse order)
Paul Rayman Posted: Thursday, November 14, 2019 8:04:18 AM(UTC)
 
Hi,

If this information is contained in the PDF file, then it is possible get it with SDK. Although I have not seen such things in the PDF specification, and I don’t know where it can be stored.
In any case, you can access all the contents of the PDF. Start your research with Document.Root.
In addition, the qpdf utility helps very well, if you run it with following command line, you will see the contents of the PDF document in text form, which will greatly facilitate its investigation.

qpdf.exe --stream-data=uncompress --normalize-content=y --object-streams=disable %1 %1_decoded.pdf

You can download qpdf utility here
http://qpdf.sourceforge.net
ju1989 Posted: Wednesday, November 6, 2019 11:13:47 PM(UTC)
 
Hi,

is there a possibility to get the logical structure of a pdf document with .net code?
For example, if pdf document is generated by Microsoft Word the logical structure contains information about headlines, links, header, footer and so on.

Thanks and best regards
Julian