Best way to create/fill-in printed forms and pdfs?

前端 未结 8 690
没有蜡笔的小新
没有蜡笔的小新 2021-02-02 15:17

We have a C# application that must print complex forms. Things like multi-page government compliance forms that must be in a specific format. We can get PDF copies of these fo

8条回答
  •  暖寄归人
    2021-02-02 16:09

    You may try Docotic.Pdf Library. This library allows to fill in forms in existing documents, import and export FDF data, as well modify existing documents and create forms from scratch.

    Several samples:

    How to fill in existing forms

    How to import FDF to PDF document

    How to create text fields

    Docotic.Pdf comes with commercial and free licenses.

提交回复
热议问题