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?
- NickchangSep 18, 2023Copper Contributor
Yes.
But what's strange is that within the same file, there are normal images. All I need to do is copy the format from the normal images to the abnormal ones, and the original problematic images no longer have this issue. Additionally, I don't need to do this on other computers; the results come out normal there.Additionally, I don't need to do this on other computers; the results come out normal there.
- NickchangOct 03, 2023Copper ContributorDear 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