Skip to main content
Skip table of contents

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
ReturnsName
stringGetDictionaryDetail(...)
stringGetXObjectDetail(PdfDictionary resourceDic)
voidListContentStream(...)
voidListContentStreamForPage(PdfReader reader, int pageNum, TextWriter outp)
voidMain(string``[] args)

Details

Constructors

PdfContentReaderTool
public PdfContentReaderTool()

Methods

GetDictionaryDetail [1/2]

Source code

public static string GetDictionaryDetail(PdfDictionary dic)
Arguments
TypeNameDescription
PdfDictionarydic
GetDictionaryDetail [2/2]

Source code

public static string GetDictionaryDetail(PdfDictionary dic, int depth)
Arguments
TypeNameDescription
PdfDictionarydic
intdepth
GetXObjectDetail

Source code

public static string GetXObjectDetail(PdfDictionary resourceDic)
Arguments
TypeNameDescription
PdfDictionaryresourceDic
ListContentStreamForPage

Source code

public static void ListContentStreamForPage(PdfReader reader, int pageNum, TextWriter outp)
Arguments
TypeNameDescription
PdfReaderreader
intpageNum
TextWriteroutp
ListContentStream [1/2]

Source code

public static void ListContentStream(string pdfFile, TextWriter outp)
Arguments
TypeNameDescription
stringpdfFile
TextWriteroutp
ListContentStream [2/2]

Source code

public static void ListContentStream(string pdfFile, int pageNum, TextWriter outp)
Arguments
TypeNameDescription
stringpdfFile
intpageNum
TextWriteroutp
Main

Source code

public static void Main(string[] args)
Arguments
TypeNameDescription
string``[]args

Generated with ModularDoc

JavaScript errors detected

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

If this problem persists, please contact our support.