Sunday, April 09, 2006

You want to Edit pdf ???

I need to edit several pdf files very badly. Today Found that killer app flpsed and Xfig
Now It's very easy to edit PDF in Linux :D

#apt-get install flpsed

convert pdf file into postscript

$pdf2ps your.pdf

Here we go...

$flpsed your.ps

Now you can edit your "ps" file and export it as "pdf" or save it as "ps" then use

$ps2pdf your.ps

0 comments: