C# Class iTextSharp.text.pdf.parser.TaggedPdfReaderTool

Show file Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Public Methods

Method Description
ConvertToXml ( PdfReader reader, Stream os ) : void
ConvertToXml ( PdfReader reader, Stream os, Encoding encoding ) : void
InspectChild ( PdfObject k ) : void
InspectChildArray ( PdfArray k ) : void
InspectChildDictionary ( PdfDictionary k ) : void
ParseTag ( String tag, PdfObject obj, PdfDictionary page ) : void

Private Methods

Method Description
FixTagName ( String tag ) : String

Method Details

ConvertToXml() public method

public ConvertToXml ( PdfReader reader, Stream os ) : void
reader PdfReader
os Stream
return void

ConvertToXml() public method

public ConvertToXml ( PdfReader reader, Stream os, Encoding encoding ) : void
reader PdfReader
os Stream
encoding System.Text.Encoding
return void

InspectChild() public method

public InspectChild ( PdfObject k ) : void
k PdfObject
return void

InspectChildArray() public method

public InspectChildArray ( PdfArray k ) : void
k PdfArray
return void

InspectChildDictionary() public method

public InspectChildDictionary ( PdfDictionary k ) : void
k PdfDictionary
return void

ParseTag() public method

public ParseTag ( String tag, PdfObject obj, PdfDictionary page ) : void
tag String
obj PdfObject
page PdfDictionary
return void