Could any one know how to find out image DPI/PPI in word. Is any possibilities to identify using macro.
I am preparing document for printing so I need to identify low resolution image using their PPI/DPI.
Thanks,
Krishna
Printers and ScannersImages and PhotosVBAMicrosoft Word
Last Comment
hdhondt
8/22/2022 - Mon
hdhondt
Word changes the dpi of the image when it is inserted. The resulting resolution depends on the selected default resolution. Go to File > Options > Advanced. You can select resolutions up to 330 ppi, or select "High fidelity" which avoids compression. This is the default in Office 2016.
However, if the image has less pixels than required for good printing, Word cannot increase the image quality, so he result will still be poor.
As a result, what you require cannot be done. When you insert the image, Word changes the resolution, depending on the setting. And, once the images are inserted, Word no longer knows the resolution of the original.
Krishna M
ASKER
I not asking about word option. I am preparing word document for printing. So I am checking print preflight to converting word document into PDF and checking image resolutions and DPI/PPI. If it is low resolution image then again i am opening word document and replacing image and convert to pdf and again checking. Its getting more time to and time.
So, I want a tool to check those thing in word surface itself. So any way to find out. Can we use adobe DLL to reference in macro and do or with help of dot net using adobe dll reference.
However, if the image has less pixels than required for good printing, Word cannot increase the image quality, so he result will still be poor.
As a result, what you require cannot be done. When you insert the image, Word changes the resolution, depending on the setting. And, once the images are inserted, Word no longer knows the resolution of the original.