|
If the input format is PDF or any of the input formats
supported by the toolkit, you can use our toolkit with very simple code. For
information about the supported file formats, please refer to the "Summary
of All Supported Image File Formats" topic in our LEADTOOLS .NET help file
or the following link: http://www.leadtools.com/SDK/Raster/Raster-Formats.htm You can create a simple application that loads a multi-page PDF
file and save it into single-page TIFF images as follows:
1. Use the Load(String) Method to load the PDF file. 2. Create a loop and save the single-page TIFF images using
the Save(RasterImage,String,RasterImageFormat,Int32,Int32,Int32,Int32,CodecsSavePageMode)
Method inside the loop, depending on the number of the PDF file pages.
If there are other file formats not mentioned in the list,
please tell me what they are and I will try to suggest an alternative solution.
Adnan Ismail LEADTOOLS Technical Support
|