All Projects → rkusa → Pdfjs

rkusa / Pdfjs

Licence: mit
A Portable Document Format (PDF) generation library targeting both the server- and client-side.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Pdfjs

Asciidoctor Web Pdf
Convert AsciiDoc documents to PDF using web technologies
Stars: ✭ 219 (-44.56%)
Mutual labels:  pdf, pdf-generation
Svg2pdf.js
A javascript-only SVG to PDF conversion utility that runs in the browser. Brought to you by yWorks - the diagramming experts
Stars: ✭ 231 (-41.52%)
Mutual labels:  pdf, browser
Pdf Lib
Create and modify PDF documents in any JavaScript environment
Stars: ✭ 3,426 (+767.34%)
Mutual labels:  pdf, pdf-generation
Node Webkitgtk
webkitgtk bindings for 🚀 Node.js
Stars: ✭ 185 (-53.16%)
Mutual labels:  pdf, browser
Fluentreports
📄 Fluent Reports - Data Driven Reporting Engine for Node.js and Browsers 📄
Stars: ✭ 305 (-22.78%)
Mutual labels:  pdf, browser
Markdown Pdf
📄 Markdown to PDF converter
Stars: ✭ 2,365 (+498.73%)
Mutual labels:  pdf, pdf-generation
Android Pdfmyxml
convert android xml layouts into PDF document, works on all versions of Android.
Stars: ✭ 231 (-41.52%)
Mutual labels:  pdf, pdf-generation
Wasm Pdf
Generate PDF files with JavaScript and WASM (WebAssembly)
Stars: ✭ 163 (-58.73%)
Mutual labels:  pdf, pdf-generation
Pandoc Latex Template
A pandoc LaTeX template to convert markdown files to PDF or LaTeX.
Stars: ✭ 3,750 (+849.37%)
Mutual labels:  pdf, pdf-generation
Hummusrecipe
A powerful PDF tool for NodeJS based on HummusJS.
Stars: ✭ 274 (-30.63%)
Mutual labels:  pdf, pdf-generation
Md To Pdf
Hackable CLI tool for converting Markdown files to PDF using Node.js and headless Chrome.
Stars: ✭ 374 (-5.32%)
Mutual labels:  pdf, pdf-generation
Tea School
Simplified HTML + CSS --> PDF Generator for Nodejs
Stars: ✭ 326 (-17.47%)
Mutual labels:  pdf, pdf-generation
Resumake.io
📝 A website for automatically generating elegant LaTeX resumes.
Stars: ✭ 2,277 (+476.46%)
Mutual labels:  pdf, pdf-generation
Pdfgen
Simple C PDF Writer/Generation library
Stars: ✭ 200 (-49.37%)
Mutual labels:  pdf, pdf-generation
Chrome Headless Render Pdf
Stars: ✭ 164 (-58.48%)
Mutual labels:  pdf, pdf-generation
Pdf Bot
🤖 A Node queue API for generating PDFs using headless Chrome. Comes with a CLI, S3 storage and webhooks for notifying subscribers about generated PDFs
Stars: ✭ 2,551 (+545.82%)
Mutual labels:  pdf, pdf-generation
Reportbro Designer
Javascript plugin to visually design report layouts (for pdf and Excel) which can be created with reportbro-lib (a Python package) on the server.
Stars: ✭ 160 (-59.49%)
Mutual labels:  pdf, pdf-generation
Openpdf
OpenPDF is a free Java library for creating and editing PDF files with a LGPL and MPL open source license. OpenPDF is based on a fork of iText. We welcome contributions from other developers. Please feel free to submit pull-requests and bugreports to this GitHub repository. ⛺
Stars: ✭ 2,174 (+450.38%)
Mutual labels:  pdf, pdf-generation
Droid Application Fuzz Framework
Android application fuzzing framework with fuzzers and crash monitor.
Stars: ✭ 248 (-37.22%)
Mutual labels:  pdf, browser
Django Easy Pdf
PDF views, the easy way
Stars: ✭ 324 (-17.97%)
Mutual labels:  pdf, pdf-generation

pdfjs

A Portable Document Format (PDF) generation library targeting both the server- and client-side.

NPM Dependency Status Build Status

Documentation | Playground

npm install pdfjs

Features

  • Text (with common formatting options)
  • Images (JPEGs, other PDFs ¹)
  • Tables (fixed layout, header row)
  • Header & Footer
  • AFM fonts && OTF font embedding (as CID fonts, i.e., support for fonts with large character sets)
  • Add existing PDFs (merge them or add them as page templates) ¹
  • Document outline

A lot of examples can be found in the test folder.

If you are missing a feature, feel free to submit a PR or to ask for it.

¹ Adding other PDFs as images or merging them together is still being considered a beta - proper error handling is adviced

History

See CHANGELOG.

MIT 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].