LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   ~ how to edit postscript file ~ (https://www.linuxquestions.org/questions/linux-newbie-8/%7E-how-to-edit-postscript-file-%7E-98433/)

alvincks 09-29-2003 09:20 PM

~ how to edit postscript file ~
 
hi , how to i create,modify and edit postscript file from linux redhat ? what software should i intend to use ?

tq

speter 09-29-2003 09:28 PM

You can do it with a text editor if you know what you're doing. The real question is: what are you trying to do? For example, I can print to a ps file from OpenOffice, or I can create a document with TeX, output it to dvi and then run it through dvips. If you want to create eps graphics, you'll need something like Sodipodi.

Steve

alvincks 09-29-2003 09:52 PM

i just want to modify and edit existing postscript file ...which software i shuld use ?

because i'm new in linux , how to i determine whether editor like TeX or laTeX are exist ? cause i didn't see it from my redhat6.0

quatsch 09-29-2003 11:40 PM

a postscript file is just a text file so you can edit it with any editor if you know the 'language'.

alvincks 09-30-2003 02:30 AM

u means i can edit with vi or emacs ?

quatsch 09-30-2003 10:05 AM

yes. It will be code though.

alvincks 09-30-2003 09:28 PM

quatsch , are u familiar with tex ? what command in order to open ps file ?

quatsch 09-30-2003 11:46 PM

sorry, I'm not familiar with tex. But why do you want to use it? OpenOffice or any other editor will do just as well. Just open it as a text file.

speter 10-01-2003 12:38 AM

Quote:

Originally posted by alvincks
quatsch , are u familiar with tex ? what command in order to open ps file ?
TeX is a typesetting language, not a text editor. Use emacs, vi, or pico to open the postscript file. I doubt you'll be able to do much with it though.

Steve

alvincks 10-01-2003 12:50 AM

coz if i open it from open office , it can't display the graphic oso

gsuniq 10-01-2003 12:57 AM

To edit a P.S. file you should become a Postscript programmer guru first. P.S. files are ascii files, so, you can use any editor like vi. From other applications like Netscape, koffice, openoffice you can create P.S. files. So, if you want to edit a P.S. file just edit the "source" file. Some P.S. related commands are gs, a2ps, psnup, ps2pdf, etc.


All times are GMT -5. The time now is 05:33 AM.