| Quote: | | | | | | | |
| thank bnmand for your promt reply.
I will try now and tell you the result.
regard,
petrus | |
| | |
Good.
Elaborating on one point: I believe Adobe Acrobat is the best program to use. The downside is the cost.
Using Adobe Acrobat 9 Standard/Professional (it doesn't matter which so get Standard if you don't need Pro features and wish to get Adobe Acrobat) it will make the document a pdf straight away (rather than needing to use CutePDF or something similar to print to a PDF), perform OCR, rotate pages (using OCR can detect if individual page is landscape or portrait), tries to straighten the page and if you select Hide Scanner's Native Interface it will scan e.g. 50 pages and then once the last page has been scanned and only then prompt for more pages.
The ScanGear software settings will need to configured for each Windows user on each computer. I use a .bat script that merges .reg files and get it to run on each login so that the settings are loaded automatically (saves time and effort if configuring for multiple users).
In Windows XP the relevant registry keys are
Canon Network ScanGear Tool
[HKEY_CURRENT_USER\Software\Canon\Network ScanGear]
Adobe Acrobat 9 (if you use it)
[HKEY_CURRENT_USER\Software\Adobe\Adobe Acrobat\9.0\Scan]
To get these keys once you've configured scanning to work how you like, go into
Start > Run > regedit
Select the Key and right click and select export. Save it where you want.
Then in your script type e.g.
regedit /s "\\server\scanning\networkscangear.reg"
Make the appropriate corrections for the name of the file and the network location
If doing this you should make your script check to ensure that the relevant software is installed before changing the registry. You can do this by checking if the default installation directory exists: e.g. if you use Acrobat 9 you can use the following (all on one line):
IF EXIST "%SYSTEMDRIVE%\Program Files\Adobe\Acrobat 9.0\" IF EXIST "%SYSTEMDRIVE%\Program Files\Canon\Network ScanGear" cmd /c "\\server\scanning\networkscangear.bat"
Make the appropriate corrections for the name of the file and the network location.
Note: if you have more than one scanner using Network ScanGear you may wish to create extra scripts to make it easier for the computer illiterate to change which one they use.
If you go down this route you need to be careful as a software update such as Adobe Acrobat v9 to v10 or a newer version of Canon Network Scangear may change what is in the parts of the registry I refer to above or use a different part of the registry for its settings.
A networked IR3300 (if firmware is installed properly) should also be able to print so if you haven't set it up to print already you may want to get the latest PCL5e drivers from Canon. See
Canon U.S.A: Support
You can print through the parallel port if you have a n boot rom installed and n firmware installed, but scanning must be done over a network and thus requires the NIC (ethernet port) being installed. Most copiers with a N boot rom should have a NIC as well