Preserve Spanish Language List labels in Word DOCX Document after Converting Saving As to PDF using VB .NET - Vignettes Language

I have a docx document with vignettes and when i convert it into pdf it changes the vignettes language. I use the following code.

Dim doc As Byte() = System.IO.File.ReadAllBytes("C:\Documento.docx")
Dim msIn As New MemoryStream(doc)
Dim DocAspose As Aspose.Words.Document = New Aspose.Words.Document(msIn)
DocAspose.Save("C:\Documento.pdf", Aspose.Words.SaveFormat.Pdf)Dim doc As Byte() = System.IO.File.ReadAllBytes("C:\Documento.docx")
Dim msIn As New MemoryStream(doc)
Dim DocAspose As Aspose.Words.Document = New Aspose.Words.Document(msIn)
DocAspose.Save("C:\Documento.pdf", Aspose.Words.SaveFormat.Pdf)

How can i do to preserve the original vignettes language?.

Hi Ramon,

Thanks for your inquiry.

While using the latest version of Aspose.Words i.e. 11.10.0, I managed to reproduce this issue on my side. I have logged this issue in our bug tracking system. The issue ID is WORDSNET-7506. Your request has been linked to this issue and you will be notified as soon as it is resolved.

Sorry for the inconvenience.

Best regards,

The issues you have found earlier (filed as WORDSNET-7506) have been fixed in this .NET update and this Java update.


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