Welcome to LEAD Support Forum Login | Register | Faq  

    LEAD Support Forum
  Resource to find answers and post technical questions about LEAD products.
Search    
   

How to scan multiformat multipage document at once time ?
Started by davidsugandi at 05-13-2008 5:31. Topic has 4 replies.

Print Search « Previous Thread Next Thread »
  05-13-2008, 5:31
davidsugandi is not online. Last active: 5/23/2008 10:45:50 AM davidsugandi

Not Ranked
Joined on 04-23-2008
Jakarta, Indonesia
Posts 3
How to scan multiformat multipage document at once time ?
Reply Quote
How to scan multipage document then save the result as multipage PDF and multipage TIFF at one time?
please provide the example in vb6 or c# or vb.net
Thank you very much :)
David Sugandi
   Report 
  05-13-2008, 10:44
Adam Boulad is not online. Last active: 1/6/2009 1:25:47 PM Adam Boulad



Top 10 Posts
Joined on 09-16-2007
Posts 540
Re: How to scan multiformat multipage document at once time ?
Reply Quote

David,

When you scan the image (using the acquire method) you can save the result to PDF and TIF by using the save function in the acquire page event.

The details depend on the programming language and programming interface that you use.

What version of LEADTOOLS (14, 14.5, 15, etc.) are you using?
Adam Boulad
LEADTOOLS Technical Support

   Report 
  05-14-2008, 7:28
davidsugandi is not online. Last active: 5/23/2008 10:45:50 AM davidsugandi

Not Ranked
Joined on 04-23-2008
Jakarta, Indonesia
Posts 3
Re: How to scan multiformat multipage document at once time ?
Reply Quote
Adam,
thank you very much for the attentions
i am use leadtools document imaging suite version 15 and i am trying to use with vb6, vb.net 2008 or c#.net 2008
you might provide the examples for all programming language couse maybe some other peoples need these
:)

David Sugandi
   Report 
  05-14-2008, 11:42
Adam Boulad is not online. Last active: 1/6/2009 1:25:47 PM Adam Boulad



Top 10 Posts
Joined on 09-16-2007
Posts 540
Re: How to scan multiformat multipage document at once time ?
Reply Quote

Our main demos contain code for Twain acquiring. The scanned images are retrieved in the AcquirePage Event handlers in these demos.

You can simply add code to these event handlers that calls the RasterCodecs.Save() and set the CodecsSavePageMode flag to 'Append' to achieve multi-page support.
Adam Boulad
LEADTOOLS Technical Support

   Report 
  05-14-2008, 12:15
davidsugandi is not online. Last active: 5/23/2008 10:45:50 AM davidsugandi

Not Ranked
Joined on 04-23-2008
Jakarta, Indonesia
Posts 3
Re: How to scan multiformat multipage document at once time ?
Reply Quote
thank you very much :)
i will try it ;)
David Sugandi
   Report 
Post
LEAD Support Fo... » General » Example Request... » How to scan multiformat multipage document at once time ?

Powered by Community Server, by Telligent Systems