Does using a reference to the acrobat.tlb TypeLibrary supplied with the SDK break any rules?
I recently downloaded the Acrobat SDK as I will be using it to create a C# program to automate the filling of AcroForms and a few other things. I tried to run the FillFormCS Sample program but it would not run as I did not have Acrobat DC installed and it was trying to reference the acrobat.tlb present in the Acrobat DC install folder (C:\Program Files (x86)\Adobe\Acrobat DC\Acrobat\acrobat.tlb). I noticed that the program will run perfectly fine if I changed the reference to the acrobat.tlb located in the SDK download at (..\Adobe\Acrobat DC SDK\Version 1\InterAppCommunicationSupport\Headers). Is it against any rules to use the acrobat.tlb supplied with the SDK to build a C# application?
