Skip to main content
Participant
April 6, 2016
Answered

How can I read a PDF form with C# code. Can someone please help with code snippet or documentation.

  • April 6, 2016
  • 3 replies
  • 1135 views

My requirement is to read user filled fields from PDF form using C# code.

Any code snippet or documentation will help.

Thanks

This topic is closed to new replies. Start a new post to keep the conversation going.
Correct answer Test Screen Name

‌Ok, Acrobat and the Acrobat SDK are not for server use. But Adibe have s product which used to be called LiveCycle firms which had a Java API. This may help. It's enterprise software and not the same as LiveCycle Designer. There is also the Adobe PDF Library, which is C++.

3 replies

Legend
April 6, 2016

What is your environment:

* web server?

* end user with an Acrobat DC subscription?

* other (Acrobat Reader will not help)?

This needs to be known as there are different directions to go.

DebsdoonAuthor
Participant
April 7, 2016

I am just looking for an API for.Net with which I should be able to read Form values filled by a user.

I will use it on an application  server

Test Screen NameCorrect answer
Legend
April 7, 2016

‌Ok, Acrobat and the Acrobat SDK are not for server use. But Adibe have s product which used to be called LiveCycle firms which had a Java API. This may help. It's enterprise software and not the same as LiveCycle Designer. There is also the Adobe PDF Library, which is C++.