PDF_Tools.Create_Thumbnail Method
Creates a main thumbnail from a PDF file
Namespace: SobekCM.Builder_Library.ToolsAssembly: 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:
BooleanTRUE if successful, otherwise FALSE
See Also