Main class of the PDF Vision .Net component. This class contains methods and properties to convert HTML to PDF, multipage TIFF to PDF, any images to PDF, split and merge PDF documents.
Namespace:
SautinSoftAssembly: PDFVision (in PDFVision.dll) Version: 4.0.12.12
Syntax
| C# | Visual Basic |
public class PdfVision
Public Class PdfVision
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| PdfVision()()() |
Creates a new instance of the SautinSoft.PdfVision class
| |
| 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
| |
| ImageStyle |
Allows to specify various image parameters. For example, set single width for all images, set compression type and converting speed etc.
| |
| 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
| |
| PageStyle |
Allows to specify page properties for output document: page header, footer, page size, orientation, margins and page numbers
| |
| Serial |
Property to activate your copy, doesn't work in trial version
| |
| SplitPDFFileToPDFFolder(String, String) |
Splits PDF document by pages
|
Remarks