I took the GroupDocs.Conversion for .NET examples and created my own ConvertPngToPdf and ConvertJpgToPdf classes, pulling the file both from the local filesystem as well as from Azure Blob Storage and passing into the Converter as a stream, and in all cases, the conversion worked as expected.
So I am going back through my code again to try and see if there’s anything I’m doing incorrectly.
@atirtahir3 - is there any verbose logging that I can turn on when a converter is running?
I see that I can
To note, in my application, I also have a reference to Aspose.PDF (licensed) , which I have also upgraded to the 20.1.0 release. Is it possible that those 2 share something that might be causing a conflict?
I’m continuing to try to reproduce this issue outside of my application