diff options
author | Robin Watts <robin.watts@artifex.com> | 2016-11-09 17:41:43 +0000 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2016-11-11 13:18:39 +0000 |
commit | da50c6f300e565c8eedf4ce252c44b5ddbb95cee (patch) | |
tree | d63891b1494b45046973cbc1ab3b4435821fc3f1 /platform | |
parent | a1d18b804019ad89841f289c465755d7feebe823 (diff) | |
download | mupdf-da50c6f300e565c8eedf4ce252c44b5ddbb95cee.tar.xz |
Add pdf_layer configuration API.
Add API to:
* allow enumeration of layer configs (OCCDs) within PDF files.
* allow selection of layer configs.
* allow enumeration of the "UI" (or "Human readable") form of layer
configs.
* allow selection/toggling of entries in the UI.
Diffstat (limited to 'platform')
-rw-r--r-- | platform/win32/libmupdf.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/platform/win32/libmupdf.vcproj b/platform/win32/libmupdf.vcproj index f7134220..69193a9a 100644 --- a/platform/win32/libmupdf.vcproj +++ b/platform/win32/libmupdf.vcproj @@ -2031,6 +2031,10 @@ > </File> <File + RelativePath="..\..\source\pdf\pdf-imp.h" + > + </File> + <File RelativePath="..\..\source\pdf\pdf-interpret-imp.h" > </File> @@ -2047,6 +2051,10 @@ > </File> <File + RelativePath="..\..\source\pdf\pdf-layer.c" + > + </File> + <File RelativePath="..\..\source\pdf\pdf-lex.c" > </File> |