| Name | Description | |
|---|---|---|
| CombinePdfByteArraysToPdfByteArray | Combine a list of PDF Files (as Byte Arrays) into one merged PDF File and return the contents as a byte array. | |
| CombinePdfByteArraysToPdfFile | Combine a list of PDF Files (as Byte Arrays) into one merged PDF File and save to the specified Filename. | |
| CombinePdfFileNamesToPdfByteArray | Combine a list of PDF Files into one merged PDF File and return the contents as a byte array. | |
| CombinePdfFileNamesToPdfFile | Combine a list of PDF Files into one merged PDF File and save to the specified Filename. | |
| CombineWordDocumentsToPdfByteArray | Combine a list of ISWordDocuments into one PDF File and return the contents as a byte array. | |
| CombineWordDocumentsToPdfFile | Combine a list of ISWordDocuments into one PDF File and save to the specified Filename. | |
| CreatePdfBase64StringFromHtml | Create a PDF document as a Base 64 Encoded String from the supplied HTML. | |
| CreatePdfByteArrayFromHtml | Create a PDF document as a Byte array from the supplied HTML. | |
| CreatePdfFileFromHtml | Create a PDF file from the supplied HTML. |