Pdf |
The PdfVision type exposes the following members.
| Name | Description | |
|---|---|---|
| PdfVersion | Output PDF format for split/merge functions. | |
| Serial | Obsolete. Set your activation key. |
| Name | Description | |
|---|---|---|
| ConvertHtmlToPdf(String, HtmlToPdfOptions) | Convert HTML document to PDF document in memory. | |
| ConvertHtmlToPdf(String, String, HtmlToPdfOptions) | Convert HTML document to PDF file. | |
| ConvertImageToPdf(Byte, ImageToPdfOptions) | Convert image to PDF in memory. | |
| ConvertImageToPdf(ListByte, ImageToPdfOptions) | Convert images to PDF in memory. | |
| ConvertImageToPdf(Byte, String, ImageToPdfOptions) | Convert image to PDF file. | |
| ConvertImageToPdf(ListByte, String, ImageToPdfOptions) | Convert images to PDF file. | |
| ConvertImageToPdf(String, String, ImageToPdfOptions) | Convert a folder with images to PDF file. | |
| ConvertImageToPdf(String, String, ImageToPdfOptions) | Convert array with image files to PDF file. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetScreenshot(String, ScreenshotOptions) | Get HTML screenshot (PNG or JPEG) in memory. | |
| GetScreenshot(String, String, ScreenshotOptions) | Get HTML screenshot (PNG or JPEG) and write it to file. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MergePdf(ListByte) | Merges different PDF documents into single PDF in memory | |
| MergePdf(String) | Merges different PDF files into single PDF | |
| MergePdf(String, String) | Merges two PDF files. Merges File1Path and DestFile file into single DestFile. | |
| MergePdf(String, String) | Merges different PDF files into single PDF file | |
| SetLicense | Activate your copy after purchasing or use temporary license for delete trial message. ATTENTION: specify this property first of all before creating the instance of PdfVision! Use it when you got own license. We offer two license types: Permanent license from sautinsoft.com Temporary license from start-for-free. Have question? Ask us: support@sautinsoft.com. | |
| SplitPdf | Split PDF file by separate single-page PDF files. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |