David PHAM-VAN

Fix Pdf format

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