After txt -> pdf space drawed as rectangle

After conversion from input.txt into pdf we can see strange symbols which appears in place of space character (line 24 in input.txt). Please look at rectChar.png to see example
Aspose.Words 16.8.0
C#

using (var fs = File.Open("input.txt", FileMode.Open, FileAccess.Read, FileShare.Read))
{
    Document doc = new Aspose.Words.Document(fs);

    Aspose.Words.Saving.PdfSaveOptions options = new Aspose.Words.Saving.PdfSaveOptions();
    options.SaveFormat = SaveFormat.Pdf;
    options.DmlRenderingMode = Aspose.Words.Saving.DmlRenderingMode.DrawingML;
                
    doc.Save("output.pdf", options /*Aspose.Words.SaveFormat.Pdf*/);
}
Hi Matt,

Thanks for your inquiry. We have tested the scenario and have managed to reproduce the same issue at our side. For the sake of correction, we have logged this problem in our issue tracking system as WORDSNET-14240. You will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.

The issues you have found earlier (filed as WORDSNET-14240) have been fixed in this Aspose.Words for .NET 16.11.0 update and this Aspose.Words for Java 16.11.0 update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.

Why do I get this message? There is no new package on NuGet Gallery | Aspose.Words 23.11.0

Hi Matt,

Thanks for your inquiry. The Aspose.Words for .NET 16.11.0 is now available at NuGet.

Please let us know if you have any more queries.