We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
pdfunite *.pdf multipage.pdf
The text was updated successfully, but these errors were encountered:
I think this goes hand in hand with Sheet Feeder (ADF) support!
Sorry, something went wrong.
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: