ZetPDF-有人知道该产品的背景吗?

Syl*_*via 5 .net pdf pdfsharp

问题:

ZetPDF只是变相的PDFSharp吗?

这个产品会留在身边吗?

谁是ZetPDF?


我们目前正在使用PDFSharp从头开始创建PDF。我们需要能够绘制特定区域,从嵌入式资源中添加图像,将pdf嵌入式资源用作新PDF的模板,添加条形码(即特定字体或图像),在确切位置添加内容,换行文字以及也可以进行文本流pdf(migradoc)。

PdfSharp可以完成所有这些事情,但是我想看看周围有没有其他选择,因为我对缺乏进展或PdfSharp的更新为零(而且它仍然是beta版)感到不安。我也想看看是否有支持.NET Core的产品。

因此,我最近发现了ZetPDF。 https://zetpdf.com/

它看起来与PdfSharp非常相似。

关于它的信息似乎很少。这个项目会继续进行并保持最新状态吗?有使用许可的费用,但是非常合理,但是当没有有关生产该产品的公司/团体的信息时,我为购买该产品感到不舒服。

与PdfSharp相似的示例(来自其示例-Unicode示例程序):

// The current implementation of ZetPDF is limited to left-to-right languages.
  // Languages like Arabic cannot yet be created even with Unicode fonts. Also the so called
  // CJK (Chinese, Japanese, Korean) support in PDF can also not be addressed with PDF sharp.
  // However, we plan to support as much as possible languages with ZetPDF. If you are a 
  // programmer and a native speaker of one of these languages and you like to create PDF
  // documents in your language, you can help us to implement it in ZetPDF. You don't have
  // to do the programming, but just help us to verify our implementation.
Run Code Online (Sandbox Code Playgroud)

上面的内容与PDF Sharp注释中的内容非常相似,甚至在文本中包含PDF Sharp单词。我真的没有问题,就像PDF Sharp的工作原理一样,但是这个项目只是变相的PDF Sharp吗?

在投入时间和精力之前,我想了解有关ZetPDF的更多信息,以查看它是否比PdfSharp更好,或者即使在.Net Core中,它确实可以满足我的需求。