开放源代码的PDF渲染器.NET?开放源代码、渲染器、PDF、NET

2023-09-03 11:49:14 作者:不供祖宗

有一个开源.NET库,可以使PDF文件,以图像(服务器端处理)?我知道 PDFsharp 的,AFAIK它只能创建和处理PDF文件,而不是使它们

Is there an open source .NET library that can render PDFs to images (for server-side processing)? I know of PDFsharp, AFAIK it can only create and process PDFs, not render them.

推荐答案

的PDFCreator 和的 GhostScript的可以一起使用要做到这一点,无论是开源的。

PDFCreator and GhostScript can be used together to do this, both open source.

马特莲在C#中的。

Matt Ephraim made a nice wrapper for Ghostscript in C# here.

所有我已经做了处理上的客户端,但的PDFCreator理应有服务器功能描述这里

All the processing I've done is on client-side, but PDFCreator supposedly has server capabilities described here

更新: PDFCreator的服务器功能进行了简要描述这里。

UPDATE: PDFCreator Server capabilities are briefly described HERE.