我实际上在 Word 2021 中使用 VBA 宏将文档导出为 PDF/A-1:
ActiveDocument.ExportAsFixedFormat OutputFileName:=filename, ExportFormat:=wdExportFormatPDF, OpenAfterExport:=False, OptimizeFor:=wdExportOptimizeForPrint, Range:=wdExportAllDocument, Item:=wdExportDocumentContent, IncludeDocProps:=True, KeepIRM:=True, CreateBookmarks:=wdExportCreateNoBookmarks, DocStructureTags:=True, BitmapMissingFonts:=True, UseISO19005_1:=True
有没有办法将文档导出为 PDF/A-2 (ISO 19005-2)?
我对这个事实有点好奇。 我们正在寻找一个选项来限制导出为 PDF/A-1 或 PDF/A-2,因为自 2017 年 1 月 Office 2016 更新以来,Word 切换为生成 PDF/A-3 而不是 PDF/A-1。所有较新的版本仅生成 PDF/A-3,不兼容长时间存档。