The PdfMetamorphosis type exposes the following methods.
Methods
![]() ![]() | ![]() ![]() | ![]() ![]() | ![]() ![]() |
Member | Description | |
---|---|---|
![]() | 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) | |
![]() | 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
|
![]() | 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.
|
![]() | 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
|
![]() | 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) |