One File Pdf Versions Save

A minimalist Go PDF writer in 1982 lines. Draws text, images and shapes. Helps understand the PDF format. Used in production for reports.

v1.0.1

3 years ago

🔹 Fixed SetCurrentPage() method that was doing nothing 🔹 Replaced redundant 'io/ioutil' package with 'os' and 'io' packages 🔹 Renamed receiver of PDF from 'ob' to 'p' 🔹 Renamed receiver of pdfTTFont from 'ob' to 'f'