Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Tuesday, January 23, 2007 10:59:42 PM(UTC)

Pieter  
Pieter

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.
 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Wednesday, January 24, 2007 10:44:06 AM(UTC)

GregR  
GregR

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)

Pieter  
Pieter

Groups: Registered
Posts: 4


Thanks Greg
 
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.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.070 seconds.