PDF/A
Minimal version: 0.2.15
PDF/A is specialized for use in the archiving and long-term preservation of electronic documents.
PDF version 1.4 or above is required.
var docDefinition = {
version: '1.5',
subset: 'PDF/A-3a',
tagged: true,
displayTitle: true,
info: {
title: 'Awesome PDF document from pdfmake'
},
content: [
'PDF/A document for archive'
]
};
Supported PDF versions (property version
):
1.3
- PDF version 1.3 (default) not supported PDF/A1.4
- PDF version 1.41.5
- PDF version 1.51.6
- PDF version 1.61.7
- PDF version 1.71.7ext3
- PDF version 1.7 ExtensionLevel 3
Subset of document (property subset
):
PDF/A-1
(shortcut for PDF/A-1b)PDF/A-1a
PDF/A-1b
PDF/A-2
(shortcut for PDF/A-2b)PDF/A-2a
PDF/A-2b
PDF/A-3
(shortcut for PDF/A-3b)PDF/A-3a
PDF/A-3b
PDF/UA
Mark document as Tagged PDF (property tagged
)
true
- enablefalse
- disable
Display of document title in window title (property displayTitle
)
true
- enablefalse
- disable