Skip to main content
Skip table of contents

TaggedPdfReaderTool

TaggedPdfReaderTool Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text.pdf.parser
  iTextSharp.text.pdf.parser.TaggedPdfReaderTool[[TaggedPdfReaderTool]]
  end

Members

Methods

Public methods
ReturnsName
voidConvertToXml(...)
voidInspectChild(PdfObject k)
voidInspectChildArray(PdfArray k)
voidInspectChildDictionary(...)
voidParseTag(string tag, PdfObject obj, PdfDictionary page)
Protected methods
ReturnsName
stringXmlName(PdfName name)

Details

Constructors

TaggedPdfReaderTool
public TaggedPdfReaderTool()

Methods

ConvertToXml [1/2]

Source code

public virtual void ConvertToXml(PdfReader reader, Stream os, Encoding encoding)
Arguments
TypeNameDescription
PdfReaderreader
Streamos
Encodingencoding
ConvertToXml [2/2]

Source code

public virtual void ConvertToXml(PdfReader reader, Stream os)
Arguments
TypeNameDescription
PdfReaderreader
Streamos
InspectChild

Source code

public virtual void InspectChild(PdfObject k)
Arguments
TypeNameDescription
PdfObjectk
InspectChildArray

Source code

public virtual void InspectChildArray(PdfArray k)
Arguments
TypeNameDescription
PdfArrayk
InspectChildDictionary [1/2]

Source code

public virtual void InspectChildDictionary(PdfDictionary k)
Arguments
TypeNameDescription
PdfDictionaryk
InspectChildDictionary [2/2]

Source code

public virtual void InspectChildDictionary(PdfDictionary k, bool inspectAttributes)
Arguments
TypeNameDescription
PdfDictionaryk
boolinspectAttributes
XmlName

Source code

protected virtual string XmlName(PdfName name)
Arguments
TypeNameDescription
PdfNamename
ParseTag

Source code

public virtual void ParseTag(string tag, PdfObject obj, PdfDictionary page)
Arguments
TypeNameDescription
stringtag
PdfObjectobj
PdfDictionarypage

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.