David PHAM-VAN

Fix missing endobj with compressed xref

# Changelog
## 3.7.3
- Fix missing endobj with compressed xref
## 3.7.2
- Improve debugging information
... ...
... ... @@ -215,5 +215,7 @@ class PdfXrefTable extends PdfDataType {
encrypt: false,
values: params.values,
).output(s, object.pdfDocument.verbose ? 0 : null);
s.putString('endobj\n');
}
}
... ...