File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
commons/src/main/java/com/itextpdf/commons/actions Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ public final class NamespaceConstant {
40
40
public static final String CORE_LAYOUT = ITEXT + ".layout" ;
41
41
public static final String CORE_BARCODES = ITEXT + ".barcodes" ;
42
42
public static final String CORE_PDFA = ITEXT + ".pdfa" ;
43
+ public static final String CORE_PDFUA = ITEXT + ".pdfua" ;
43
44
public static final String CORE_SIGN = ITEXT + ".signatures" ;
44
45
public static final String CORE_FORMS = ITEXT + ".forms" ;
45
46
public static final String CORE_SXP = ITEXT + ".styledxmlparser" ;
@@ -58,6 +59,7 @@ public final class NamespaceConstant {
58
59
NamespaceConstant .CORE_LAYOUT ,
59
60
NamespaceConstant .CORE_BARCODES ,
60
61
NamespaceConstant .CORE_PDFA ,
62
+ NamespaceConstant .CORE_PDFUA ,
61
63
NamespaceConstant .CORE_SIGN ,
62
64
NamespaceConstant .CORE_FORMS ,
63
65
NamespaceConstant .CORE_SXP ,
Original file line number Diff line number Diff line change 361
361
<title >PDF/A</title >
362
362
<packages >com.itextpdf.pdfa*</packages >
363
363
</group >
364
+ <group >
365
+ <title >PDF/UA</title >
366
+ <packages >com.itextpdf.pdfua*</packages >
367
+ </group >
364
368
<group >
365
369
<title >Signatures</title >
366
370
<packages >com.itextpdf.signatures*</packages >
You can’t perform that action at this time.
0 commit comments