{"id":15777001,"url":"https://github.com/healeycodes/simple-images-to-pdf","last_synced_at":"2025-10-29T15:25:07.459Z","repository":{"id":112378220,"uuid":"121155055","full_name":"healeycodes/simple-images-to-pdf","owner":"healeycodes","description":"A tiny Python program to create PDF files from multiple images.","archived":false,"fork":false,"pushed_at":"2018-06-20T09:56:02.000Z","size":34,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-05T17:42:01.485Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/healeycodes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2018-02-11T18:43:26.000Z","updated_at":"2023-08-11T08:06:27.000Z","dependencies_parsed_at":"2023-05-14T04:00:39.058Z","dependency_job_id":null,"html_url":"https://github.com/healeycodes/simple-images-to-pdf","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/healeycodes%2Fsimple-images-to-pdf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/healeycodes%2Fsimple-images-to-pdf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/healeycodes%2Fsimple-images-to-pdf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/healeycodes%2Fsimple-images-to-pdf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/healeycodes","download_url":"https://codeload.github.com/healeycodes/simple-images-to-pdf/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246490681,"owners_count":20786043,"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","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":[],"created_at":"2024-10-04T17:41:56.979Z","updated_at":"2025-10-29T15:25:02.425Z","avatar_url":"https://github.com/healeycodes.png","language":"Python","readme":"### Simple Images-to-PDF\n\nA tiny Python program to create a single PDF file from multiple images (You're welcome, Mum!)\n\nDesigned for a computer-illerate user who was losing time while scanning contracts and converting them to PDF.\n\n```\nMenu:\n1: Create new PDF file\n2: Quit\n\n\u003e\u003e 1\n\nName of new PDF file: test\n\nPath to save location: C:/files/\n\nPath to folder containing images (Ex: \"C:/images\"): C:/images/\n\ntest.pdf created in C:/images/\n```\n\nThe pages in the PDF output are sorted by the numbers in the image filenames. For example, `\"Image01\"` comes before `\"Image02\"`. To be more specific, the filenames are iterated over to see which characters can be converted to integers. These integers are then concatenated and ran through `sort()`.\n\nFor example, `\"01foobar0\" becomes \"010\"`, `\"onetwo3seven\" becomes \"3\"`, `\"1.1\" becomes \"11\"`\n\n#### Dependencies:\n```\n$ pip install Pillow\n$ pip install fpdf\n```\n\n#### Run\n```\npython simple-images-to-pdf.py\n```\n\n#### License\n\nMIT.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhealeycodes%2Fsimple-images-to-pdf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhealeycodes%2Fsimple-images-to-pdf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhealeycodes%2Fsimple-images-to-pdf/lists"}