Skip to content
forked from rkusa/pdfjs

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

License

Notifications You must be signed in to change notification settings

ashishdhyani/pdfjs

This branch is 154 commits behind rkusa/pdfjs:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e3cdf6e · Sep 24, 2018
Jul 3, 2018
May 3, 2018
Sep 24, 2018
Jun 19, 2018
Sep 24, 2018
Jul 3, 2018
May 3, 2018
Sep 22, 2018
May 10, 2017
Jun 21, 2018
Sep 24, 2018
Apr 12, 2017
Sep 7, 2018
Nov 2, 2016
Jul 3, 2018
Sep 22, 2018

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 81.4%
  • TypeScript 16.6%
  • HTML 1.7%
  • Other 0.3%