Skip to main content
Participant
December 12, 2023
Question

C# Adobe Acrobat SDK issue with FileRef.CreateFromStream running indefinitely

  • December 12, 2023
  • 1 reply
  • 357 views

The line

FileRef source = FileRef.CreateFromStream(stream, "application/vnd.openxmlformats-officedocument.wordprocessingml.document");

seems to run indefinitely. Witihin stream is a docx file. 

This seems to only be an issue while using docx files so wondering its an on going issue, I'm using the wrong media type or something else. 

Thanks

This topic has been closed for replies.

1 reply

Participant
December 12, 2023

Wanted to add additional context.

I downloaded the C# code samples which seem to work with my current credentials. But if i copy the code to the server side code of a Asp.NET front end page (using .net Framework 4.8) the code will now hang on 

FileRef result = documentMergeOperation.Execute(executionContext);