GreenTeacom / pdf2eps

Convert PDF to encapsulated PostScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pdf2eps

Convert PDF to encapsulated PostScript

In Windows

You can use Windows command line (a.k.a. cmd) , and type (change directory to bash file location)

./pdf2eps.bat <page number> <pdf file>

for example,

./pdf2eps.bat 1 input.pdf

In Unix (include MacOS)

You can use Terminal , and type (change directory to bash file location)

$ bash ./pdf2eps.sh <page number> <pdf file>

for example,

$ bash ./pdf2eps.sh 1 input.pdf

Requirement

  1. TeXLive
  2. If your pdftops command is not found , you must install poppler.

License

The code is based on Herbert's accepted answer. You can found here.

This program released under MIT License.

About

Convert PDF to encapsulated PostScript

License:MIT License


Languages

Language:Shell 63.5%Language:Batchfile 36.5%