Message "Parameter is not valid" when converting docx to pdf

Hi, i get the message message “Parameter is not valid” when i try to convert to pdf the attached .docx .
thanks in advance for your help.
previews.zip (530.4 KB)

The code is very basic :
class Program
{
static void Main(string[] args)
{
License lic = new License();
lic.SetLicense(“c:\temp\Aspose.Total.lic”);
Document doc = new Document(“c:\temp\mma\previews\error3.docx”);
doc.Save(“c:\temp\mma\previews\error3.pdf”);
}
}

@tparassin

We have tested the scenario and managed to reproduce the same issues at our side. For the sake of correction, we have logged these problems in our issue tracking system as WORDSNET-18917, WORDSNET-18918, and WORDSNET-18919. You will be notified via this forum thread once these issues are resolved.

We apologize for your inconvenience.

Could you switch this ticket to our paid support as it’s urgent for us ?
We have a customer who is waiting for the fix …
Thanks in advance.

@tparassin

Please open a new ticket in paid support forum and mention the issue IDs. You will be guided appropriately in paid support forum.

The issues you have found earlier (filed as WORDSNET-18918,WORDSNET-18917,WORDSNET-18919) have been fixed in this Aspose.Words for .NET 19.9 update and this Aspose.Words for Java 19.9 update.