mySobek Home   |   Help
Skip Navigation Links.
MISSING BANNER

PDF_Tools.Create_Thumbnail Method



Creates a main thumbnail from a PDF 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 Create_Thumbnail(
	string Working_Directory,
	string PDF_In_Name,
	string JPEG_Out_Name,
	string Ghostscript_Exectuable,
	string ImageMagick_Executable
)

Parameters

Working_Directory
Type: System..::..String
Directory in which to do this work
PDF_In_Name
Type: System..::..String
Name of the incoming PDF to create the thumbnail from
JPEG_Out_Name
Type: System..::..String
Name of the resulting JPEG thumbnail file
Ghostscript_Exectuable
Type: System..::..String
Path and file for the ghostcript executable
ImageMagick_Executable
Type: System..::..String
Imagemagick executable file

Return Value

Type: Boolean
TRUE if successful, otherwise FALSE

See Also



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