Creating a fillable PDF form with ITextSharp

后端 未结 1 1862
猫巷女王i
猫巷女王i 2021-01-19 06:52

I have created a PDF file using Acrobat Adobe 8 that contains fillable fields.

Can that be programmed with ITextSharp instead of Adobe?

Note: I am not refer

1条回答
  •  时光说笑
    2021-01-19 07:34

    You can create PDFs that contain fillable fields with iText[Sharp], but they won't look as nice as Adobe Acrobat, which is a much better design tool.

    By fillable fields, I'm guessing you mean a TextField. Here's a link with some simple example code from the book to get you started. Specifically, take a look at the CreatePdf() and CellLayout() methods, and the iText API if you need more information.

    0 讨论(0)
提交回复
热议问题