Francesco Maturo Posted March 15, 2022 Report Share Posted March 15, 2022 We use Adobe (acrobat.dll) references in our programming languages like VBA to automate some of the requirements. But when we are using Nitro, we are not able to use the Nitro references/Libraries in the programming languages. Is there any possibility to use Nitro Pro 13 DLL references in our programming languages , where we can use methods like get number_OF_pages of a pdf, add a new page or combining the PDF files etc.(Adobe is providing these kind of functionality)? By using Adobe Acrobat in vba module first we create AcroApp object as follows: Set gPDDoc = CreateObject("AcroExch.PDDoc") Then we can utilize various functions to manage pdf documents ….but we are unable to create Nitro ActiveX object despite we added reference to one the NidroPDF library to our VBA project Link to comment Share on other sites More sharing options...
Official Nitronaut Reymund Oyong Posted March 16, 2022 Official Nitronaut Report Share Posted March 16, 2022 Hi @Francesco Maturo Thank you for reaching out to us through our Community Forums! Nitro does not currently support any SDK / API / or 3rd party interfaces. This is on our development roadmap but is not available at this time. There are some basic Command Line functions if they are any use to you: https://kb.gonitro.com/knowledgebase#/search/command/000004309 Kind regards, Link to comment Share on other sites More sharing options...
David Meek Posted May 27 Report Share Posted May 27 Has any progress been made on this? We have VBA code that fills pdf forms from a database, so we need to create a reference to the Nitro-Pro application and AVDoc objects Set objAcroApp = CreateObject("NitroPdf.App") Set objAcroAVDoc = CreateObject("AcroExch.AVDoc") Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now