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
This is not a blog, but my notes and tips for research. Feel free to take any information and leave any comments or questions.
enscript my_text_file.txt -o - | ps2pdf - output.pdf
enscript -B -PPDF test.txt
unoconv -f pdf test.txt
No comments:
Post a Comment