You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes:
- Added option '-u/--manual-duplex' to facilitate scanning double-sided
documents with devices that lack hardware support for duplex scanning
- Added Service Menu for KDE file managers Konqueror and Dolphin for
convenient one-click scanning to PDF file via context menu entries
- Reduced 'printx()' functions to one-liners, output warnings and errors
to stderr
@@ -11,6 +12,7 @@ help me achieve that goal and are highly appreciated.
11
12
<ahref="https://paypal.me/fonicmaxxim"><imgsrc="https://raw.githubusercontent.com/fonic/donate-buttons/main/paypal-button.png"alt="Donate via PayPal"height="35"></a>
12
13
<ahref="https://ko-fi.com/fonic"><imgsrc="https://raw.githubusercontent.com/fonic/donate-buttons/main/kofi-button.png"alt="Donate via Ko-fi"height="35"></a>
13
14
15
+
14
16
## Requirements
15
17
**Dependencies:**<br/>
16
18
_Bash_ (≥v4.0),
@@ -30,12 +32,20 @@ Refer to the [releases](https://github.com/fonic/scan2pdf/releases) section
30
32
for downloads links. There is no actual installation required. Simply extract
31
33
the downloaded archive to a folder of your choice.
32
34
35
+
For [KDE](https://kde.org/) file managers
36
+
[Konqueror](https://apps.kde.org/konqueror/) and
37
+
[Dolphin](https://apps.kde.org/dolphin/), a
38
+
[Service Menu](#service-menu) is included that allows for convenient one-click
39
+
scanning to PDF file from within the context menu.
40
+
41
+
33
42
## Configuration
34
43
Open `scan2pdf.conf` in your favorite text editor and adjust the settings
35
44
to your liking. Refer to embedded comments for details. Refer to
36
45
[this section](#configuration-options) for a listing of configuration options
37
46
and current defaults.
38
47
48
+
39
49
## Quick Start
40
50
To scan a single document to PDF file, use the following command:
41
51
```
@@ -50,25 +60,45 @@ $ ./scan2pdf.sh -a -o document_%05d.pdf
50
60
See [this section](#command-line-options) for a detailed list of command line
51
61
options.
52
62
63
+
53
64
## Contributing
54
65
55
-
To date, _Scan to PDF (scan2pdf)_ has only been tested with _Brother_ printers.
66
+
_Scan to PDF (scan2pdf)_ has mainly been tested with _Brother_ printers.
56
67
If you own a printer manufactured by _HP_, _Canon_, _Epson_ or some other
57
68
well-established brand and would like to help with adding support, please
58
69
create an [issue on GitHub](https://github.com/fonic/scan2pdf/issues) and
59
70
provide the output of `scanimage --help`.
60
71
72
+
73
+
## Service Menu
74
+
75
+
To use the _Service Menu_, which provides a _Scan to PDF_ entry in the
76
+
right-click context menu of [KDE](https://kde.org/) file managers
0 commit comments