符合性修复文件/A

符合性修复文件/A

修复课程

Aspose.PDF FOSS for Java provides fix classes that correct non-compliant PDF/A structures by removing or modifying prohibited elements.

ActionFixes

ActionFixes 删除了根据PDF/A标准禁止的动作词典:

ActionFixes fixes = new ActionFixes();
fixes.removeCatalogAA(parser, format, errorAction, result);
fixes.removePageAA(parser, format, errorAction, result);
fixes.removeWidgetAA(parser, format, errorAction, result);
fixes.removeForbiddenActions(parser, format, errorAction, result);

AnnotationFixes

AnnotationFixes 纠正违反PDF/A规则的注释结构,删除 或修改目标档案格式中不允许的注释.

FileStructureFixes

FileStructureFixes 解决文件层面的结构性问题,例如嵌入式数据库. 文件,交叉引用流格式和与"密码化系统"冲突的加密设置. 文件/A 的要求.

验证先进行

总是跑步. ActionRules.validate() 及其他 AnnotationRules.validate() 在申请之前 修复程序只应用于对某些特定违规行为进行的检查. 为了避免意外副作用,.

See Also

 中文