The PdfVision type exposes the following methods.
Methods
| Member | Description | |
|---|---|---|
| ConvertHtmlFileToBitmap(String) |
Converts HTML/ASPX file or url to Bitmap object
| |
| ConvertHtmlFileToImageFile(String, String, PdfVision..::.eImageFormat) |
Converts HTML/ASPX file or url to Image file
| |
| ConvertHtmlFileToImageStream(String, PdfVision..::.eImageFormat) |
Converts HTML/ASPX file or url to Image as byte array
| |
| ConvertHtmlFileToPDFFile(String, String) |
Converts HTML/ASPX file or url to PDF file. Output file will be overwritten.
| |
| ConvertHtmlFileToPDFStream(String) |
Converts HTML/ASPX file or url to PDF bytes
| |
| ConvertHtmlStringToBitmap(String) |
Converts HTML string to Bitmap object
| |
| ConvertHtmlStringToImageFile(String, String, PdfVision..::.eImageFormat) |
Converts HTML string to Image file
| |
| ConvertHtmlStringToImageStream(String, PdfVision..::.eImageFormat) |
Converts HTML string to Image byte array
| |
| ConvertHtmlStringToPDFFile(String, String) |
Converts HTML string to PDF file
| |
| ConvertHtmlStringToPDFStream(String) |
Converts HTML string to PDF byte array
| |
| ConvertImageFileArrayToPDFFile(array<String>[]()[], String) |
Converts array of image files to single PDF file
| |
| ConvertImageFileArrayToPDFStream(array<String>[]()[]) |
Converts array of image files to PDF byte array
| |
| ConvertImageFileToPDFFile(String, String) |
Converts image file to PDF file
| |
| ConvertImageFileToPDFStream(String) |
Converts image file to PDF byte array
| |
| ConvertImageFolderToPDFFile(String, String) |
Converts all image files from directory to single PDF file
| |
| ConvertImageFolderToPDFStream(String) |
Converts all image files from directory to PDF byte array
| |
| ConvertImageStreamArrayToPDFStream(ArrayList) |
Converts all images stored in ArrayList to PDF byte array
| |
| ConvertImageStreamToPDFFile(array<Byte>[]()[], String) |
Converts array of image bytes to PDF file
| |
| ConvertImageStreamToPdfStream(array<Byte>[]()[]) |
Converts array of image bytes to PDF byte array
| |
| MergePDFFileArrayToPDFFile(array<String>[]()[], String) |
Merges different PDF files into single PDF file
| |
| MergePDFFileArrayToPDFStream(array<String>[]()[]) |
Merges different PDF files into single PDF
| |
| MergePDFFileToPDFFile(String, String) |
Merges two PDF files. Merges File1Path and DestFile file into single DestFile.
| |
| MergePDFStreamArrayToPDFStream(ArrayList) |
Merges different PDF documents into single PDF in memory
| |
| SplitPDFFileToPDFFolder(String, String) |
Splits PDF document by pages
|