The PdfMetamorphosis type exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
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.
HtmlToPdfConvertStringToByte(String)
Converts HTML string into array of PDF bytes. Don't forget to specify the property BaseUrl to see images in output PDF file.
HtmlToPdfConvertStringToFile(String, String)
Converts HTML string to PDF file. Don't forget to specify the property BaseUrl to see images in output PDF file.
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
PrintPdf(String)
PrintPdf(String, Int32, Int32)
RtfToPdfConvertByte(array<Byte>[]()[])
Converts array of RTF or Text bytes into array of PDF bytes.
RtfToPdfConvertByte(String)
Converts RTF or Text string into array of PDF bytes.
RtfToPdfConvertFile(String, String)
Converts a Text, RTF file to PDF file.
RtfToPdfConvertFileToByte(String)
Converts a Text, RTF file into array of PDF bytes.
RtfToPdfConvertStringToFile(String, String)
Converts Text, RTF string to PDF file.
SetSerial(String)
Method for activating your copy, doesn't work in trial version. The same as Serial property
SplitPDFFileToPDFFolder(String, String)
Splits PDF document by pages

See Also