问题描述
我刚刚开始一个需要我写PDF文件的项目。在一些googling之后,我决定使用看起来很简单的PDFsharp,但是我有一些关于绘图表和图表的问题。
I just started with a project that requires me to write to PDF file. After some googling I decided on using PDFsharp which looks simple enough, however I have a few questions regarding drawing tables and charts.
PDFsharp是编写PDF文件的好选择包含表和图表?如果没有,你能推荐一个更好的替代品吗?如果是,我在哪里可以找到一些关于这个问题的好文献?一个教程会很好(不必是一个示例项目,只是一些我可以用来熟悉自己的库和它的类)。
Is PDFsharp a good choice for writing PDF files that contain tables and charts? If no, can you recommend a better alternative? If yes, where could I find some good literature on the subject? A tutorial would be nice (doesn't have to be a sample project, just something I can use to familiarise myself with the library and its classes).
任何人都可以告诉我的MigraDoc是什么?我只是瞥见,它似乎完美的我需要,但我想要一些更多的信息。
Can anyone tell me what MigraDoc is all about? I just took a glimpse and it seems perfect for what I need, however I would like some more information about it.
推荐答案
PDFsharp是一个低级PDF生成器,而MigraDoc是一个高级文档生成器,它使用PDFsharp来创建PDF文件,但也可以创建e。 G。 RTF。
PDFsharp is a "low level" PDF generator, while MigraDoc is a "high level" document generator that uses PDFsharp to create PDF files, but can also create e. g. RTF.
访问PDFsharp / MigraDoc Foundation网站了解更多信息:
Visit the PDFsharp/MigraDoc Foundation Website for further information:
http://www.pdfsharp.net/
这篇关于使用PDFsharp的表和图表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!