Perform OCR and save it as PDF/A using C# Code
Hello
I have a bunch of images that I want to OCR and save the result as PDF/A. I have visual studio installed and adobe acrobat pro installed and active.
using the adobe acrobat, I can OCR the image and save it as PDF/A, but am not able to do this using C# code. I added the COM reference to the project but when i execulte : var isOCR = acrobatApp.MenuItemExecute("ADBE:DocumentRecognizeText"); it returns false.
the same for var isPDFA = acrobatApp.MenuItemExecute("SaveAsOther:PDF/A");
can you help please?
