How to resize images for best view in Word and PDF document?

1

I have prepared some vectoral and python/matplotlib high resolution images. As you can see from pictures, whenever I'm zooming there's no problem in quality but if I upload the image to a Word document some blurring is happening. If I convert the Word document to PDF, the blurring is increasing. How do I adjust the images for best view and is it possible doing it in Photoshop? Or do I need to draw/plot the images in appropriate pixels?

High Quality:

High Quality 1

Low Quality (From PDF):

Low Quality 1 (From PDF)

esilik

Posted 2017-03-29T08:01:23.877

Reputation: 111

Answers

1

Select and copy the vector graphics

In Word use the Paste Special option and select Enhanced Metafile (EMF)

The EMF is the 32-bit version of the Windows Metafile (WMF) and it's Microsoft specific vector graphic file format

The vector graphics pasted as EMF will be resizable without any loss of quality and the PDF generated by Word will be as sharp as in Word at any zoom level

https://en.wikipedia.org/wiki/Windows_Metafile

spike_66

Posted 2017-03-29T08:01:23.877

Reputation: 329