I used linux "convert" command to convert pdf figures into eps files, but the output figure quality was very bad. Probably its not a vectored eps figure. Therefore, I searched more and found that eps figures created by pdftops are vectored.
To convert file.pdf into file.eps, run the following command in the terminal:
To convert file.pdf into file.eps, run the following command in the terminal:
pdftops file.pdf file.eps
No comments:
Post a Comment