ska2rage.dll
❔ C# PROGRAM PDF AUTOCOMPLETE
Hi, I'm a C# developer and I would like to know if you can help me with two specific issues. The first one is the following: Visual Studio 2022 does not let me compile my C# project even though I have all the necessary modules installed, the option does not appear, before it did. And the second problem is that I created a program in C# using the Acrobat library to modify a LiveCycle Designer XFA PDF, it's a form that auto-fills using an XML, the code is finished, but I need to link some references like Acrobat.tbl or Acrobat.dll, but it tells me that they are not supported. I don't know if I'm importing the assemblies wrong or something similar, here's part of the code:
// Import Adobe Acrobat Pro library
using Acrobat;
// Open the original document with the digital certificate
Acrobat.AcroPDDoc originalDoc = new Acrobat.AcroPDDoc();
originalDoc.Open("Imm5710e.pdf");
// Load form field values from an XML file
System.Xml.XmlDocument xmlDocument = new System.Xml.XmlDocument();
xmlDocument.Load("data.xml");
Bye, pls help
33 replies