com.spire.pdf.texts
Class PdfTextExtractor

java.lang.Object
  extended by com.spire.pdf.texts.PdfTextExtractor

public class PdfTextExtractor
extends java.lang.Object

Represent the pdf text extractor.


Constructor Summary
PdfTextExtractor(PdfPageBase page)
          Represents an instance.
 
Method Summary
 java.lang.String extract(PdfTextExtractOptions options)
          Extract text from the page.
 

Constructor Detail

PdfTextExtractor

public PdfTextExtractor(PdfPageBase page)
Represents an instance.

Parameters:
page - The page.
Method Detail

extract

public java.lang.String extract(PdfTextExtractOptions options)
Extract text from the page.

Parameters:
options - The extract options.
Returns: