From 1bbde93ba39613877ded2015965aaab2341d3d36 Mon Sep 17 00:00:00 2001 From: Michael Vrhel Date: Tue, 15 Mar 2016 16:33:22 -0700 Subject: Add mutool merge This commit adds a page merging tool. The tool demonstrates the use of object grafting. The object grafting function recursively goes through the object to add all referenced objects. A map is maintained to ensure that objects that have already been copied are not copied again. --- platform/win32/libmupdf.vcproj | 8 ++++++++ platform/win32/mutool.vcproj | 4 ++++ 2 files changed, 12 insertions(+) (limited to 'platform/win32') diff --git a/platform/win32/libmupdf.vcproj b/platform/win32/libmupdf.vcproj index 384e27cf..a760821d 100644 --- a/platform/win32/libmupdf.vcproj +++ b/platform/win32/libmupdf.vcproj @@ -1186,6 +1186,10 @@ RelativePath="..\..\source\pdf\pdf-glyphlist.h" > + + @@ -1373,6 +1377,10 @@ RelativePath="..\..\include\mupdf\pdf\font.h" > + + diff --git a/platform/win32/mutool.vcproj b/platform/win32/mutool.vcproj index 9d16ada5..1bf3e485 100644 --- a/platform/win32/mutool.vcproj +++ b/platform/win32/mutool.vcproj @@ -486,6 +486,10 @@ RelativePath="..\..\source\tools\pdfextract.c" > + + -- cgit v1.2.3