Difference between pages "Make a USB disk bootAble" and "Pdf"

From Linuxintro
(Difference between pages)
imported>ThorstenStaerk
(Redirected page to Install linux on a USB disk)
 
imported>ThorstenStaerk
(New page: = Insert a picture into a pdf file = convert ''scan1*''.png ''text1''.ps ps2pdf13 ''text1''.ps ''text1''.pdf cat ''text1''.ps | gs -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sPAPERSIZE...)
 
Line 1: Line 1:
#REDIRECT [[Install linux on a USB disk]]
+
= Insert a picture into a pdf file =
 +
[[convert]] ''scan1*''.png ''text1''.ps
 +
ps2pdf13 ''text1''.ps ''text1''.pdf
 +
cat ''text1''.ps | gs -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sPAPERSIZE=a4 -sOutputFile=text1.pdf -c save pop -
 +
for the paper format you can also add
 +
-page A4+0+0

Revision as of 09:02, 11 September 2010

Insert a picture into a pdf file

convert scan1*.png text1.ps
ps2pdf13 text1.ps text1.pdf
cat text1.ps | gs -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sPAPERSIZE=a4 -sOutputFile=text1.pdf -c save pop -

for the paper format you can also add

-page A4+0+0