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

前端 未结 8 663
没有蜡笔的小新
没有蜡笔的小新 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:06

    Partial answer to your question is that you should explore "ItextSharp" library which is an open source library and is useful in creating PDF files.

    http://sourceforge.net/projects/itextsharp/

    0 讨论(0)
  • 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.

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