Difference between pages "Pdf" and "Take a video of your Linux desktop"

From Linuxintro
(Difference between pages)
imported>ThorstenStaerk
 
imported>ThorstenStaerk
 
Line 1: Line 1:
= Display a PDF =
+
#REDIRECT [[take a video from your Linux Desktop]]
To display a PDF ''example.pdf'', [[open a console]] and enter
 
okular ''example.pdf''
 
 
 
= 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
 

Latest revision as of 09:16, 1 March 2020