在 .net 1.1 框架的 vb.net 中动态创建 pdf 文件

发布于 2024-10-20 17:00:57 字数 1536 浏览 4 评论 0原文

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

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

发布评论

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

评论(2

昔日梦未散 2024-10-27 17:00:57

此时,我将开始寻找 PDF 创建库的旧版本,因为任何新的开发都不太可能集中在 1.x 框架上。 ABCpdf 曾经支持 .NET 1.x,但我不确定您是否可以找到旧版本。

PDF 规范是开放的,因此您可以创建自己的规范。问题是这需要大量的时间。考虑到这一点,我会寻找一个可用的 PDF 库,即使它要花钱,因为花在一个组件上的几百美元/欧元比编码要便宜得多。

开源的最佳来源:SourceForge、CodePlex、Google Code,有时还有 Code Project(但是,对于完整的库来说,没有那么多)。

As this point in time, I would start looking for legacy versions of PDF creation libraries, as it is unlikely any new development will be focused on the 1.x framework. ABCpdf used to support .NET 1.x, but I am not sure you can find an older version.

The PDF specification is open, so you can create your own. the problem is it will takes tons of time. Bearing this in mind, I would look for a PDF library that works, even if it costs money, as the few hundred dollars/euros spent on a component is far cheaper than coding it.

Best sources for open source: SourceForge, CodePlex, Google Code, sometimes Code Project (not as much for complete libraries, however).

生活了然无味 2024-10-27 17:00:57

针对 .NET 开发的 XSL-FO 版本
也许这会做你想要的

There is a version of XSL-FO done for .NET.
Maybe that will do what you want

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