{"id":24590895,"url":"https://github.com/blmoore/pdf2eps-osx","last_synced_at":"2025-08-15T19:06:03.556Z","repository":{"id":31439269,"uuid":"35002911","full_name":"blmoore/pdf2eps-osx","owner":"blmoore","description":"Script for converting PDF to EPS images on OS X","archived":false,"fork":false,"pushed_at":"2021-03-26T15:12:15.000Z","size":572,"stargazers_count":12,"open_issues_count":1,"forks_count":3,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-14T11:46:29.678Z","etag":null,"topics":["conversion","eps","ghostscript","osx","pdf"],"latest_commit_sha":null,"homepage":null,"language":"PostScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blmoore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-03T22:24:39.000Z","updated_at":"2023-12-13T16:50:22.000Z","dependencies_parsed_at":"2022-09-22T16:51:31.860Z","dependency_job_id":null,"html_url":"https://github.com/blmoore/pdf2eps-osx","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/blmoore/pdf2eps-osx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blmoore%2Fpdf2eps-osx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blmoore%2Fpdf2eps-osx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blmoore%2Fpdf2eps-osx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blmoore%2Fpdf2eps-osx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blmoore","download_url":"https://codeload.github.com/blmoore/pdf2eps-osx/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blmoore%2Fpdf2eps-osx/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270617819,"owners_count":24617121,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-15T02:00:12.559Z","response_time":110,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["conversion","eps","ghostscript","osx","pdf"],"created_at":"2025-01-24T09:26:43.744Z","updated_at":"2025-08-15T19:06:03.532Z","avatar_url":"https://github.com/blmoore.png","language":"PostScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pdf2eps-osx\nWant to automatically convert a few PDF files to EPS? Turns out there's various programs to try that each give a slightly different result... With that in mind here's a bash script that tries a few methods allowing you to find which works for your file (OS X specific). Current methods attempted:\n\n1. Inkscape\n  - [Command-line version](http://wiki.inkscape.org/wiki/index.php/MacOS_X#Inkscape_command_line) required\n  - Good conversion, tight trimming\n\n2. ImageMagick\n  - Install with homebrew: `brew install imagemagick`\n  - Nightmarish results\n\n3. ghostscript\n  - Install with homebrew: `brew install ghostscript`\n  - Good conversion + respects PDF bounding\n\n4. pdftops\n  - Part of [xpdf](http://www.foolabs.com/xpdf/download.html)\n  - Similar decent results to ghostscript\n\n## Usage\n```sh\n./pdf2eps example_file.pdf\n```\n\n## Requirements\n\nOther than those above, GNU tools should be installed (e.g. `grealpath`). Install these with homebrew:\n```sh\nbrew install coreutils\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblmoore%2Fpdf2eps-osx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblmoore%2Fpdf2eps-osx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblmoore%2Fpdf2eps-osx/lists"}