We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
如果您不想使用 MigraDoc,您可以使用 gfx.Drawline() 并自行绘制表格。
我在我的一个项目中做到了这一点。
你可以这样做:
或者你可以使用 for 循环来这样做并计算位置。
If you dont want to use MigraDoc, you can use the gfx.Drawline() and draw the table yourself.
I did it in one of my Projects.
You can do it like that:
Or you can use a for loop to do it like that and count the postion up.
PDFsharp 是一个“低级”PDF 生成器,而MigraDoc 是一个“高级”文档生成器,它使用PDFsharp 创建PDF 文件,但也可以创建RTF 等文件。
访问 PDFsharp/MigraDoc 基金会网站了解更多信息:
http://www.pdfsharp.net/
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.
Visit the PDFsharp/MigraDoc Foundation Website for further information:
http://www.pdfsharp.net/