iText 5

PdfContentReaderTool

PdfContentReaderTool 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.PdfContentReaderTool[[PdfContentReaderTool]] end

Members

Methods

Public Static methods

Returns

Name

string

GetDictionaryDetail

(...)

string

GetXObjectDetail

(

PdfDictionary

resourceDic)

void

ListContentStream

(...)

void

ListContentStreamForPage

(

PdfReader

reader, int pageNum, TextWriter outp)

void

Main

(string``[] args)

Details

Constructors

PdfContentReaderTool

public PdfContentReaderTool()

Methods

GetDictionaryDetail [1/2]

Source code

public static string GetDictionaryDetail(PdfDictionary dic)

Arguments

Type

Name

Description

PdfDictionary

dic

GetDictionaryDetail [2/2]

Source code

public static string GetDictionaryDetail(PdfDictionary dic, int depth)

Arguments

Type

Name

Description

PdfDictionary

dic

int

depth

GetXObjectDetail

Source code

public static string GetXObjectDetail(PdfDictionary resourceDic)

Arguments

Type

Name

Description

PdfDictionary

resourceDic

ListContentStreamForPage

Source code

public static void ListContentStreamForPage(PdfReader reader, int pageNum, TextWriter outp)

Arguments

Type

Name

Description

PdfReader

reader

int

pageNum

TextWriter

outp

ListContentStream [1/2]

Source code

public static void ListContentStream(string pdfFile, TextWriter outp)

Arguments

Type

Name

Description

string

pdfFile

TextWriter

outp

ListContentStream [2/2]

Source code

public static void ListContentStream(string pdfFile, int pageNum, TextWriter outp)

Arguments

Type

Name

Description

string

pdfFile

int

pageNum

TextWriter

outp

Main

Source code

public static void Main(string[] args)

Arguments

Type

Name

Description

string``[]

args

Generated with ModularDoc