How to create an editable pdf in asp.net?

两盒软妹~` 提交于 2019-12-08 09:29:06

问题


here is a different type of requirement in my project regarding pdf.

I want to generate a pdf with few of prefilled values. rest of the fields can be filled by user so Pdf should allow the user to edit the pdf so that he can save it locally on his system.

The pdf may contain checkboxes and textboxes.

I have worked with "itextsharp", "abc pdf" and "Rad Pdf".

For this purpose i can't use "Rad Pdf", due to some limitations by project owner. Please share your valuable answers to give me a proper way to do this task.

Looking forward for your replies.


回答1:


You need to use Adobe Professional, you can turn your existing electronic or paper forms into fillable forms with a few clicks.

http://adobe.ly/Ydc7qb




回答2:


Acrobat Reader XI provides features to save eForms out of the box.

Provided your clients are using this version of Acrobat they will be able to fill in and save standard PDF forms.

The only problem you may have relates to older versions of Acrobat Reader which did not have this feature.

So any eForm produced using ABCpdf or indeed any PDF library should work the way you want provided your clients have a recent version of Acrobat Reader.

ABCpdf includes an example project called 'Annotations' which shows how to create eForms in this way.

My replies may feature concepts based around ABCpdf .NET because it's something I work on. :-)



来源:https://stackoverflow.com/questions/15411251/how-to-create-an-editable-pdf-in-asp-net

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!