How do I convert a text file to a pdf format?
I would like to convert a text file I have to pdf format. How can I do this in Fedora 19 with minimal effort?
I would like to convert a text file I have to pdf format. How can I do this in Fedora 19 with minimal effort?
If you're using LibreOffice, you can click File > Export as PDF
Just to add: You can even use LibreOffice in batch mode from the command-line, if you have a lot of files. See the output of libreoffice --help
. AbiWord can also do that. If you want real quality, there are PanDoc, LaTeX and/or ConTeXt, but they’re a bit of a faff for trivial stuff!
You could also install cups-pdf, and print to PDF form any program you like.
For those who wish to convert from the "command prompt": use convert
(part of the rpm package ImageMagick
). You can choose your own font or font family (see $> man convert
).
If you open a file using a corresponding program (e.g.,text editors, graphic programs, web browsers, LibreOffice, etc) in linux, you can create a pdf format via print by selecting "print to file". As your file is a plain text file, you may use "gedit" to convert it to a pdf format via print.
Try this PDFelement, easily convert PDF documents into a text file.
Asked: 2013-09-26 08:21:13 -0600
Seen: 6,063 times
Last updated: Mar 23 '15