Click here to Skip to main content
15,896,726 members
Articles / Desktop Programming / MFC

Scan2PDF

Rate me:
Please Sign up or sign in to vote.
4.90/5 (75 votes)
22 Apr 20053 min read 434.8K   20.9K   230  
A utility for bulk scanning, converting the scanned pages to PDF and burning them on CD/DVD for archiving.
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Scan2PDF.rc
//
#define IDS_PROJECT_HEADER              1
#define IDS_PROJECT_SUBHEADER           2
#define IDS_SCANNER_HEADER              3
#define IDS_SCANNER_SUBHEADER           4
#define IDS_BURN_CD_HEADER              5
#define IDS_BURN_CD_SUBHEADER           6
#define IDD_SCAN2PDF_DIALOG             102
#define IDR_MAINFRAME                   128
#define IDB_HEADER                      129
#define IDB_LEFT                        130
#define IDD_START_WIZARD                131
#define IDD_PROJECT_NAME                132
#define IDD_SCAN_TWAIN                  133
#define IDD_BURN_CD                     134
#define IDD_FINISH_WIZARD               136
#define IDB_RIAZI                       137
#define IDD_SCANNED_PDF                 138
#define IDD_CD_EXPLORER                 139
#define IDC_PROJECT_NAME                1001
#define IDC_WELCOME                     1002
#define IDC_SELECT_SCANNER              1003
#define IDC_SCAN_NEW_DOCUMENT           1004
#define IDC_CONVERT_TO_PDF              1005
#define IDC_PDF_PROGRESS                1006
#define IDC_PIE_CHART                   1008
#define IDC_CHANGE_LAYOUT               1009
#define IDC_DRIVE_LIST                  1010
#define IDC_BURN_CD                     1011
#define IDC_AVOID_BURN                  1012
#define IDC_BURN_PROGRESS               1014
#define IDC_BURN_SPEED                  1015
#define IDC_FINISH                      1016
#define IDC_DELETE_FOLDER_FILES         1017
#define IDC_LAUNCH_WIZARD               1018
#define IDC_ABOUT                       1019
#define IDC_PROJECT_NAME_COMBO          1022
#define IDC_PDF_LIST                    1023
#define IDC_LIST_PDF                    1024
#define IDC_SIMULATION                  1025
#define IDC_FEEDBACK                    1026
#define IDC_EXPLORER                    1027
#define IDC_DRIVE_COMBO                 1028
#define IDC_FORMAT                      1029

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        141
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1030
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

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