diff options
| author | Laurenz <laurmaedje@gmail.com> | 2019-02-13 19:43:45 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2019-02-13 19:46:56 +0100 |
| commit | aba8ea4f7ccbdf74051a07569b99282dd473310a (patch) | |
| tree | 7fc540cf3ca3b17c30843d174278a8ab86200721 | |
| parent | a562541fda59e6ba310560e9fe75cc5de71d91dd (diff) | |
Denote which PDF objects are incomplete 🔧
Many features will only be added as needed by the parent project. Thus it should be kept track of what is complete.
Also improves PDF trailer writing.
| -rw-r--r-- | src/pdf.rs | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -113,9 +113,6 @@ impl<W: Write> WritePdf<Document> for W { root: catalog_id, })?; - // Write where the xref table starts - writer.write_start_xref()?; - Ok(writer.written()) } } |
