gawindx / phpSane

phpSANE is a web-based frontend for SANE written in HTML/PHP so you can scan with your web-browser. It also supports OCR. Fork from original repository 'https://sourceforge.net/projects/phpsane/'
GNU General Public License v2.0
16 stars 8 forks source link

Feature request: multiple pages document to PDF scanning #1

Open tloki opened 5 years ago

tloki commented 5 years ago

I propose a feature to scan to (multi-page?) PDF, with a simple option of 'add another page?'

If I'm not wrong current implementation of sane does not support PDF but I have used the 'hack' below successfully (by piping to ps2pdf)

scanimage -p --resolution 250 --mode Gray -x 210 -y 297 | pnmtops -imageheight 11.7 -imagewidth 8.3 | ps2pdf - output.pdf

and then pdfunite *.pdf multipage.pdf to merge pages into a single multi-page PDF document.

markosjal commented 3 years ago

I think this goes hand in hand with Sheet Feeder (ADF) support!