想要创建 PDF/X or PDF/E 文件或将现有 PDF 文件转换为符合 PDF/X、PDF/E 格式并进行验证

Product:

Product Version:

Please give a brief summary of your issue:
想要创建 PDF/X or PDF/E 文件或将现有 PDF 文件转换为符合 PDF/X、PDF/E 格式并进行验证

Please describe your issue and provide steps to reproduce it:
我翻阅了 Apryse SDK 官方支持说明,以及截至当前日期的 Arpyse SDK 官方论坛,没有明确地看到 Apryse SDK 对 PDF/X、PDF/E 的相关直接支持。我想要确认一下,当前的 Apryse SDK 是否具备间接构建、转换与验证 PDF/X、PDF/E 的功能?如果 SDK 的相关功能足够的话,或许可以尝试依赖 Apryse SDK 去构建 PDF/X、PDF/E 相关功能。

请尽快与我答复,感谢!

Please provide a link to a minimal sample where the issue is reproducible:

Non.

Hello,

This is Kaden from the Apryse Support Team – I’ve forwarded your request to our Solution Engineering team so that they may help you to evaluate your options when it comes to PDF/X & PDF/E in regard to the SDKs offered by Apryse. They’ll be in touch!

Thanks,
Kaden Rettig
Technical Support Engineer
Apryse Support Team

Hello,

While the Apryse SDK can create PDF/X it requires very low level control and doesn’t include and automatic validation. However, we do have some options that fit a little better, iText and PDFLib.

Both of these solutions allow for the generation of PDF/X documents with conformance to standard. You can find these SDKs at the following links:

While these tools do support PDF/X generation workflows, they do not include any direct conversion or validation support. You can create such tools and checks with the API’s offered through iText but that would require custom implementation.

As for PDF/E we do not support that at this time.

If you’re able to run me through a quick summary of your overall use case, I would love to direct you to some more applicable documentation!

Thanks,
Ty Brucker
Associate Solution Engineer

关于你的回答,我存有一些疑问。

我在下述的两个帖子的官方回复中看到“PDFNet 允许处理和生成任何 PDF 文档”:

很明显,他的口径和你的回复并不一致,这意味着在以前Apryse SDK是支持PDF/X、PDF/E的生成,现在是否仍然支持的?

另外,从Apryse SDK的官方API上可以明确得知,贵司不直接支持PDF/E、PDF/X的直接转换与验证,这个我知道。我想问的是,当前Apryse SDK(https://docs.apryse.com/core/guides/get-started) 是否具备间接支持PDF/X、PDF/E的转换与验证?其底层的API是否支持构建这类业务,这才是我最关心的。

最后,你提供的这两个解决方案是独立于(https://docs.apryse.com/core/guides/get-started) 的吗?还需要额外购买吗?如果是的话,那么我不会把它们作为首要考虑的解决方案。

Hello,

Apologies I may have misspoke a little in my previous response. While Apryse SDK does not have any features built to support PDF/X or PDF/E, our low level API can be used to build such features. You can find more information about the low level PDF API here: Low-Level PDF Editing (COS/SDF API) in Server/Desktop | Apryse documentation.

With these API’s you could theoretically create any PDF tool you wish with the low level manipulation. As for the other products I recommended (iText and PDFLib), these are also SDK’s that fall under the Apryse umbrella, though similar to the Apryse SDK they would require licensing. These products do have some form of existing support for PDF/X.

You also mentioned an additional purchase, are you currently an existing Apryse SDK customer?