IAC Save function worked for years but now fails starting around November 2021
I have used IAC Save function. Here is the code that no longer works (it was working for a long time until a week ago). The code still works on our old Acrobat XI Pro systems; it fails on Acrobat DC systems. Does anyone know what happened or how I can solve the problem?
Here is the statement that fails (always returns false):
pdDocTarget.Save((short)PDSaveFlags.PDSaveFull, targetFilespec) <--- always returns false now!!!
Note that other function still work. For example,
int ctrPagesInSource = pdDocSource.GetNumPages(); ,<--- still works
