Expand my Community achievements bar.

PDFServicesSDK .Net Execute operation hangs

Avatar

Level 1

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

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Reply

Avatar

Level 1

I also faced the issue with .Net Platforms. Tried on .Net Framework 4.61 and 4.7.2 which are documented as supported but the same hang issue occurred.

 

Then I attempted with  ".NET 7.0" and it worked! Hope this helps you.