{"id":15827442,"url":"https://github.com/wellwind/images-to-pdf","last_synced_at":"2025-03-15T03:31:00.280Z","repository":{"id":57272324,"uuid":"169970420","full_name":"wellwind/images-to-pdf","owner":"wellwind","description":"The simple library to pack images of target folder into one PDF file.","archived":false,"fork":false,"pushed_at":"2019-02-10T12:09:59.000Z","size":18,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-12T10:16:54.326Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wellwind.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-02-10T11:22:36.000Z","updated_at":"2021-10-27T14:45:13.000Z","dependencies_parsed_at":"2022-09-15T10:20:45.928Z","dependency_job_id":null,"html_url":"https://github.com/wellwind/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/wellwind%2Fimages-to-pdf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wellwind%2Fimages-to-pdf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wellwind%2Fimages-to-pdf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wellwind%2Fimages-to-pdf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wellwind","download_url":"https://codeload.github.com/wellwind/images-to-pdf/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243681024,"owners_count":20330152,"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-05T10:05:21.469Z","updated_at":"2025-03-15T03:30:59.886Z","avatar_url":"https://github.com/wellwind.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Images to PDF\n\nConvert images in folder to one PDF file.\n\n# Install\n\n```shell\nnpm i images-pdf\n```\n\nor install to global\n\n```shel\nnpm i g images-pdf\n```\n\n# Usage\n\n## CLI\n\n```\nUsage: images-pdf [options]\n\nOptions:\n  -V, --version        output the version number\n  -f, --folder \u003cpath\u003e  the folder that contains the images.\n  -o, --output \u003cpath\u003e  the PDF file to generate.\n  -h, --help           output usage information\n```\n\nex: `images-pdf -f ./image/folder -o ./output/file.pdf`\n\n## RequireJS\n\n```javascript\nconst ImagesToPDF = require('images-pdf');\nnew ImagesToPDF.ImagesToPDF().convertFolderToPDF('image/folder', 'output/file.pdf');\n```\n\n## TypeScript\n\nThere are inbuilt type definition file. So you don't have to install any other package.\n\n```typescript\nimport { ImagesToPDF } from 'images-pdf';\nnew ImagesToPDF().convertFolderToPDF('image/folder', 'output/file.pdf');\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwellwind%2Fimages-to-pdf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwellwind%2Fimages-to-pdf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwellwind%2Fimages-to-pdf/lists"}