I'm trying to automate PDF Converter 6 Enterprise in Access 2007 VBA via the API layer. I managed to get a PDF document from Nuance tech support that shows the methods available in the API layer but it only gives examples in C++. I am not a C++ programmer but the Nuance document claims the API layer is available to any programming
language supporting OLE automation. My goal is to convert PDFs to Excel spreadsheets, capture the data and store it in an Access database. I actually have all the individual parts working but I need to automate the call to the PDF Converter API layer to open a PDF and convert it to Excel. Can someone show me some examples VB/VBA?
I've been trying to get my hands on the API pdf myself. did you just call Nuance Tech Support and they sent it to you?