开发者

iTextSharp saving a filled form (C#.Net)

开发者 https://www.devze.com 2023-02-03 14:31 出处:网络
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.

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

精彩评论

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