Skip to content

Releases: balacode/one-file-pdf

Fixed SetCurrentPage() method and minor changes

08 Jun 14:27
Compare
Choose a tag to compare

🔹 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'