TWAIN ActiveX Control, Plug-in, Scanner SDK, Component, HTTP Control/SDK

Dynamsoft TWAIN Products

Support Community for TWAIN Control/Component/SDK for Scanning Solutions
* Login   * Register
* FAQ    * Search

It is currently Sun May 20, 2012 2:01 pm




Post new topic Reply to topic  [ 8 posts ] 
Author Message
 Post subject: Creating multipage pdf with selected images from buffer.
PostPosted: Wed Jul 08, 2009 7:35 am 
Offline

Joined: Thu Jun 18, 2009 8:30 am
Posts: 8
hi,

how can create a multipage pdf with a bunch images from the buffer randomly picked?
Is there a function for this?
because HTTPUploadThroughPost saves each image in seperate pdf and doesnot append images.
and HTTPUploadAllThroughPostAsPDF uploads all images in buffer as a single PDF.
Can i create a fake buffer where i add all this selected images then use HTTPUploadAllThroughPostAsPDF.


Please help asap.

Thank you,
Vivek


Top
 Profile  
 
 Post subject: Re: Creating multipage pdf with selected images from buffer.
PostPosted: Wed Jul 08, 2009 9:59 pm 
Offline
User avatar

Joined: Tue Mar 08, 2005 12:23 am
Posts: 1075
Hi Vivek,

Quote:
Can I create a multipage pdf with a bunch images from the buffer randomly picked?

It’s achievable by using two controls. I have sent you an example. Please check your email box.

Thanks.

_________________
Catherine Sea
TWAIN Support Team
TWAIN ActiveX/Plug-in for Web Applications, Scanner COM Control
TWAIN .NET Component/SDK for Desktop Applications

Follow me @Twitter, Facebook
Image


Top
 Profile  
 
 Post subject: Re: Creating multipage pdf with selected images from buffer.
PostPosted: Thu Jul 09, 2009 6:11 am 
Offline

Joined: Thu Jun 18, 2009 8:30 am
Posts: 8
hey I didnt receive your mail can u sent to this email:

vivekv88@gmail.com

thank you,
vivek


Top
 Profile  
 
 Post subject: Re: Creating multipage pdf with selected images from buffer.
PostPosted: Sun Jul 12, 2009 9:08 pm 
Offline
User avatar

Joined: Tue Mar 08, 2005 12:23 am
Posts: 1075
Hi Vivek,

I have sent the sample to your gmail. Please check it.

Thanks.

_________________
Catherine Sea
TWAIN Support Team
TWAIN ActiveX/Plug-in for Web Applications, Scanner COM Control
TWAIN .NET Component/SDK for Desktop Applications

Follow me @Twitter, Facebook
Image


Top
 Profile  
 
 Post subject: Re: Creating multipage pdf with selected images from buffer.
PostPosted: Mon Jul 13, 2009 5:39 am 
Offline

Joined: Thu Jun 18, 2009 8:30 am
Posts: 8
Thank you,
It works


Top
 Profile  
 
 Post subject: Re: Creating multipage pdf with selected images from buffer.
PostPosted: Mon Jul 13, 2009 9:17 pm 
Offline
User avatar

Joined: Tue Mar 08, 2005 12:23 am
Posts: 1075
:D

_________________
Catherine Sea
TWAIN Support Team
TWAIN ActiveX/Plug-in for Web Applications, Scanner COM Control
TWAIN .NET Component/SDK for Desktop Applications

Follow me @Twitter, Facebook
Image


Top
 Profile  
 
 Post subject: Re: Creating multipage pdf with selected images from buffer.
PostPosted: Thu Nov 04, 2010 7:44 am 
Offline

Joined: Thu Nov 04, 2010 7:33 am
Posts: 1
Hey

I need this solution as well.

please, can you sent it to rani109@gmail.com

Thanks
Rani


Top
 Profile  
 
 Post subject: Re: Creating multipage pdf with selected images from buffer.
PostPosted: Sun Nov 07, 2010 5:19 pm 
Offline
User avatar

Joined: Tue Mar 08, 2005 12:23 am
Posts: 1075
Hi rani,

In the latest version of Dynamic Web TWAIN, we added a method called HTTPUploadSelectedImagesThroughPostAsMultiPagePDF
http://www.dynamsoft.com/help/TWAIN/Web ... agePDF.htm

With this method, you can choose randomly among the images in buffer and upload them as a multi-page PDF.

Please download the sample from the link below:
http://www.dynamsoft.com/Samples/CNet/SaveToFile.zip

To achieve your goal, in the sample code, please change the following line:
Code:
frmScan.DynamicWebTwain1.HTTPUploadThroughPost(strHostIP, 0, strActionPage, "ImageData.JPG");

to
Code:
frmScan.DynamicWebTwain1.HTTPUploadThroughPostAsMultiPagePDF(strHostIP, strActionPage, "ImageData.pdf");

_________________
Catherine Sea
TWAIN Support Team
TWAIN ActiveX/Plug-in for Web Applications, Scanner COM Control
TWAIN .NET Component/SDK for Desktop Applications

Follow me @Twitter, Facebook
Image


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 8 posts ] 

It is currently Sun May 20, 2012 2:01 pm


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron

Copyright © 2010 Dynamsoft Corporation. All Rights Reserved. | Knowledge Base | Source Control Blog