Convert docx in azure blob to pdf

Product: PDFNet SDK

Product Version: Version 10.3

Please give a brief summary of your issue:
How convert docx in azure blob to pdf?

Please describe your issue and provide steps to reproduce it:
Hello, we need to convert docx files to pdf using Azure blobs as source and destination, but we don’t know if it is possible. Thank you very much for the help

1 Like

This forum post shows how to convert a DOCX to PDF entirely in memory.

Converting the Blob to a Stream is something I assume C# itself has APIs for.

1 Like

Thank you so much! :slightly_smiling_face:

1 Like