Releases: Hopding/pdf-lib
Releases · Hopding/pdf-lib
v1.11.0
- Add APIs to support form creation, filling, and reading:
Examples and documentation:
* https://github.com/Hopding/pdf-lib#create-form
* https://github.com/Hopding/pdf-lib#fill-form
* https://github.com/Hopding/pdf-lib#creating-and-filling-forms
* https://github.com/Hopding/pdf-lib#fonts-and-unicode
v1.10.0
v1.9.0
- Fix transparent PNG embedding bug (thanks @soadzoor!):
- Add
blendMode
option to allPDFPage
drawing methods (thanks @bockoblur!): - Add
dashArray
,dashPhase
,borderDashArray
, andborderDashPhase
options toPDFPage
drawing methods to allow control of dashes borders and lines (thanks @soadzoor!): - Add
borderLineCap
option toPDFPage
drawing methods (thanks @soadzoor!):
v1.8.0
v1.7.0
- Add
PDFDocument.attach
method to add attachments to a document (thanks @sebastinez!):- See example here: https://github.com/Hopding/pdf-lib#add-attachments
- #229
- #455
- f0fccbe
- dd32d28
v1.6.1
v1.6.0
v1.5.0
- Update
PDFPage
methods for setting width/height/size to handle pages with CropBoxes: - Add methods to
PDFObject
subclasses to access underlying values: - Fix bug preventing JPG images using the CMYK colorspace from displaying (thanks @zwaldowski!):
- Add methods to
PDFDocument
for reading document metadata (thanks @timKraeuter!):- See examples here: https://github.com/Hopding/pdf-lib#read-document-metadata
- #336
- #423