mySobek Home   |   Help
Skip Navigation Links.
MISSING BANNER

PDF_Tools.Extract_Text Method



Extracts the full text from a PDF file and writes to a file


Namespace: SobekCM.Builder_Library.Tools
Assembly: SobekCM_Builder_Library (in SobekCM_Builder_Library.dll) Version: 4.8.7.0 (4.8.7.0)

Syntax

C#
public static bool Extract_Text(
	string PDF_In_Name,
	string Text_Out_Name
)

Parameters

PDF_In_Name
Type: System..::..String
Full path to the pdf file
Text_Out_Name
Type: System..::..String
Output file name for the extracted text

Return Value

Type: Boolean
TRUE if successful, otherwise FALSE

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )