com.spire.pdf.utilities
Class PdfTableExtractor

java.lang.Object
  extended by com.spire.pdf.utilities.PdfTableExtractor

public class PdfTableExtractor
extends java.lang.Object

Represent the pdf table extractor.


Constructor Summary
PdfTableExtractor(PdfDocument document)
          Initializes a new instance of the class.
PdfTableExtractor(PdfDocumentBase documentBase)
          Initializes a new instance of the class.
 
Method Summary
 PdfTable[] extractTable(int pageIndex)
          Extract table from the pdf document.
 

Constructor Detail

PdfTableExtractor

public PdfTableExtractor(PdfDocument document)
Initializes a new instance of the class.

Parameters:
document - The document.

PdfTableExtractor

public PdfTableExtractor(PdfDocumentBase documentBase)
Initializes a new instance of the class.

Parameters:
documentBase - The documentBase.
Method Detail

extractTable

public PdfTable[] extractTable(int pageIndex)
Extract table from the pdf document.

Parameters:
pageIndex - The page index.
Returns:
An array of pdf table in the page.