override BindPdf(Document) | Binds a PDF document to the PdfConverter instance for further processing. |
override BindPdf(Stream) | Binds a Pdf Stream for convert. |
override BindPdf(string) | Binds a Pdf file for converting. |
override Close() | Close the instance of PdfConverter and release the resources. |
Dispose() | Disposes the facade. |
DoConvert() | Do some initial works for converting a pdf document to images. |
GetNextImage(Stream) | Saves image to stream with default image format - jpeg. |
GetNextImage(string) | Saves image to file with default image format - jpeg. |
GetNextImage(Stream, ImageFormat) | Saves image to stream with given image format. |
GetNextImage(Stream, PageSize) | Saves image to stream with given page size. |
GetNextImage(string, ImageFormat) | Saves image to file with the givin image format. |
GetNextImage(string, PageSize) | Saves image to file with ith given page size and default image format - jpeg. |
GetNextImage(Stream, ImageFormat, int) | Saves image to stream with given image format and quality. |
GetNextImage(Stream, PageSize, ImageFormat) | Saves image to stream with given page size. |
GetNextImage(string, ImageFormat, int) | Saves image to file with given image format and quality. |
GetNextImage(string, PageSize, ImageFormat) | Saves image to file with given page size and image format. |
GetNextImage(Stream, ImageFormat, int, int) | Saves image to stream with the givin image format, size and quality. |
GetNextImage(Stream, PageSize, ImageFormat, int) | Saves image to stream with given page size, image format and quality. |
GetNextImage(string, ImageFormat, int, int) | Saves image to file with the given image format and dimensions. |
GetNextImage(string, PageSize, ImageFormat, int) | Saves image to file with given page size, image format and quality. |
GetNextImage(Stream, ImageFormat, double, double, int) | Saves image to stream with the givin image format, size and quality. |
GetNextImage(Stream, ImageFormat, int, int, int) | Saves image to stream with the givin image format, dimensions and quality. |
GetNextImage(string, ImageFormat, double, double, int) | Saves image to file with the givin image format, image size, and quality. |
GetNextImage(string, ImageFormat, int, int, int) | Saves image to file with the given image format, dimensions and quality. |
HasNextImage() | Indicates whether the pdf file has more images or not. |
SaveAsTIFF(Stream) | Converts each pages of a pdf document to images and saves images to a single TIFF stream. |
SaveAsTIFF(string) | Converts each pages of a pdf document to images and saves images to a single TIFF file. |
SaveAsTIFF(Stream, CompressionType) | Converts each pages of a pdf document to images and saves images to a single TIFF file. |
SaveAsTIFF(Stream, PageSize) | Converts each pages of a pdf document to images with page size and saves images to a single TIFF stream. |
SaveAsTIFF(Stream, TiffSettings) | Converts each pages of a pdf document to images and saves images to a single TIFF stream. |
SaveAsTIFF(string, CompressionType) | Converts each pages of a pdf document to images and saves images to a single TIFF file. |
SaveAsTIFF(string, PageSize) | Converts each pages of a pdf document to images with page size and saves images to a single TIFF file. |
SaveAsTIFF(string, TiffSettings) | Converts each pages of a pdf document to images with and saves images to a single TIFF file. |
SaveAsTIFF(Stream, int, int) | Converts each pages of a pdf document to images with dimensions, and saves images to a single TIFF stream. |
SaveAsTIFF(Stream, PageSize, TiffSettings) | Converts each pages of a pdf document to images with page size and saves images to a single TIFF stream. |
SaveAsTIFF(Stream, TiffSettings, IIndexBitmapConverter) | Converts each pages of a pdf document to images and saves images to a single TIFF stream. |
SaveAsTIFF(string, int, int) | Converts each pages of a pdf document to images with dimensions, and saves images to a single TIFF file. |
SaveAsTIFF(string, PageSize, TiffSettings) | Converts each pages of a pdf document to images with page size and saves images to a single TIFF file. |
SaveAsTIFF(string, TiffSettings, IIndexBitmapConverter) | Converts each pages of a pdf document to images with and saves images to a single TIFF file. |
SaveAsTIFF(Stream, int, int, CompressionType) | Converts each pages of a pdf document to images with dimensions, and saves images to a single TIFF stream. |
SaveAsTIFF(Stream, int, int, TiffSettings) | Converts each pages of a pdf document to images with dimensions, and saves images to a single TIFF stream. |
SaveAsTIFF(string, int, int, CompressionType) | Converts each pages of a pdf document to images with dimensions, and saves images to a single TIFF file. |
SaveAsTIFF(string, int, int, TiffSettings) | Converts each pages of a pdf document to images with dimensions, and saves images to a single TIFF file. |
SaveAsTIFF(Stream, int, int, TiffSettings, IIndexBitmapConverter) | Converts each pages of a pdf document to images with dimensions, and saves images to a single TIFF stream. |
SaveAsTIFF(string, int, int, TiffSettings, IIndexBitmapConverter) | Converts each pages of a pdf document to images with dimensions, and saves images to a single TIFF file. |
SaveAsTIFFClassF(Stream) | Converts each pages of a pdf document to images and save images to a single TIFF ClassF stream. |
SaveAsTIFFClassF(string) | Converts each pages of a pdf document to images and save images to a single TIFF ClassF file. |
SaveAsTIFFClassF(Stream, PageSize) | Converts each pages of a pdf document to images and save images to a single TIFF ClassF stream. |
SaveAsTIFFClassF(string, PageSize) | Converts each pages of a pdf document to images and save images to a single TIFF ClassF file. |
SaveAsTIFFClassF(Stream, int, int) | Converts each pages of a pdf document to images and save images to a single TIFF ClassF stream. |
SaveAsTIFFClassF(string, int, int) | Converts each pages of a pdf document to images and save images to a single TIFF ClassF file. |
static MergeImages(List<Stream>, ImageFormat, ImageMergeMode, int?, int?) | Merges list of image streams as one image stream. Png/jpg/tiff outputs formats are supported, in case of using non supported format output stream encoded as Jpeg by default. |
static MergeImagesAsTiff(List<Stream>) | Merges list of tiff streams as one multiple frames tiff stream. |