arachnode.net

PDFManager.ExtractText(String, String) Method

Extracts a text from a PDF file.

public bool ExtractText(
   string inFileName,
   string outFileName
);

Parameters

inFileName
the full path to the pdf file.
outFileName
the output file name.

Return Value

the extracted text

See Also

PDFManager Class | Arachnode.Plugins.CrawlActions.Managers Namespace | PDFManager.ExtractText Overload List