C# Creating a PDF Form

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • EinToR
    New Member
    • May 2008
    • 20

    C# Creating a PDF Form

    What's the best way to create a PDF Form through C#? I need people to be able to fill out the generated PDF in Adobe Reader and print it out.

    Thanks,
  • Curtis Rutland
    Recognized Expert Specialist
    • Apr 2008
    • 3264

    #2
    Are you saying that you need to create an editable PDF with a program, or you need to fill one out with a program?

    iTextSharp is a good PDF library.

    Comment

    • EinToR
      New Member
      • May 2008
      • 20

      #3
      Create an editable PDF.

      I don't need step by step instructions, just a nod in the right direction... I've browsed through some open-source .NET libraries for PDF's but haven't seen anything that says it can create an editable PDF.
      Last edited by EinToR; Sep 29 '08, 02:10 PM. Reason: Incomplete

      Comment

      • Curtis Rutland
        Recognized Expert Specialist
        • Apr 2008
        • 3264

        #4
        iTextSharp might do it for you, I've never had to make editable PDFs before.

        Comment

        Working...