Using Aspose.PDF .NET 25.10, I am converting the attached file using following code:
using (var document = new Aspose.Pdf.Document(pdfPath))
{
var options = new Aspose.Pdf.PdfFormatConversionOptions(Aspose.Pdf.PdfFo…...writes a conversion log that lists missing glyphs, font substitutions...WriteLine(ex.Message); // will list missing glyphs / fonts } Force...