Saturday, February 2, 2013

Converting ps to eps in ubuntu

The ps files in ubuntu can be converted to eps files by using the command:
ps2eps
Sometimes the eps files are seen clipped off. This is eliminated by -B option in the ps2eps command.
To overwrite existing files use the -f option.
So for good conversion the command is:
ps2eps -f -B <filename.ps>

enjoy!

No comments:

Post a Comment

Put in your valuable comments here!

Note: Only a member of this blog may post a comment.