Aaron J Albright wrote:
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
Sorry, this worked for me (tested):
scanimage --format=tiff > temp.tiff && tiff2pdf temp.tiff -o output.pdf
&& rm temp.tiff
-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
_______________________________________________
HPLIP-Help mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hplip-help