Image compression in word
That's what I suspected when I couldn't find anything about the topic online.Thanks for confirming my hunch.URW
View ArticleImage compression in word
I showed in my post that I am working in Visual Studio 2015, C#, using Office.interop.Word 8.5. So while you answer is probablybe correct, it won't help me one bit. I am doing this in code, not in the...
View ArticleImage compression in word
Hello,Office object model doesn't provide any method to achieve your requirement, so you may try to use other libraries to compress the image before inserting.Please visit How to: Set JPEG Compression...
View ArticleImage compression in word
Unless MS has changed the CommandBar ControlID for the image compression dialogue or deleted the old one left over from Word 2003 & earlier (ID=6382), the dialogue for the image compression cannot...
View ArticleImage compression in word
Hi uwillmore, I suppose you can do it by using Options > Advanced > Default resolution. I've tested (a) 96 DPI and (b) 330 DPI. and got drastic difference. I've inserted the same image files...
View ArticleImage compression in word
I need to change the compression of the images I am inserting in a Word Document. I have too many picture to allow the default compression to stand. So I need to test the size of my image and if it is...
View Article