Releases: Hopding/pdf-lib
Releases · Hopding/pdf-lib
v1.17.1
What's Changed
- Compute multiline font size for multiline inputs by @milesnash in #983
- Fix key reuse bug by @Hopding in #1078
- Improved memory usage by @Masterwow3 in #1032
New Contributors
- @milesnash made their first contribution in #983
- @Masterwow3 made their first contribution in #1032
Full Changelog: v1.17.0...v1.17.1
v1.17.0
- Fix typo in docs (thanks @adrianjost!)
- Make
ImageAlignment
publicly accessible (thanks @oktapodia!) - Create
PDFDocument.copy()
method (thanks @mohamedsalem401!) - Fix acrofield removal and flattening bug (thanks @Trapfether!)
- Set
P
property on widgets created bypdf-lib
(thanks @Trapfether!) - Create
PDFPage.scale()
,PDFPage.scaleContent()
, andPDFPage.scaleAnnotations()
methods (thanks @JNK90!) - Fix bug causing Helvetica font to be embedded unnecessarily (thanks @ssssota!)
- Make random number generation deterministic across documents (thanks @ChingChang9!)
v1.16.0
v1.15.0
v1.14.1
v1.14.0
- Add options to disable custom font ligatures (thanks @hefler!):
- Add method to expose page reference for widgets (thanks @btecu!):
- Fix bug related to form field borders (thanks @btecu!):
- Add
PDFTextField.setImage(...)
method (thanks @btecu!): - Add option to display document's title in the window's title bar (thanks @multiplegeorges!):
- Add
PDFForm.flatten()
method (thanks @btecu!):