第三方库可以将图像即时转换为 pdf 和 eps 格式?

发布于 2024-08-02 00:18:23 字数 232 浏览 4 评论 0原文

我有一个即将到来的 .NET 项目,需要将图像(位图)转换为 .pdf 和 .eps 格式。 我们更愿意使用第三方库工具来做到这一点,而不是花时间重新发明轮子。 以下是基本要求:

  1. 最好是纯 .NET 库(我们可以将此转换器代码放在 Silverlight 应用程序中,该应用程序无法访问非托管代码)。
  2. 能够读取输入并即时生成输出(在内存中)。

有什么推荐吗?

I have an upcoming .NET project that would require conversion from image (bitmap) into .pdf and .eps format. We would prefer to use third party library tool to do this rather than spending the time to reinvent the wheel. Here is the basic requirement:

  1. Preferrably a pure .NET library (we might put this converter code in Silverlight application, which won't have access to unmanaged code).
  2. Ability to read the input and generate the output on the fly (in memory).

Any recommendation?

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

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

发布评论

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

评论(3

幼儿园老大 2024-08-09 00:18:24

这里有 3 个我过去尝试过的免费 .Net PDF 库(不是用于图像转换,但他们似乎提供了)。

Here are 3 free .Net PDF libraries I have tried in the past (not for image conversion, but they seem to provide that).

你在看孤独的风景 2024-08-09 00:18:24

webSupergoo 的 ABCpdf .NET 组件可以将位图图像转换为 PDF 和 EPS。

您需要使用“AddImageBitmap”或“AddImageObject”函数,具体取决于您使用的是间接模式还是直通模式。

“AddImageBitmap”的文档和示例代码可以在这里找到:
http://www.websupergoo.com/ helppdf7net/source/5-abcpdf6/doc/1-methods/addimagebitmap.htm

间接和直通模式解释如下:
www.websupergoo.com/helppdf7net/source/3-concepts/9-images.htm

webSupergoo's ABCpdf .NET component can convert bitmap images to PDF and EPS.

You'll need to use either 'AddImageBitmap' or 'AddImageObject' functions, depending on whether you're using indirect or pass-through modes.

Documentation for 'AddImageBitmap' and example code can be found here:
http://www.websupergoo.com/helppdf7net/source/5-abcpdf6/doc/1-methods/addimagebitmap.htm

Indirect and pass-through modes are explained here:
www.websupergoo.com/helppdf7net/source/3-concepts/9-images.htm

木落 2024-08-09 00:18:23

我对 Websupergoo 的产品很满意:http://www.websupergoo.com/products.htm< /a>

I've had good luck with Websupergoo's products: http://www.websupergoo.com/products.htm

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