{"id":13394241,"url":"https://github.com/bpampuch/pdfmake","last_synced_at":"2026-01-07T11:07:30.731Z","repository":{"id":13419156,"uuid":"16107755","full_name":"bpampuch/pdfmake","owner":"bpampuch","description":"Client/server side PDF printing in pure JavaScript","archived":false,"fork":false,"pushed_at":"2025-05-09T12:36:07.000Z","size":105501,"stargazers_count":11946,"open_issues_count":291,"forks_count":2065,"subscribers_count":248,"default_branch":"master","last_synced_at":"2025-05-12T18:16:11.619Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://pdfmake.org","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bpampuch.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","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,"zenodo":null}},"created_at":"2014-01-21T16:00:18.000Z","updated_at":"2025-05-12T05:25:45.000Z","dependencies_parsed_at":"2024-09-20T18:50:37.923Z","dependency_job_id":"faa2ef18-24c9-4345-8b3b-137ba2129adc","html_url":"https://github.com/bpampuch/pdfmake","commit_stats":{"total_commits":1342,"total_committers":101,"mean_commits":"13.287128712871286","dds":"0.35022354694485847","last_synced_commit":"8b89e8d14a2fd543284f916c90e7406ab69dfa20"},"previous_names":[],"tags_count":105,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bpampuch%2Fpdfmake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bpampuch%2Fpdfmake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bpampuch%2Fpdfmake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bpampuch%2Fpdfmake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bpampuch","download_url":"https://codeload.github.com/bpampuch/pdfmake/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253795161,"owners_count":21965487,"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-07-30T17:01:13.568Z","updated_at":"2026-01-07T11:07:30.726Z","avatar_url":"https://github.com/bpampuch.png","language":"JavaScript","readme":"# pdfmake [![Node.js CI][githubactions_img]][githubactions_url] [![GitHub][github_img]][github_url] [![npm][npm_img]][npm_url] [![CDNJS][cdnjs_img]][cndjs_url]\n\n[githubactions_img]: https://github.com/bpampuch/pdfmake/actions/workflows/node.js.yml/badge.svg?branch=master\n[githubactions_url]: https://github.com/bpampuch/pdfmake/actions\n\n[github_img]: https://img.shields.io/github/release/bpampuch/pdfmake.svg?colorB=0E7FBF\n[github_url]: https://github.com/bpampuch/pdfmake/releases/latest\n\n[npm_img]: https://img.shields.io/npm/v/pdfmake.svg?colorB=0E7FBF\n[npm_url]: https://www.npmjs.com/package/pdfmake\n\n[cdnjs_img]: https://img.shields.io/cdnjs/v/pdfmake.svg?colorB=0E7FBF\n[cndjs_url]: https://cdnjs.com/libraries/pdfmake\n\n\nPDF document generation library for server-side and client-side in pure JavaScript.\n\nCheck out [the playground](http://bpampuch.github.io/pdfmake/playground.html) and [examples](https://github.com/bpampuch/pdfmake/tree/master/examples).\n\n### Features\n\n* line-wrapping,\n* text-alignments (left, right, centered, justified),\n* numbered and bulleted lists,\n* tables and columns\n  * auto/fixed/star-sized widths,\n  * col-spans and row-spans,\n  * headers automatically repeated in case of a page-break,\n* images and vector graphics,\n* convenient styling and style inheritance,\n* page headers and footers:\n  * static or dynamic content,\n  * access to current page number and page count,\n* background-layer,\n* page dimensions and orientations,\n* margins,\n* document sections,\n* custom page breaks,\n* font embedding,\n* support for complex, multi-level (nested) structures,\n* table of contents,\n* helper methods for opening/printing/downloading the generated PDF,\n* setting of PDF metadata (e.g. author, subject).\n\n## Documentation\n\n**Documentation URL: https://pdfmake.github.io/docs/**\n\nSource of documentation: https://github.com/pdfmake/docs **Improvements are welcome!**\n\n## Building from sources\n\nusing npm:\n```\ngit clone https://github.com/bpampuch/pdfmake.git\ncd pdfmake\nnpm install\nnpm run build\n```\n\nusing yarn:\n```\ngit clone https://github.com/bpampuch/pdfmake.git\ncd pdfmake\nyarn\nyarn run build\n```\n\n## License\nMIT\n\n## Authors\n* [@bpampuch](https://github.com/bpampuch) (founder)\n* [@liborm85](https://github.com/liborm85)\n\npdfmake is based on a truly amazing library [pdfkit](https://github.com/devongovett/pdfkit) (credits to [@devongovett](https://github.com/devongovett)).\n\nThanks to all contributors.\n","funding_links":[],"categories":["JavaScript","JAVASCRIPT","others","file format (文件格式)"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbpampuch%2Fpdfmake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbpampuch%2Fpdfmake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbpampuch%2Fpdfmake/lists"}