0

I've been looking around on the web for an answer to a perplexing problem. I'm trying to code a program in C# and I'm looking for a snippet of code that'll take any information a user would input, i.e using a textbox or a check box, and transfer said information onto a .PDF file that I've added as a resource.

Right now I'm using Visual Studio 2008 for my coding, any help would be appreciated.

4

2 回答 2

2

您可以使用库动态创建 PDF:

于 2012-09-20T22:52:56.607 回答
1

PDF 是专有格式。PDF4Net 是一个非常好的库,可以通过 XDF 将信息合并到 PDF 中,但是如果您尝试自己进行此操作,将会遇到很多麻烦。

于 2012-09-20T22:54:13.607 回答