User Tools

Site Tools


pdf:print_to_pdf

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

pdf:print_to_pdf [2017/04/04 08:16] – created peterpdf:print_to_pdf [2019/12/01 22:09] (current) – removed peter
Line 1: Line 1:
-====== PDF - Print to pdf ====== 
- 
-Print to pdf from the command line. 
- 
-1.  Install cups and cups-pdf. 
- 
-<code bash> 
-apt-get install cups cups-pdf 
-</code> 
- 
- 
-2.  Check which printer is available: 
- 
-<code bash> 
-lpstat -p -d  
- 
-printer Cups-PDF is idle.  enabled since Wed 10 Jul 2013 09:30:05 AM EST 
- 
-no system default destination 
-</code> 
- 
-where: 
- 
-  * **lpstat** is to show cups status information. 
-  * **-p** is to tell lpstat to list all printers available. 
-  * **-d** is to show the current default destination.  In this case, this system has one printer installed, which is Cups-PDF. 
- 
- 
-3.  To print, the **lpr** command is needed: 
- 
-<code bash> 
-echo "Printing some characters to a pdf file" | lpr -P Cups-PDF -J print01.pdf 
-</code> 
- 
-where  
- 
-  * **-P** is to specify the printer name that you want to use. 
-  * **-J** is for the output file name. 
- 
-The file will be saved in ~/Desktop, but this can be changed in /etc/cups/cups-pdf.conf. 
- 
- 
  
pdf/print_to_pdf.1491293791.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki