08-20-2008, 10:51
|
Maen Hasan

Joined on 08-05-2004
Posts 1,880
|
|
|
I do not think many Twain drivers support saving PDF file format, so the file you got is most likely a different format, not really PDF. Our toolkit can open many file formats such as TIFF, BMP and JPEG even if they are saved with a different extension such as .PDF.
If you would like to save the scanned images to PDF format, you have to use LEADTOOLS save functions. For each image acquired by the currently selected TWAIN source, an AcquirePage event is generated.
This event gives you the ability to get the acquired image and save it to PDF format using the RasterCodecs.Save Method. For more information, please refer to the LEADTOOLS .Net documentation.
Of course this only works if you own the LEAD PDF plug-in.
Thanks, Maen Badwan LEADTOOLS Technical Support
|
|
|
|
|
Report
|
|
|
|