mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-14 02:22:38 +00:00
gnujpdf - unicode font support
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user