Sarah
#1
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
Sarah
#3
Hi Mario,
thank you for your quick reply! Setting the MetafileScaleFactor fixed it for both, image and PDF 
Kind regards,
Sarah