diff --git a/src/pdf.rs b/src/pdf.rs index ab94492a9..d3616cb9a 100644 --- a/src/pdf.rs +++ b/src/pdf.rs @@ -113,9 +113,6 @@ impl WritePdf for W { root: catalog_id, })?; - // Write where the xref table starts - writer.write_start_xref()?; - Ok(writer.written()) } }