From 0dc6ea4e4dd36ff69b54fa49ae397d2b98fe84b2 Mon Sep 17 00:00:00 2001 From: Paul Gardiner Date: Thu, 22 Aug 2013 11:17:07 +0100 Subject: Add support for writing of xref streams Use of the feature is currently enabled only in the case that a file that already contains xref streams is being updated incrementally. To do so in that case is necessary because an old-style xref is then not permitted. This fixes bug #694527 --- include/mupdf/pdf/document.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/mupdf/pdf/document.h b/include/mupdf/pdf/document.h index a1837f4a..ec11b80f 100644 --- a/include/mupdf/pdf/document.h +++ b/include/mupdf/pdf/document.h @@ -215,6 +215,7 @@ struct pdf_document_s pdf_xref *xref_sections; int xref_altered; int freeze_updates; + int has_xref_streams; int page_count; -- cgit v1.2.3