gnujpdf - unicode font support

This commit is contained in:
Jindra Petřík
2021-02-19 23:00:11 +01:00
parent 8aaf3a3b42
commit 9dacd28347
10 changed files with 520 additions and 137 deletions

View File

@@ -78,7 +78,8 @@ public class PDFCatalog extends PDFObject
writeStart(os);
// now the objects body
os.write("/Version /1.7\n".getBytes());
// the /Pages object
os.write("/Pages ".getBytes());
os.write(pdfPageList.toString().getBytes());