Hi
This is my first attempt to use PDFServicesSDK. I have created my adobe project with PDF Services API and created a .Net project following the example from the documentation:
https://developer.adobe.com/document-services/docs/overview/pdf-services-api/quickstarts/dotnet/
Unfortunately when program gets to this line:
// Execute the operation.
FileRef result = exportPdfOperation.Execute(executionContext);
It just hangs forever. No execption is being thrown, nothing is happening, I left it running for a very long time and it just stays there forever.
It happens for any type of PdfOperation - what am I missing?
Thanks