Wednesday, October 8, 2008

PDF: Convert EPS or PS to PDF

1. Download GhostScript 8.63;
2. Add bin path to System environment variables’s PATH;
3. To convert EPS to PDF which has the same dimension of the original EPS:
run "ps2pdf –dEPSCrop c:\test.eps c:\test.pdf"

4. To convert an arbitrary EPS file into a PDF page of your standard GS page size,
run "ps2pdf -dEPSFitPage c:\file.eps c:\file.pdf"

No comments: