PdfToImageConverter Methods |
| Name | Description | |
|---|---|---|
| ConvertToImages(Stream) |
Convert to images the PDF pages from the specified PDF stream.
| |
| ConvertToImages(String) |
Convert to images the PDF pages from the specified PDF file.
| |
| ConvertToImagesInFolder(Stream) |
Convert to images the PDF pages from the specified PDF stream. The images will be saved into the folder specified by
ImagesPath property, in the format specified by ImagesFormat property.
| |
| ConvertToImagesInFolder(String) |
Convert to images the PDF pages from the specified PDF file. The images will be saved into the folder specified by
ImagesPath property, in the format specified by ImagesFormat property.
| |
| GetPageCount(Stream) |
Gets the number of pages in the specified PDF stream.
| |
| GetPageCount(String) |
Gets the number of pages in the specified PDF file.
|