Skip to main content
Participant
April 20, 2021
Question

Pdf Reading and Form Filling for .NET MVC

  • April 20, 2021
  • 2 replies
  • 530 views

Hi all,

 

I need to be able to read the contents of a pdf and populate an existing pdf form fields from a pdf template form file using .NET MVC. I've been able to accomplish both tasks locally with acrobat DC's SDK but they both open acrobat DC when run and I don't think that will work on an IIS server. I think I may have misunderstood adobe's documentation when paying for a DC license.

 

I'm developing a commercial website so I'm unable to use many of the open source pdf libraries. Any guidance would be greatly appreciated.

    This topic has been closed for replies.

    2 replies

    Legend
    April 20, 2021

    I can confirm that the Acrobat SDK is unsuitable because Acrobat is an end user tool, with single user license, not for server use. Adobe's AEM includes some form APIs, this is enteprise level stuff of which we really know very little.

    Peru Bob
    Community Expert
    Community Expert
    April 20, 2021

    I've moved this from the Using the Community forum (which is the forum for issues using the forums) to the Acrobat forum so that proper help can be offered.

    sev11Author
    Participant
    April 20, 2021

    Thank you Bob!