mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-04-26 15:58:45 +02:00
Add structure tree module
This commit is contained in:
parent
4bf90215ae
commit
c71e0773a3
3
Makefile
3
Makefile
@ -8,7 +8,8 @@ DOC = cpdfunicodedata cpdferror cpdfdebug cpdfjson cpdfstrftime cpdfcoord \
|
|||||||
cpdfsqueeze cpdfdraft cpdfspot cpdfpagelabels cpdfcreate cpdfannot \
|
cpdfsqueeze cpdfdraft cpdfspot cpdfpagelabels cpdfcreate cpdfannot \
|
||||||
cpdfxobject cpdfimpose cpdfchop cpdftweak cpdftexttopdf cpdftoc \
|
cpdfxobject cpdfimpose cpdfchop cpdftweak cpdftexttopdf cpdftoc \
|
||||||
cpdfjpeg cpdfjpeg2000 cpdfpng cpdfimage cpdfdraw cpdfcomposition \
|
cpdfjpeg cpdfjpeg2000 cpdfpng cpdfimage cpdfdraw cpdfcomposition \
|
||||||
cpdfshape cpdfcolours cpdfdrawcontrol cpdfprinttree cpdfua cpdfcommand
|
cpdfshape cpdfcolours cpdfdrawcontrol cpdfprinttree cpdfst cpdfua \
|
||||||
|
cpdfcommand
|
||||||
|
|
||||||
MODS = $(NONDOC) $(DOC)
|
MODS = $(NONDOC) $(DOC)
|
||||||
|
|
||||||
|
1
cpdfst.mli
Normal file
1
cpdfst.mli
Normal file
@ -0,0 +1 @@
|
|||||||
|
(** Structure trees *)
|
Loading…
x
Reference in New Issue
Block a user