LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Quick Q: convert ps to pdf-HOWTO (https://www.linuxquestions.org/questions/linux-newbie-8/quick-q-convert-ps-to-pdf-howto-415510/)

smiley_lauf 02-14-2006 08:54 PM

Quick Q: convert ps to pdf-HOWTO
 
Hi

How do I do this? is there a software or is this done thru command line? I have web pages that I have captured using (print to file) ps file extension. I would like to share these files with others, and wanted to know how to get them to convert to pdf?
Otherwise, is there a direct to pdf printer (not the OOO one) I mean general that can print html, txt, photos, to pdf???

Much appreciated,
Regards,
Sl

baldwonder 02-14-2006 09:03 PM

So if you only have a few things you can go to ps2pdf.com and have the website convert the files for you (it's free), but doing it yourself is just as easy. ps2pdf is a script that comes bundled with GhostScript. You can read all about it here:

http://www.linux.com/article.pl?sid=04/03/25/1650210

This should tell you everything you need. Hope this helps.

smiley_lauf 02-14-2006 09:33 PM

Works beautifully...! Many thanks!

smiley_lauf 02-14-2006 09:38 PM

Quote:

Originally Posted by baldwonder
So if you only have a few things you can go to ps2pdf.com and have the website convert the files for you (it's free), but doing it yourself is just as easy. ps2pdf is a script that comes bundled with GhostScript. You can read all about it here:

http://www.linux.com/article.pl?sid=04/03/25/1650210

This should tell you everything you need. Hope this helps.


Sorry, could I issue a command in the browser print window like so: (print to file):

Code:

<filename>.ps ps2pdf <filename>.ps
Will it work? i.e. directly convert from html to pdf, via ps...huh?


All times are GMT -5. The time now is 07:22 AM.