Main class of the PDF Metamorphosis .Net. Allows to export Text, RTF, DOCX and HTML to PDF; split and merge PDF documents.
Namespace:
SautinSoftAssembly: PdfMetamorphosis (in PdfMetamorphosis.dll) Version: 7.1.2.14 (7.1.2.14)
Syntax
C# | Visual Basic |
public class PdfMetamorphosis
Public Class PdfMetamorphosis
Members
All Members | Constructors ![]() | Properties ![]() | Methods ![]() |
![]() ![]() | ![]() ![]() ![]() | ![]() ![]() | ![]() ![]() ![]() ![]() |
Member | Description | |
---|---|---|
![]() | PdfMetamorphosis()()() |
Initializes a new instance of the SautinSoft.PdfMetamorphosis class
|
![]() | DocxToPdfConvertByte(array<Byte>[]()[]) |
Convert the array of bytes with DOCX document to a PDF bytes array.
|
![]() | DocxToPdfConvertFile(String, String) |
Converts DOCX file to PDF file.
|
![]() | DocxToPdfConvertStream(Stream) |
Convert the stream with DOCX document to a PDF stream.
|
![]() | DocxToRtfConvertFile(String, String) | |
![]() | Exception |
Get exception details in case of converting failed
|
![]() | HtmlSettings |
Set options necessary for HTML to PDF conversion, such as BaseUrl etc.
|
![]() | HtmlToPdfConvertByte(array<Byte>[]()[]) |
Converts array of HTML bytes into array of PDF bytes.
|
![]() | HtmlToPdfConvertFile(String, String) |
Converts HTML file or URL to PDF file. Output file will be overwritten.
|
![]() | HtmlToPdfConvertFileToByte(String) |
Converts HTML file or URL into array of PDF bytes.
|
![]() | HtmlToPdfConvertStream(Stream) |
Convert the stream with HTML document to a PDF stream.
|
![]() | HtmlToPdfConvertStringToByte(String) |
Converts HTML string into array of PDF bytes. Don't forget to set the property BaseUrl to see images in output PDF file.
|
![]() | HtmlToPdfConvertStringToFile(String, String) |
Converts HTML string to PDF file. Don't forget to set the property BaseUrl to see images in output PDF file.
|
![]() | MergePDFFileArrayToPDFFile(array<String>[]()[], String) |
Merge several PDF files into a single PDF file
|
![]() | MergePDFFileArrayToPDFStream(array<String>[]()[]) |
Merge several PDF files into a single document as byte stream
|
![]() | MergePDFFileToPDFFile(String, String) |
Merge two PDF files. Merge File1Path and DestFile file into a single DestFile.
|
![]() | MergePDFStreamArrayToPDFStream(ArrayList) |
Merge several PDF documents into a single document in memory
|
![]() | PageSettings |
Set page properties: page size, orientation, margins, page numbers etc
|
![]() | PdfSettings |
/// Set properties for resulting PDF document, such as PDF version, compression etc.
|
![]() | 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(array<Byte>[]()[]) |
Converts array of RTF bytes into array of PDF bytes.
|
![]() | RtfToPdfConvertFile(String, String) |
Converts a RTF file to PDF file.
|
![]() | RtfToPdfConvertFileToByte(String) |
Converts RTF file into array of PDF bytes.
|
![]() | RtfToPdfConvertStream(Stream) |
Convert the stream with RTF document to a PDF stream.
|
![]() | RtfToPdfConvertStringToByte(String) |
Converts RTF string into array of PDF bytes.
|
![]() | RtfToPdfConvertStringToFile(String, String) |
Converts RTF string to PDF file.
|
![]() | Serial |
Property to activate your copy, doesn't work in trial version, the same as method SetSerial |
![]() | SetSerial(String) |
Method for activation of your copy, doesn't work in trial version. The method works the same as Serial property
|
![]() | SplitPDFFileToPDFFolder(String, String) |
Splits PDF document by pages
|
![]() | TextSettings |
Allows to set text properties: font face, size, colors, image quality and other conversion options
|
![]() | TextToPdfConvertByte(array<Byte>[]()[]) |
Converts array of Text bytes into array of PDF bytes.
|
![]() | TextToPdfConvertFile(String, String) |
Converts a Text file to PDF file.
|
![]() | TextToPdfConvertStream(Stream) |
Convert the stream with Text document to a PDF stream.
|
![]() | TextToPdfConvertStringToByte(String) |
Converts string of Text into array of PDF bytes.
|
![]() | TraceHtmlToRtfConvertFile(String, String) | |
![]() | WaterMarks |
Add waterMarks in PDF document.
|