My goal is to get a status of the signature field in a PDF file that has CoSign signature fields (signed and unsigned). I need all fields not just the last signed field.
I have created a WCF endpoint (using C# VS2013 and the ARX SAPI API) to read all of the CoSign signature fields in a PDF. This works fine on two of my three SharePoint 2013 servers. The file is accessed by the WCF endpoint using the UNC path to the file in the SharePoint server document libraries. I am able to access all the files on all three servers via any Windows 7 file browser without any issues.
I have copied known good files across the servers and tested them all with the same result. On the problem server SAPISignatureFieldEnumInit returns error 1878850044. I cannot find any information on this error in the SAPI documentation.
I am hoping someone might have come across this before and have some guidance or helpful insight.