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

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

提交回复
热议问题