License changes

This commit is contained in:
John Whitington
2024-07-23 14:47:13 +01:00
parent 1b28d6b1a0
commit c2aae964a3
6 changed files with 725 additions and 107 deletions

24
Changes
View File

@ -3,25 +3,27 @@
New features:
o Build PDF files from JPEG2000 (.jp2, .jpf/.jpx) files
o Mark a file as PDF/UA compliant, or remove such marking
o Verify compliance to PDF/UA via the Matterhorn protocol
o Extract, edit and reapply document structure tree
o Print structure tree summary
o Split structure tree when splitting PDF to save size
o Combine structure trees when stamping PDFs
o Set the natural language of a file
o Mark a file as PDF/UA compliant, or remove such marking *
o Verify compliance to PDF/UA via the Matterhorn protocol *
o Extract, edit and reapply document structure tree *
o Print structure tree summary *
o Split structure tree when splitting PDF to save size *
o Combine structure trees when stamping PDFs *
o Set the natural language of a file *
Extended features:
o Allow -obj to look up nested PDF information
o Merge structure trees better when merging files
o Report top-level natural language on -info
o Report mark information dictionary contents on -info
o Merge structure trees better when merging files *
o Report top-level natural language on -info *
o Report mark information dictionary contents on -info *
Backward-incompatible change:
o -process-struct-tree replaces -no-process-struct-tree
newly introduced in previous version
newly introduced in previous version *
* = Supported by a grant from NLnet
2.7 (February 2024)