开发者

iTextSharp saving a filled form (C#.Net)

On an asp.net page I am allowing my user to enter data to my pdf form, all I want to do is once they submit, save that form as a PDF file under different name into a directory.

Do I have to read all fields (reque开发者_Python百科st.form) one-by-one and use pdfstamper to save into a new file or is there a quick way to do a clone of the page and save under different name?


You can set them all at once:

StackOverflow doesn't like '(' or ')' in its links

  1. Make sure your PDF is submitting FDF data
  2. acroFields.setFields()
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜