# pdf2eps-tools **Repository Path**: duanxuefeng/pdf2eps-tools ## Basic Information - **Project Name**: pdf2eps-tools - **Description**: 将pdf格式图片转为eps格式 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-19 - **Last Updated**: 2025-03-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 ` 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 ` 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](https://tex.stackexchange.com/questions/20883/how-to-convert-pdf-to-eps). This program released under [MIT License](LICENSE).