Forum Discussion
Nickchang
Sep 13, 2023Copper Contributor
Seeking Solutions: Image Blurriness When Converting Word to PDF
I'm currently facing an issue where images become blurry when saving a Word document as a PDF. However, when I tried on other computers, this problem did not occur. Here are the steps I've tried to ...
Sep 15, 2023
Nickchang Is it only when the pdfs are viewed on your computer that there is the issue?
Nickchang
Oct 03, 2023Copper Contributor
Dear Doug_Robbins,
I've identified a solution by comparing the normal images with the anomalous ones. I found an additional attribute in the anomalous images:
xml
Copy code
<a:clrChange>
<a:clrFrom>
<a:srgbClr val="FFFFFF" />
</a:clrFrom>
<a:clrTo>
<a:srgbClr val="FFFFFF">
<a:alpha val="0" />
</a:srgbClr>
</a:clrTo>
</a:clrChange>
After removing this attribute, the file conversion returned to normal.
Thank you for your assistance.
I'm providing this information for your reference.
Best regards,
NickChang
I've identified a solution by comparing the normal images with the anomalous ones. I found an additional attribute in the anomalous images:
xml
Copy code
<a:clrChange>
<a:clrFrom>
<a:srgbClr val="FFFFFF" />
</a:clrFrom>
<a:clrTo>
<a:srgbClr val="FFFFFF">
<a:alpha val="0" />
</a:srgbClr>
</a:clrTo>
</a:clrChange>
After removing this attribute, the file conversion returned to normal.
Thank you for your assistance.
I'm providing this information for your reference.
Best regards,
NickChang