-
How to save each page of a pdf file to eps fileComputer/linux 2007. 8. 16. 00:32Sometimes, I want to extract some plot or graphical object
s from pdf file such as data sheet. The Inkscape can handle eps file in Linux.
With the following gs command, I can extract graphical information from pdf file.
gs -dSAFTER -dBATCH -dNOPAUSE -r300 -sDEVICE=epswrite -sOutputFile=result-%02d.eps input.pdf
xterm output example
It is the same method as old post .'Computer > linux' 카테고리의 다른 글
ntpdate and ntp (0) 2007.08.16 새로운 세계 새로운 사람들 - 음악 (0) 2007.08.14 emacs configuration file (0) 2007.08.10