{"id":13580101,"url":"https://github.com/hand-dot/labelmake","last_synced_at":"2025-04-06T00:30:49.266Z","repository":{"id":42923382,"uuid":"243520844","full_name":"hand-dot/labelmake","owner":"hand-dot","description":"labelmake has moved and now available at pdfme / https://github.com/pdfme/pdfme","archived":true,"fork":false,"pushed_at":"2022-07-20T01:46:47.000Z","size":161165,"stargazers_count":356,"open_issues_count":4,"forks_count":30,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-02T09:11:30.933Z","etag":null,"topics":["create","document","javascript","pdf","pdf-document","pdf-generation","pdf-generator","pdf-lib","pdf-library","typescript","umd"],"latest_commit_sha":null,"homepage":"https://labelmake.jp/javascript-pdf-generator-library","language":"TypeScript","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/hand-dot.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"hand-dot","open_collective":"labelmake"}},"created_at":"2020-02-27T13:03:09.000Z","updated_at":"2025-03-21T18:22:54.000Z","dependencies_parsed_at":"2022-09-12T10:42:15.396Z","dependency_job_id":null,"html_url":"https://github.com/hand-dot/labelmake","commit_stats":null,"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hand-dot%2Flabelmake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hand-dot%2Flabelmake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hand-dot%2Flabelmake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hand-dot%2Flabelmake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hand-dot","download_url":"https://codeload.github.com/hand-dot/labelmake/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247419597,"owners_count":20936009,"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":["create","document","javascript","pdf","pdf-document","pdf-generation","pdf-generator","pdf-lib","pdf-library","typescript","umd"],"created_at":"2024-08-01T15:01:47.246Z","updated_at":"2025-04-06T00:30:44.239Z","avatar_url":"https://github.com/hand-dot.png","language":"TypeScript","readme":"\u003e :warning: **labelmake has now stopped development. Please use [pdfme](https://github.com/pdfme/pdfme).\npdfme is a renewed version of labelmake which allows to use template designers as a UI library, improved documentation, etc. Of course, open source and MIT licensed.**\n\n\n[![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=JavaScript%20PDF%20Library.%20Works%20on%20Node%20and%20Browser!!\u0026hashtags=JS,PDF\u0026url=https://labelmake.jp/javascript-pdf-generator-library\u0026via=labelmake)\n![npm](https://img.shields.io/npm/v/labelmake)\n![NPM](https://img.shields.io/npm/l/labelmake)\n![npm](https://img.shields.io/npm/dm/labelmake)\n[![](https://data.jsdelivr.com/v1/package/npm/labelmake/badge)](https://www.jsdelivr.com/package/npm/labelmake)\n![Unit Testing](https://github.com/hand-dot/labelmake/workflows/Unit%20Testing/badge.svg)\n\n# [labelmake](https://labelmake.jp/javascript-pdf-generator-library)\n\n[![top](./assets/readme-top.png)](https://labelmake.jp/javascript-pdf-generator-library)\n\nlabelmake is a declarative style PDF generation library for Node and the browser.\n\n\u003e Other PDF generation libraries makes program complex by imperative operations. So, I developed this library aiming at a more simple declarative style PDF generation library.\n\u003e Finally, the layout engine and [design \u0026 code generator tools](https://labelmake.jp/javascript-pdf-generator-library/template-design) make PDF generation so easy!\n\n## **Learn more at [official website](https://labelmake.jp/javascript-pdf-generator-library)**\n\n---\n\n## Installation\n\nUse [npm](https://www.npmjs.com/package/labelmake) to install the latest version.\n\n```\nnpm install labelmake\n```\n\nYou can use Yarn, NuGet or other methods as well. You can load it directly from [jsDelivr](https://www.jsdelivr.com/package/npm/labelmake).\n\n## Features\n\n- Input data supports the following input types.\n  - Text\n    - Custom font\n    - Styling(size, color, aliginment, etc.)\n  - Image\n    - JPG\n    - PNG\n  - Barcode\n    - QR Code\n    - Japan Post 4 State Customer Code\n    - EAN-8, EAN-13\n    - Code 39, Code 128\n    - Codabar(NW-7)\n    - UPC-E, UPC-A\n\n## [Demo](https://labelmake.jp/javascript-pdf-generator-library/example)\n\n[![example](./assets/lib-example.png)](https://labelmake.jp/javascript-pdf-generator-library/example)\n\n- [Simple](https://labelmake.jp/javascript-pdf-generator-library/example#labelmake-example)\n- [Custom font](https://labelmake.jp/javascript-pdf-generator-library/example#labelmake-example-customfont)\n- [Barcode](https://labelmake.jp/javascript-pdf-generator-library/example#labelmake-example-barcode)\n- [Embed PDF \u0026 Image](https://labelmake.jp/javascript-pdf-generator-library/example#labelmake-example-embedpdf)\n- [Embed MultiPage PDF](https://labelmake.jp/javascript-pdf-generator-library/example#labelmake-example-multipage)\n\n## [Development tools](https://labelmake.jp/javascript-pdf-generator-library/template-design)\n\n[![template-design](./assets/lib-template-design.png)](https://labelmake.jp/javascript-pdf-generator-library/template-design)\n\nTemplates can be customized with design tools. and code can be generated with a generator.\n\n## [API Reference](https://labelmake.jp/javascript-pdf-generator-library/api)\n\n[![api](./assets/lib-api.png)](https://labelmake.jp/javascript-pdf-generator-library/api)\n\nDetailed specifications can be found in the api documentation.\n\n## [Services that are used in Production](https://labelmake.jp/)\n\n[![production](./assets/lib-production.png)](https://labelmake.jp/)\n\n[labelmake.jp](https://labelmake.jp/) - variable data printing service.(Japanese)\n\n## Author\n\n[@hand-dot](https://github.com/hand-dot)\n\nlabelmake is based on a amazing library [pdf-lib](https://github.com/Hopding/pdf-lib)[(@Hopding)](https://github.com/Hopding).\n\nThanks to all contributors.\n\n## License\n\n[MIT](LICENSE.md)\n","funding_links":["https://github.com/sponsors/hand-dot","https://opencollective.com/labelmake"],"categories":["TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhand-dot%2Flabelmake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhand-dot%2Flabelmake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhand-dot%2Flabelmake/lists"}