David PHAM-VAN

Fix Pdf format

... ... @@ -2,6 +2,7 @@
## 1.3.24
- Fix Pdf format
- Fix warning in tests
- Fix warning in example
- Format Java code
... ...
... ... @@ -26,5 +26,6 @@ class PdfArrayObject extends PdfObject {
super._writeContent(os);
os.putStringArray(values);
os.putBytes(<int>[0x0a]);
}
}
... ...