Questions tagged [tagged-pdf]

Tagged PDF is a form of embedded metadata for PDFs that allows support for bookmarks and copy-and-paste on text, and gives a namespace for Adobe's DOM that is leveraged by such technologies as layers, interactive PDFs, and RichMedia Annotations

Tagged PDF is a form of embedded metadata for PDFs that allows support for bookmarks and copy-and-paste on text, and gives a namespace for Adobe's DOM that is leveraged by such technologies as layers, interactive PDFs, and RichMedia Annotations.

FAQ

  1. What is "Tagged PDF"?
  2. PDF - Are Bookmarks and Hyperlinks equivalent?

PDF generation

  1. Can MikTeX create tagged PDFs?
  2. How to create a tagged PDF from a "complex" XML file
  3. Create destinations for all bookmarks in a PDF file with iText API

Manipulating tagged PDFs

  1. How to read PDF bookmarks programmatically
  2. Recover PDF to LaTeX
  3. Split a PDF by Bookmarks?
32 questions
0
votes
1 answer

Programmatically tag an untagged pdf with iTextSharp

I want to parse a PDF file with iTextSharp. With tagged PDFs I used TaggedPdfReaderTool and the .ConvertToXml() method which returned me an acceptable XML for further parsing. Now I have to parse untagged PDFs which I need to parse! In Adobe Acrobat…
Lpold
  • 11
  • 1
  • 4
0
votes
1 answer

Create Accessible PDF files with iText

Recently I downloaded a trial license of iText. I try to achieve the following goals: Create PDF documents from WORD, PP, Excel etc. Manipulating existing PDF files. (Most Important) - Files MUST be created / converted as full accessible for…
Yaron
  • 29
  • 5
1 2
3