Excel table included in word file is blurred

Hi GemBox Team,

I have a word file (.docx) which contains an excel table. When this page is saved as Pdf or image, the table is blurred:

Can you reproduce this behaviour? Or can this be caused by a local / application setting?

Kind regards,
Sarah

Hi Sarah,

Try using this:

document.Save("output.pdf", new PdfSaveOptions() { MetafileScaleFactor = 5 });

Also, please read the remarks of PdfSaveOptions.MetafileScaleFactor property.

Regards,
Mario

1 Like

Hi Mario,

thank you for your quick reply! Setting the MetafileScaleFactor fixed it for both, image and PDF :slight_smile:

Kind regards,
Sarah