This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Tuesday, January 23, 2007 10:59:42 PM(UTC)
Groups: Registered
Posts: 4
Hi,
I suppose this question has been asked before, but I can't find an answer.
Is it possible to scan and then save directly to a PDF file? (Like it's possible to save to e.g. a BMP file).
Or do I first need to store the images in a raster view control and save the PDF file from there?
Or is there another way to accomplish this?
Thanks.
#2
Posted
:
Wednesday, January 24, 2007 10:44:06 AM(UTC)
Groups: Registered, Tech Support, Administrators
Posts: 764
Yes. If you have a Document Imaging (or higher) toolkit then you can use the AcquireFast (AcquireMulti) method so that you can save the scanned pages directly to a file.
If you do not have a Document toolkit then you will need to capture the Acquire event and save the image to a PDF. You do not need to load the image into any viewers. For example, in .NET you can just store it in a RasterImage object and use that RasterImage in your RasterCodecs.Save method.
For any toolkit, you will need to have the PDF plugin in order to read and/or write PDF files.
#3
Posted
:
Wednesday, January 24, 2007 9:32:25 PM(UTC)
Groups: Registered
Posts: 4
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.