我必须从 ODT 文件创建 PDF。我正在使用这个脚本:https ://github.com/mirkonasato/pyodconverter
PDF 必须满足以下可访问性要求:
1 .Document is marked as tagged
2. Document Title available
3. Document Language defined
4. Accessible Security Settings
5. Tab follows Tag-Structure
6. Consistent Heading Structure
7. Bookmarks available
8. Accessible Font Encodings
9. Content completely tagged
10. Logical Reading Order
11. Alternative Text available
12. Correct Syntax of Tags / Rolls
13. Sufficient contrast for Text
14.Spaces existent
现在我在“标签遵循标签结构”中苦苦挣扎。我使用这个工具来检查要求:http ://www.access-for-all.ch/en/pdf-lab/pdf-accessibility-checker-pac/download-pac.html
有人可以告诉我如何使 PDF 满足此要求吗?谢谢!