Thank you for your excellent library!
I am reading a Word document (docx) stored on SharePoint. I retrieve it as a MemoryStream and convert it to a byte array using the C# programming language. I would like to convert this document to PDF. The cConvertFile subroutine needs a file path as an argument.
Is there any way that I can convert this file to PDF without having to store it locally?