{"id":20936559,"url":"https://github.com/vr51/batch-pdf-image-extractor","last_synced_at":"2025-10-12T14:20:00.648Z","repository":{"id":77656393,"uuid":"69251270","full_name":"VR51/Batch-PDF-Image-Extractor","owner":"VR51","description":"Extract images from PDF documents. Works on multiple and single PDF files","archived":false,"fork":false,"pushed_at":"2017-06-24T03:17:15.000Z","size":19,"stargazers_count":14,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-13T21:41:03.552Z","etag":null,"topics":["bash","bash-script","extract-images","extractor","image","pdf","pdfimages","shell","shell-script"],"latest_commit_sha":null,"homepage":"https://journalxtra.com/linux/scripts-linux/batch-pdf-image-extractor/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/VR51.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-09-26T13:11:57.000Z","updated_at":"2025-01-05T07:11:35.000Z","dependencies_parsed_at":"2023-03-02T09:01:01.459Z","dependency_job_id":null,"html_url":"https://github.com/VR51/Batch-PDF-Image-Extractor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/VR51/Batch-PDF-Image-Extractor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VR51%2FBatch-PDF-Image-Extractor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VR51%2FBatch-PDF-Image-Extractor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VR51%2FBatch-PDF-Image-Extractor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VR51%2FBatch-PDF-Image-Extractor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VR51","download_url":"https://codeload.github.com/VR51/Batch-PDF-Image-Extractor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VR51%2FBatch-PDF-Image-Extractor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279011598,"owners_count":26084964,"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-10-12T02:00:06.719Z","response_time":53,"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":["bash","bash-script","extract-images","extractor","image","pdf","pdfimages","shell","shell-script"],"created_at":"2024-11-18T22:20:50.459Z","updated_at":"2025-10-12T14:20:00.605Z","avatar_url":"https://github.com/VR51.png","language":"Shell","funding_links":["https://paypal.me/vr51"],"categories":[],"sub_categories":[],"readme":"# Batch-PDF-Image-Extractor\nExtract images from PDF documents. Works on multiple and single PDF files. Requires BASH.\n\n# Instructions\n- Copy batch-pdf-image-extractor.sh to a directory that contains PDF files\n- Make batch-pdf-image-extractor.sh executable. Either right-click to edit file properties or run `chmod +x batch-pdf-image-extractor.sh`\n- Run the script with `bash batch-pdf-image-extractor.sh` or just click the file 'batch-pdf-image-extractor.sh'\n\n# What Will Happen\n- The script will look for PDF files in the active directory.\n- The files will then be processed to extract any images.\n- The images will be extracted\n- Extracted images will be converted to PNG format\n- Images will be moved into an 'images' directory\n- PDF files will be moved into a 'pdf' directory\n\n# Configs\nThree optional configuration variables exist. These control image conversion and whether processed files are moved or copied. The default settings suit most workflows (i.e process PDF(s), convert images to PNG, then move files).\n\nThe configs are at the top of the script file:\n\n```\n##\n#\n# Configs\n#\n##\n\nextensions=( tiff tif pmb ppm ) # List the output image extensions that should be converted to a different format\nformat='png' # State the format images with $extensions should be converted to.\norganize='move' # 'copy' or 'move' all files into subdirectories organised by extension type. Leave empty for no organization.\n\n## END Configs\n```\n\n# Requirements\nThis script reqires pdfimages to be installed. The script will check for pdfimages and prompt for its installation if not found.\n# Known Issues\nAny issues with pdfimages will also be evident in Batch PDF Image Extractor.\nImages fail to extract from some PDF files. I don't know why this is. Will look into it when I get time.\n# Donations\nI give a lot to the open source community. All donations are welcome. Please send donations to https://paypal.me/vr51\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvr51%2Fbatch-pdf-image-extractor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvr51%2Fbatch-pdf-image-extractor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvr51%2Fbatch-pdf-image-extractor/lists"}