Copy link to clipboard
Copied
I am working on a requirement, i have a pdf file with fields, i want to open this pdf file and fill the fileds with values , the fileds are like, First Name, LastName , address etc..
i want to know , does adobe provide an SDK or library , so that i can use it my .net application.
Copy link to clipboard
Copied
HI,
here is a link to all the Adobe SDK's, there used to be something called FDF Toolkit but I don't think it is supported anymore.
https://opensource.adobe.com/dc-acrobat-sdk-docs/acrobatsdk/choose.html
Copy link to clipboard
Copied
@Silvan22303794uyrr Any luck on this? This seems so simple but I cant find anything either. I just need to fill a form with text from a C# app.
bump please!!!
Copy link to clipboard
Copied
You can use the VB:JavaScript layer to run Acrobat JavaScript. It is designed for VB but skilled .NET programmers seem to have found how to wrap the interface from C#. Note that this CANNOT UNDER ANY CIRCUMSTANCES be used on a web server.