Click here to Skip to main content
15,867,308 members
Articles / Desktop Programming / MFC
Article

Scan2PDF

Rate me:
Please Sign up or sign in to vote.
4.90/5 (75 votes)
22 Apr 20053 min read 431.2K   20.9K   230   77
A utility for bulk scanning, converting the scanned pages to PDF and burning them on CD/DVD for archiving.

Figure 1

Introduction

Several months ago, one of my clients asked me for creating a simple utility for his bulk scanning process. Also he wanted to save the scanned documents into PDF and then burn them on CD/DVD for archiving.

After some research on the Net, I decided to combine various free and open source libraries. Here is list of them:

  1. PDFLib Lite version. Please read the license carefully. You can use the library for personal usage only, not commercial.
  2. Nero Burning CD/DVD SDK/API. Please read the license carefully.
  3. CxImage lmaging toolkit. Thanks to Davide Pizzolato for sharing his knowledge and efforts.
  4. TWAIN C++ wrapper. Thanks to Rajiv Ramachandran for his article.

Scan2PDF Application

The program is very simple to use. I created a wizard style application that anyone can work with it very easily. Most of the task will be done by program itself and the user only sets the configuration. The above figure shows the first screen of the wizard.

The second screen of wizard asks the user for entering a project name. The application should scan bulk of images, converts scanned images to PDF then burn all PDFs in CD/DVD. However if in middle of scanning/converting process, user decides to leave his desk, what happens. The wizard solves this. Just scan your documents, save them into PDF and whenever you want, you can save your project (going to last page of wizard and click on Finish). After returning, you can open your previous saved projects. The combo box of second page of wizard shows all of projects. See figure 2 for more information.

Figure 2

This is not a tutorial of how to create such kind of this application. But you can take a look at source code and learn by yourself. Also both PDFLib and Nero SDK have an extensive documentation on how to use the libraries. For having some idea of how you can use PDFLib, my other article Text2PDF is another good starting point.

OK, I use CxImage library for creating TIFF files on the fly. You can modify the code to create JPEG files (the PDFLib supports both formats). For scanning purposes, I use the C++ TWAIN wrapper written by Rajiv. Both of articles have good examples of how to employ the code.

Just select your scanner source, click on "Scan New Documents" and after several scans to convert all the scanned documents into PDF, click on "Convert To PDF" button. The progress bar will show progress of converting. After creating the PDF, by clicking on "Scan New Documents" and then "Convert To PDF", you will have separate PDF file.

Figure 3

If you want to know which documents were scanned by you, just click on "Scanned Documents". A dialog will be appear and shows list of PDFs.

Figure 4 shows the next step of wizard. The combo box shows list of available CD Drives including your CD Burner. You have the option for burning the CD or simulate the burning process. If you want to create an image of CD (such as ISO), I have written some code for you, but commented it. You can uncomment the codes and create your own CD image of scanned/PDF documents.

Figure 4

The last step is very simple to use. You have two options. One for launching the wizard again for another wizard and one for deleting the current project (and its PDFs) as shown in Figure 5.

Figure 5

I hope this utility becomes useful for someone and also many people can benefits from it or its source code.

Enjoy!

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
CEO Solaris Electronics LLC
United Arab Emirates United Arab Emirates
I was born in Shiraz, a very beautiful famous city in Iran. I started programming when I was 12 years old with GWBASIC. Since now, I worked with various programming languages from Basic, Foxpro, C/C++, Visual Basic, Pascal to MATLAB and now Visual C++.
I graduated from Iran University of Science & Technology in Communication Eng., and now work as a system programmer for a telecommunication industry.
I wrote several programs and drivers for Synthesizers, Power Amplifiers, GPIB, GPS devices, Radio cards, Data Acquisition cards and so many related devices.
I'm author of several books like Learning C (primary and advanced), Learning Visual Basic, API application for VB, Teach Yourself Object Oriented Programming (OOP) and etc.
I'm winner of January, May, August 2003 and April 2005 best article of month competition, my articles are:


You can see list of my articles, by clicking here


Comments and Discussions

 
QuestionProject don't run in VS 2010 Pin
Member 1044039719-Dec-13 13:21
Member 1044039719-Dec-13 13:21 
GeneralMy vote of 5 Pin
Manoj Kumar Choubey26-Feb-12 19:43
professionalManoj Kumar Choubey26-Feb-12 19:43 
Generalfor nero hook Pin
jepson li11-Nov-08 22:07
jepson li11-Nov-08 22:07 
QuestionHow can I use this in ASP.NET application Pin
pbansal20-Jan-08 21:14
pbansal20-Jan-08 21:14 
GeneralExample in .Net Pin
Atwal Darshan15-Feb-07 2:44
Atwal Darshan15-Feb-07 2:44 
GeneralGood Work! Pin
Kevin Bao20-Dec-06 19:18
Kevin Bao20-Dec-06 19:18 
GeneralSalam Pin
asef10-Dec-06 2:28
asef10-Dec-06 2:28 
GeneralRe: Salam Pin
Abbas_Riazi10-Dec-06 3:37
professionalAbbas_Riazi10-Dec-06 3:37 
QuestionHELP,HELP!!!! Pin
alphawiw4-Nov-06 8:17
alphawiw4-Nov-06 8:17 
GeneralHello again Pin
Bijan Gofranian21-Oct-06 11:40
Bijan Gofranian21-Oct-06 11:40 
GeneralRe: Hello again Pin
Abbas_Riazi21-Oct-06 22:07
professionalAbbas_Riazi21-Oct-06 22:07 
GeneralRe: Hello again Pin
Bijan Gofranian27-Oct-06 16:58
Bijan Gofranian27-Oct-06 16:58 
JokeI am so happy Pin
mohamadhamedi6-Jul-06 7:15
mohamadhamedi6-Jul-06 7:15 
AnswerRe: I am so happy Pin
Abbas_Riazi6-Jul-06 20:11
professionalAbbas_Riazi6-Jul-06 20:11 
GeneralBroken link Pin
AlexEvans20-Jun-06 16:23
AlexEvans20-Jun-06 16:23 
AnswerRe: Broken link Pin
Abbas_Riazi23-Jun-06 0:27
professionalAbbas_Riazi23-Jun-06 0:27 
GeneralRe: Broken link Pin
Kevin Bao20-Dec-06 19:23
Kevin Bao20-Dec-06 19:23 
GeneralEmail Capability Pin
bickyb8-Apr-06 8:51
bickyb8-Apr-06 8:51 
AnswerRe: Email Capability Pin
Abbas_Riazi23-Jun-06 0:33
professionalAbbas_Riazi23-Jun-06 0:33 
Generalhi Pin
AnasHashki21-Mar-06 3:09
AnasHashki21-Mar-06 3:09 
AnswerRe: hi Pin
Michał Zalewski21-Jan-07 7:17
Michał Zalewski21-Jan-07 7:17 
GeneralRe: hi Pin
AnasHashki22-Jan-07 0:02
AnasHashki22-Jan-07 0:02 
JokeVery Thoughtful Effort! Pin
easter_200720-Feb-06 15:49
easter_200720-Feb-06 15:49 
AnswerRe: Very Thoughtful Effort! Pin
Abbas_Riazi21-Feb-06 5:21
professionalAbbas_Riazi21-Feb-06 5:21 
GeneralScan2PDF wrapper in .NET Pin
VINH TRAN8-Sep-05 14:32
VINH TRAN8-Sep-05 14:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.