I couldn't get the below code to work. :/

However using:

"scanimage > output.pnm"

then I installed a program called "sam2p"

and ran:

"sam2p output.pnm output.pdf"

and it converted it to pdf.

There is perhaps a more efficient way to make it work, however I am lacking in my bash shell script to say for sure. Something else interesting to note I had to install sane-utils in ubuntu to make scanimage work.

By the way I'm using Ubuntu Dapper Flight 7.

Hope this helps..

Aaron

dwelch wrote:
Robert wrote:
I have a HP 3015 MFP and I was wondering is their any app that allows me to directly scan a file to PDF without going to OpenOffice?


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

Untested:

scanimage --format=tiff | tiff2pdf > output.pdf

-Don




-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
HPLIP-Help mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hplip-help

Reply via email to