Releases: Hopding/pdf-lib
Releases · Hopding/pdf-lib
v1.3.2
v1.3.1
v1.3.0
v1.2.1
v1.2.0
- Add document metadata methods and UTF-16 helpers (thanks @PlushBeaver!):
- Add
PDFPage.drawSvgPath(...)
method (thanks @jlmessenger!):
v1.1.1
- Add
PDFPage.drawLine(...)
method (Thanks @samezyane!): - Support automatic text wrapping for
PDFPage.drawText(...)
withmaxWidth
andwordBreaks
options (Thanks @multiplegeorges, @GerardSmit, and @vicary!): - Handle undefined refs when copying PDF objects (Thanks @mlecoq!):
- Handle parsing updated PDFs missing EOL after EOF marker:
v1.0.1
v1.0.0
This release is a complete rewrite of pdf-lib
.
This rewrite was extensive, touching every part of the library. Here is a high-level overview of the changes and improvements:
- A new high level API
- Much faster parser
- More robust parser
- Smaller bundle size (you must now opt-in to using fontkit if you use custom fonts)
- Better handling of encrypted documents
- Improved automated test coverage
- Improved manual test coverage
- New project site (https://pdf-lib.js.org)
- Improved documentation
- Improved examples
- Cleaner build system
- Async APIs to avoid blocking the event loop (especially important for client-side usage)
- Cleaner project/code structure