ExtractText

Top  Previous  Next

[This method is new in  version 2.0 of Gnostice PDFtoolkit ActiveX/. NET Professional Edition]

 

The ExtractText method extracts text from a page of the loaded PDF file. This returns the extracted text contents in a string list. It extracts text contents from PDF document by maintaining the content structure.  

 

 

Syntax

[VC++]

VARIANT ExtractText(LPCTSTR PageRange);

 

[CS]

public abstract new  Object ExtractText (  String PageRange )

 

[VB]

Function ExtractText(PageRange As String)

 

 

See Tutorial-Extraction(Text)