Search This Blog

Thursday, March 28, 2013

How to print a regular file to pdf from command line



http://askubuntu.com/questions/27097/how-to-print-a-regular-file-to-pdf-from-command-line

enscript my_text_file.txt -o - | ps2pdf - output.pdf

enscript -B -PPDF test.txt

unoconv -f pdf test.txt

No comments:

Labels