CombinePDF v0.2.1 Release Notes

  • 🛠 fix: better page stamping... or, at least more secure (we hope).

    🔋 feature: added the PDF#stamp_pages shortcut method. Credit to Tania (@taniarv) for the concept.

    🛠 fix: possible string encoding issues could have arose when strings were rendered to PDF format. Credit to Tania (@taniarv) for exposing the issue.

    🔋 feature: Metadata is now easier to set by allowing fast access to the Information header when using PDF#save and PDF#to_pdf. Credit to Tania (@taniarv) for code.