From 434b0639436319d0d0141ecd67827cb533238d3c Mon Sep 17 00:00:00 2001 From: John Whitington Date: Tue, 28 May 2024 16:59:41 +0100 Subject: [PATCH] New module for PDF/UA --- Makefile | 2 +- cpdfua.ml | 1 + cpdfua.mli | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 cpdfua.ml create mode 100644 cpdfua.mli diff --git a/Makefile b/Makefile index 75de350..5370b62 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ DOC = cpdfunicodedata cpdferror cpdfdebug cpdfjson cpdfstrftime cpdfcoord \ cpdfsqueeze cpdfdraft cpdfspot cpdfpagelabels cpdfcreate cpdfannot \ cpdfxobject cpdfimpose cpdfchop cpdftweak cpdftexttopdf cpdftoc \ cpdfjpeg cpdfjpeg2000 cpdfpng cpdfimage cpdfdraw cpdfcomposition \ - cpdfshape cpdfcolours cpdfdrawcontrol cpdfcommand + cpdfshape cpdfcolours cpdfdrawcontrol cpdfua cpdfcommand MODS = $(NONDOC) $(DOC) diff --git a/cpdfua.ml b/cpdfua.ml new file mode 100644 index 0000000..226ab9b --- /dev/null +++ b/cpdfua.ml @@ -0,0 +1 @@ +open Pdfutil diff --git a/cpdfua.mli b/cpdfua.mli new file mode 100644 index 0000000..f27f96f --- /dev/null +++ b/cpdfua.mli @@ -0,0 +1 @@ +(** PDF/UA *)