This repository was archived by the owner on Mar 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.ini
More file actions
47 lines (39 loc) · 1.79 KB
/
config.ini
File metadata and controls
47 lines (39 loc) · 1.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; ;;
;; TheCommandLineScanner configuration file ;;
;; ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[BasicSettings]
; Change the ScannerPDFDir property to the directory that you want to save the finalized PDF on.
; End the folder name with right slash (\). Leave it blank to save it at the same folder as the script.
; (Default: blank)
; Note that folder names with spacing don't need to have quotes.
ScannerPDFDir=
; Change the ScannerDPI property to the resolution (dots per inch) of the resulting file. (Default: 300)
ScannerDPI=300
; Below are the ScannerWidth and ScannerHeight properties, which changes the resulting file's paper size.
; Example:
; ScannerWidth=210,ScannerHeight=297 (A4)
;
; If you want to scan the entire scan area for the printer / scanner, just leave these two as "0".
ScannerWidth=0
ScannerHeight=0
; Change the ScannerColor Property to the color type that you want at the resulting file.
; Accepted properties:
; BW = Black and White (default)
; RGB = Color
; GRAY = Grayscale
ScannerColor=BW
; Change the ScannerTempOutFormat to the file format that you want to use at the temp files.
; Accepted file formats:
; BMP, PNG (default), GIF, JPG, TIF
ScannerTempOutFormat=PNG
; Change the waiting time after (Default = 2)
; Please note that the value is counted in seconds.
WaitTime=2
[TimerScanSettings]
; Change the Timer property for the timer setting, which will be run after every scan if you select the "Timer" option at the file. (Default = 10)
; Please note that the value is counted in seconds.
Timer=10
; Here, you can set how many page that you would like to scan for the timer mode. (Default = 4)
Pages=4