Pdf |
The PdfMetamorphosis type exposes the following members.
| Name | Description | |
|---|---|---|
| PdfMetamorphosis | Initializes a new instance of the SautinSoft.PdfMetamorphosis class |
| Name | Description | |
|---|---|---|
| Exception | Get exception details in case of converting failed | |
| HtmlSettings | Set options necessary for HTML to PDF conversion, such as BaseUrl etc. | |
| PageSettings | Set page properties: page size, orientation, margins, page numbers etc | |
| PdfSettings | Set properties for resulting PDF document, such as PDF version, compression etc. | |
| Serial | Obsolete. Property to activate your copy, the same as method SetSerial | |
| TextSettings | Allows to set text properties: font face, size, colors, image quality and other conversion options | |
| WaterMarks | Add waterMarks in PDF document. |
| Name | Description | |
|---|---|---|
| DocToPdfConvertByte | Convert the array of bytes with DOC document to a PDF bytes array. | |
| DocToPdfConvertFile | Converts DOC file to PDF file. | |
| DocToPdfConvertStream | Convert the stream with DOC document to a PDF stream. | |
| DocxToPdfConvertByte | Convert the array of bytes with DOCX document to a PDF bytes array. | |
| DocxToPdfConvertFile | Converts DOCX file to PDF file. | |
| DocxToPdfConvertStream | Convert the stream with DOCX document to a PDF stream. | |
| 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) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| HtmlToPdfConvertByte | Converts array of HTML bytes into array of PDF bytes. | |
| HtmlToPdfConvertFile | Converts HTML file or URL to PDF file. Output file will be overwritten. | |
| HtmlToPdfConvertFileToByte | Converts HTML file or URL into array of PDF bytes. | |
| HtmlToPdfConvertStream | Convert the stream with HTML document to a PDF stream. | |
| HtmlToPdfConvertStringToByte | Converts HTML string into array of PDF bytes. Don't forget to set the property BaseUrl to see images in output PDF file. | |
| HtmlToPdfConvertStringToFile | Converts HTML string to PDF file. Don't forget to set the property BaseUrl to see images in output PDF file. | |
| MergePDFFileArrayToPDFFile | Merge several PDF files into a single PDF file | |
| MergePDFFileArrayToPDFStream | Merge several PDF files into a single document as byte stream | |
| MergePDFFileToPDFFile | Merge two PDF files. Merge File1Path and DestFile file into a single DestFile. | |
| MergePDFStreamArrayToPDFStream | Merge several PDF documents into a single document in memory | |
| PrintPdf(String) | Print the PDF file using the default printer | |
| PrintPdf(String, Int32, Int32) | Print the PDF file using the default printer with time settings | |
| RtfToPdfConvertByte | Converts array of RTF bytes into array of PDF bytes. | |
| RtfToPdfConvertFile | Converts a RTF file to PDF file. | |
| RtfToPdfConvertFileToByte | Converts RTF file into array of PDF bytes. | |
| RtfToPdfConvertStream | Convert the stream with RTF document to a PDF stream. | |
| RtfToPdfConvertStringToByte | Converts RTF string into array of PDF bytes. | |
| RtfToPdfConvertStringToFile | Converts RTF string to 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 PDF Metamorphosis! Use it when you got own license. We offer two license types: Permanent license from sautinsoft.com and Temporary license from start-for-free. Have question? Ask us: support@sautinsoft.com. | |
| SetSerial | Obsolete. Method for activation of your copy, doesn't work in trial version. The method works the same as Serial property | |
| SplitPDFFileToPDFFolder | Splits PDF document by pages | |
| TextToPdfConvertByte | Converts array of Text bytes into array of PDF bytes. | |
| TextToPdfConvertFile | Converts a Text file to PDF file. | |
| TextToPdfConvertStream | Convert the stream with Text document to a PDF stream. | |
| TextToPdfConvertStringToByte | Converts string of Text into array of PDF bytes. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |