All Projects β†’ hand-dot β†’ Labelmake

hand-dot / Labelmake

Licence: mit
Declarative style JavaScript PDF generator library. Works on Node and the browser πŸ–¨οΈŽ

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Labelmake

Pdf Lib
Create and modify PDF documents in any JavaScript environment
Stars: ✭ 3,426 (+2958.93%)
Mutual labels:  document, pdf, pdf-generation, pdf-document
Etherpad Lite
Etherpad: A modern really-real-time collaborative document editor.
Stars: ✭ 11,937 (+10558.04%)
Mutual labels:  document, pdf, pdf-generation
Pdfgen
Simple C PDF Writer/Generation library
Stars: ✭ 200 (+78.57%)
Mutual labels:  pdf, pdf-generation, pdf-document
Printable Mockups
Create printable UI mockups & wireframes templates
Stars: ✭ 479 (+327.68%)
Mutual labels:  pdf, pdf-generation, pdf-document
Pdfio.jl
PDF Reader Library for Native Julia.
Stars: ✭ 56 (-50%)
Mutual labels:  pdf, pdf-document
Sile
Simon’s Improved Layout Engine
Stars: ✭ 1,032 (+821.43%)
Mutual labels:  pdf, pdf-generation
C Sharp Cheatsheet
C# Cheatsheet
Stars: ✭ 111 (-0.89%)
Mutual labels:  pdf, pdf-document
Pandiff
Prose diffs for any document format supported by Pandoc
Stars: ✭ 110 (-1.79%)
Mutual labels:  document, pdf
Html Pdf Service
LGPL V3. Java Spring Boot microservice with RESTful webconsole and service endpoints that convert HTML to PDF, optionally styling with CSS and templating with JSON using Flying Saucer, PDF Box and Jackson libraries. Available on Docker Hub.
Stars: ✭ 12 (-89.29%)
Mutual labels:  pdf, pdf-generation
Openhtmltopdf
An HTML to PDF library for the JVM. Based on Flying Saucer and Apache PDF-BOX 2. With SVG image support. Now also with accessible PDF support (WCAG, Section 508, PDF/UA)!
Stars: ✭ 1,096 (+878.57%)
Mutual labels:  pdf, pdf-generation
Scanbot Sdk Example Android
Document scanning SDK example apps for the Scanbot SDK for Android.
Stars: ✭ 67 (-40.18%)
Mutual labels:  document, pdf
Pdfsave
Convert websites into readable PDFs
Stars: ✭ 46 (-58.93%)
Mutual labels:  pdf, pdf-generation
Mkdocs With Pdf
Generate a single PDF file from MkDocs repository.
Stars: ✭ 39 (-65.18%)
Mutual labels:  pdf, pdf-generation
Documentreader
This library reads word documents (.doc and .docx), txt and PDF files, and gives the output content of the document as a String.
Stars: ✭ 57 (-49.11%)
Mutual labels:  pdf, pdf-document
Alivepdf
[Official AlivePDF] - AlivePDF is a client side AS3 PDF generation library for Adobe Flash, Flex and AIR
Stars: ✭ 29 (-74.11%)
Mutual labels:  pdf, pdf-generation
Notion Pdf Export
A tool to allow batch PDF export for free Notion users. You can export as HTML and then use this tool to convert those into PDFs.
Stars: ✭ 66 (-41.07%)
Mutual labels:  pdf, pdf-generation
Laravel Pdf
A Simple package for easily generating PDF documents from HTML. This package is specially for laravel but you can use this without laravel.
Stars: ✭ 79 (-29.46%)
Mutual labels:  pdf, pdf-generation
Jsx Pdf
Generate PDFs using JSX! 🎯
Stars: ✭ 71 (-36.61%)
Mutual labels:  pdf, pdf-generation
Vectorgraphics2d
Graphics2D implementations to export various vector file formats
Stars: ✭ 87 (-22.32%)
Mutual labels:  pdf, pdf-generation
Pdfviewpager
Android widget that can render PDF documents stored on SD card, linked as assets, or downloaded from a remote URL.
Stars: ✭ 1,508 (+1246.43%)
Mutual labels:  pdf, pdf-document

Tweet npm NPM npm Unit Testing

labelmake

top

labelmake is a declarative style PDF generation library for Node and the browser.

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. Finally, the layout engine and design & code generator tools make PDF generation so easy!

Learn more at official website


Installation

Use npm to install the latest version.

npm install labelmake

You can use Yarn, NuGet or other methods as well. You can load it directly from jsDelivr.

Features

  • Input data supports the following input types.
    • Text
      • Custom font
      • Styling(size, color, aliginment, etc.)
    • Image
      • JPG
      • PNG
    • Barcode
      • QR Code
      • Japan Post 4 State Customer Code
      • EAN-8, EAN-13
      • Code 39, Code 128
      • Codabar(NW-7)
      • UPC-E, UPC-A

Demo

example

Development tools

template-design

Templates can be customized with design tools. and code can be generated with a generator.

API Reference

api

Detailed specifications can be found in the api documentation.

Services that are used in Production

production

labelmake.jp - variable data printing service.(Japanese)

Author

@hand-dot

labelmake is based on a amazing library pdf-lib(@Hopding).

Thanks to all contributors.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].