German characters removed

Hi,
i am converting a word doc to pdf. When i do that, german characters are not shown in the pdf. Example document attached before and after.
//Load an existing Word document
using var wordDocument = new WordDocument(inputStream, Syncfusion.DocIO.FormatType.Automatic);

var converter = new Syncfusion.DocIORenderer.DocIORenderer();

//Convert Word document into PDF document
using var pdfDocument = converter.ConvertToPDF(wordDocument);

var outputStream = new MemoryStream();

//Save the PDF file
pdfDocument.Save(outputStream);

return outputStream;

Attachment: Archive_3_9210c36.zip

3 Replies

AE Ajithamarlin Edward Syncfusion Team December 3, 2020 06:05 PM UTC

Hi Nils, 
 
Currently we are checking on this. We will share further details on or before Dec 7th, 2020. 
  
Regards, 
Ajithamarlin E. 



UN Unknown December 3, 2020 06:06 PM UTC

Hi,

i resolved that issue with using a proper font fallback.

thanks!


AE Ajithamarlin Edward Syncfusion Team December 7, 2020 03:57 AM UTC

Hi Nils, 
  
Thanks for the update. We are glad to know that your issue has been resolved. 
  
Please let us know whether you need further assistance on this. 
  
Regards, 
Ajithamarlin E 


Loader.
Up arrow icon