Releases: Hopding/pdf-lib
Releases · Hopding/pdf-lib
v1.17.1
06 Nov 22:31
Compare
Sorry, something went wrong.
No results found
v1.17.0
16 Oct 21:23
Compare
Sorry, something went wrong.
No results found
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 by pdf-lib (thanks @Trapfether !)
Create PDFPage.scale(), PDFPage.scaleContent(), and PDFPage.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
27 Jan 01:11
Compare
Sorry, something went wrong.
No results found
Add getters/setters for all valid ViewerPreferences (thanks @mcshaz !):
Fix bug preventing PDFs with flattened forms from being printed (thanks @btecu !):
Add PDFTextField.setFontSize(...) method to PDFTextField and other field types (thanks @duffyd !):
v1.15.0
09 Jan 23:04
Compare
Sorry, something went wrong.
No results found
Add option to create hidden form fields (thanks @jbeuckm !):
Fix bug preventing some forms from being flattened (thanks @btecu !):
Fix bug causing rotated form fields to be flattened incorrectly (thanks @btecu !):
Update logic for updating PDFRadioGroup and PDFCheckBox appearance streams:
v1.14.1
30 Dec 00:07
Compare
Sorry, something went wrong.
No results found
Fix bug causing incorrect radio group appearance to be generated (thanks @btecu !):
v1.14.0
21 Dec 17:46
Compare
Sorry, something went wrong.
No results found
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 !):
v1.13.0
06 Dec 20:09
Compare
Sorry, something went wrong.
No results found
Improve PDF-A3 and Factur-X support (thanks @DkDavid !):
Support forms with hex string default appearances (thanks @btecu !):
Fix issue with negative bounds when generating text field appearance streams (thanks @btecu !):
v1.12.0
15 Nov 15:49
Compare
Sorry, something went wrong.
No results found
Add PDFDocument.addJavaScript method (thanks @brodo !):
v1.11.2
09 Oct 22:10
Compare
Sorry, something went wrong.
No results found
Fix handling of null PDFDict entries:
Fix bug causing errors to be thrown when filling forms with signature fields:
v1.11.1
15 Sep 23:54
Compare
Sorry, something went wrong.
No results found
Fix PDFField.acroField type bug
Set Print flag on new widget annotations so new fields are printed after being added to a page: