Missing Values when converting docx to pdf

Hi,

attached is a docx-file, that we convert to pdf using this:

Document doc;

doc = new Document(@"C:\_Temp\PDF TEST.DOCX");

doc.Save(@"C:\_Temp\PDF TEST_.DOCX.pdf", Aspose.Words.SaveFormat.Pdf);

In the resulting pdf, the values "500" are missing.

The problem seems to be within the table. There is a decimal-Tab-stop on the second column. Then the decimal-Tab-stop is moved outside the area, so that the text is right-aligned.

We use Aspose.words v 14.6.0.0

Could you please check.


kind regards,

Oliver



Hi Oliver,

Thanks for your inquiry.

I have tested the scenario and have managed to reproduce the same issue at my side. For the sake of correction, I have logged this problem in our issue tracking system as WORDSNET-10579. I have linked this forum thread to the same issue and you will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.

A post was split to a new topic: Text is lost after conversion from Docx to Pdf