Hello,
It is my understanding that although PublisherLoadOptions was moved to the .NET Framework package, it should still be possible to convert publisher documents to PDF in .NET 9?
I am using the below code
var fs =…...should still be possible to convert publisher documents to PDF...MemoryStream(); using var converter = new Converter(() => ms); var convertOptions...