C# 中 PDF 输出的自动测试?

发布于 2024-10-15 07:45:09 字数 301 浏览 1 评论 0原文

我继承了一个 .Net 1.1 应用程序,其中主要输出是 PDF 应用程序。它写得很糟糕,而且几乎和它一样复杂。我想做一些重大的重构,但管理层的指示是尽可能少地改变。如果我可以对输出 PDF 进行一些可靠的测试,我可能有更多的空间来更改代码。该应用程序使用 ComponentOne 的 C1PrintDocument 来生成 PDF。在 .Net 1.1 或 2.0 中可以使用哪些选项以编程方式读取 PDF?我也许可以利用 .net 3.5/Visual Studio 2008 来完成这个项目...我不仅想验证文档上的文本,还想验证文本和表格的位置。

有什么建议吗?

I've inherited a .Net 1.1 app where the primary output is a PDF app. It is poorly written, and almost as complex as it is convoluted. I'd like to do some major refactoring, but my direction from management is to change as little as possible. If I can set up some solid testing of the output PDF, I may have more room to make code changes. The app uses C1PrintDocument from ComponentOne to generate PDFs. What options are available to read PDFs programmatically in .Net 1.1 or 2.0? I may be able to leverage .net 3.5/Visual Studio 2008 for this project... I'd want to verify not only text on the document, but placement of text and tables.

Any suggestions?

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

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

发布评论

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

评论(1

生死何惧 2024-10-22 07:45:09

我认为(以编程方式)比较PDF的可靠方法?问题与您的问题类似,也许您会发现该问题的答案很有用。

另外,请阅读 Vitaliy Shibaev 的回答,了解他和我如何比较我们项目中的 PDF。

I think Reliable way to (programmatically) compare PDFs? question is similar to yours and maybe you will find answers for that questions useful.

Also, read answer from Vitaliy Shibaev about how he and I compare PDFs in our project.

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