| Name | Description |
---|
  | ConvertImageToPdf(Byte, ImageToPdfOptions) |
Convert image to PDF in memory.
|
  | ConvertImageToPdf(ListByte, ImageToPdfOptions) |
Convert images to PDF in memory.
|
  | ConvertImageToPdf(Byte, String, ImageToPdfOptions) |
Convert image to PDF file.
|
 | ConvertImageToPdf(ListByte, String, ImageToPdfOptions) |
Convert images to PDF file.
|
  | ConvertImageToPdf(String, String, ImageToPdfOptions) |
Convert a folder with images to PDF file.
|
  | ConvertImageToPdf(String, String, ImageToPdfOptions) |
Convert array with image files to PDF file.
|