可填写的 PDF 文件可以转换为 XPS 文件并仍然保留可填写的表单吗?

发布于 2024-11-05 05:37:05 字数 183 浏览 6 评论 0原文

可填写的 PDF 文件可以转换为 XPS 文件并仍然保持可填写的表单吗?谷歌似乎显示出大量想要向我出售转换器的公司。他们都无法回答我的问题。我希望使用可填写 PDF 文件中设置的“字段”来填充用 C# 编写的数据库应用程序。据我了解XPS有能力做到这一点。另外,它似乎比使用 Adob​​e 每年 5000 美元的 sdk 便宜。

谢谢

Can a fillable PDF file be converted to an XPS file and still remain a fillable form? All Google seems to show is a ton of companies that want to sell me converters. And none of them can answer my question. I'm looking to use the "fields" set up in a fillable PDF file to populate a database app written in C#. From what I understand XPS has the ability to do this. Plus it seems cheaper than using Adobe's $5000/year sdk.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

请持续率性 2024-11-12 05:37:05

一旦 PDF 不再是 PDF,那么该功能集就消失了。但是,您可以复制 PDF 并转换副本,以便同时拥有 PDF 和 XPS,但它们并不“同步”。另一方面,您可以享受编写代码以保持同步的乐趣...

您可能希望将这两个文件打包在容器中(例如您自己设计的 cab 或 zip 文件),其中包含一个 .JIM 文件两种资源......但这可能有点矫枉过正。

Once the PDF is no longer a PDF then that feature set is gone. However, you can COPY the PDF and convert the copy so that you have both a PDF and XPS, but they are not 'in sync'. One the other hand you can have the fun of writing the code to keep them in sync...

You may want to look at packaging both files in container (like a cab or zip file of your own devising) a .JIM file that contains both resources... but that might be overkill.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文