LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   HTML to PDF Command Line App (https://www.linuxquestions.org/questions/linux-software-2/html-to-pdf-command-line-app-688102/)

Luvz2Fly 12-03-2008 02:43 PM

HTML to PDF Command Line App
 
Greetings all,
I searched and searched but could not find a simple CLI driven app to convert HTML or TXT to PDF. ANY ideas? I think command line would be best as I need it to traverse a few hundred directories to do it to multiple files

Thanks in advance!

jiml8 12-03-2008 03:14 PM

Make sure imagemagick is installed, then:

convert myfile.htm myfile.pdf.

This will do the whole job, including bringing in images etc.


All times are GMT -5. The time now is 08:18 PM.