Method | Description | |
---|---|---|
ConvertPdf2Png ( string inputPdfFile ) : string[] |
Convert PDF to PNG format.
|
|
ConvertPdf2Tiff ( string inputPdfFile ) : string |
Convert PDF to TIFF format.
|
|
GetPdfPageCount ( string inputPdfFile ) : int |
Get PDF Page Count.
|
|
MergePdf ( string inputPdfFiles, string outputPdfFile ) : void |
Merge PDF files.
|
|
SplitPdf ( string inputPdfFile, string outputPdfFile, string firstPage, string lastPage ) : void |
Split PDF.
|
public static ConvertPdf2Png ( string inputPdfFile ) : string[] | ||
inputPdfFile | string | |
return | string[] |
public static ConvertPdf2Tiff ( string inputPdfFile ) : string | ||
inputPdfFile | string | |
return | string |
public static GetPdfPageCount ( string inputPdfFile ) : int | ||
inputPdfFile | string | |
return | int |
public static MergePdf ( string inputPdfFiles, string outputPdfFile ) : void | ||
inputPdfFiles | string | |
outputPdfFile | string | |
return | void |
public static SplitPdf ( string inputPdfFile, string outputPdfFile, string firstPage, string lastPage ) : void | ||
inputPdfFile | string | |
outputPdfFile | string | |
firstPage | string | |
lastPage | string | |
return | void |