New module for PDF/UA

This commit is contained in:
John Whitington 2024-05-28 16:59:41 +01:00
parent d1ce83db1b
commit 434b063943
3 changed files with 3 additions and 1 deletions

View File

@ -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)

1
cpdfua.ml Normal file
View File

@ -0,0 +1 @@
open Pdfutil

1
cpdfua.mli Normal file
View File

@ -0,0 +1 @@
(** PDF/UA *)