|
/SW/graphics:
Problem: How to Edit / Fax / Print a Web Page
First I used Firefox to print the web page to a postscript file "file.ps". If I just wanted to fax the web site, at this point "ps2pdf file.ps" would generate a "file.pdf" which I could upload to my fax website no problem (ps2pdf comes from the "gs-common" package of the Ghostscript[1] software suite).
However, I want to edit this file first.
I used the "convert" utility from the ImageMagick[2] graphics suite (the "imagemagick" package in the Debian distribution) to "convert file.ps file.jpg". Edit file.jpg with gimp[3]. Then "convert file.jpg file.pdf". Fax or print file.pdf.
[1] http://www.ghostscript.com/awki/Ghostscript
[2] http://www.imagemagick.org/script/index.php
[3] http://www.gimp.org/
posted at: 10:08 | path: /SW/graphics | permanent link to this entry