Releases: balacode/one-file-pdf
Releases · balacode/one-file-pdf
Fixed SetCurrentPage() method and minor changes
🔹 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'