How to compress a picture with VBA-code ? 
Author Message
 How to compress a picture with VBA-code ?

Hi

I want to compress a picture to ?Print? (200dpi) in Word 2002, with
vba-code - who do I do that ?

--

Thanks
Michael



Mon, 26 Dec 2005 14:43:55 GMT  
 How to compress a picture with VBA-code ?

Simple answer: you can't. You would need to resample the bitmap and
the code for that is enormous and cpu intensive.

Possible solution: There may be a publicly accessible function to
resample bitmaps in one of the various installed applications' DLLs.
Adoobe products come to mind as PDFMaker / Distiller settings allow
you to do this.


Quote:
>Hi

>I want to compress a picture to ?Print? (200dpi) in Word 2002, with
>vba-code - who do I do that ?

Steve Hudson

Word Heretic, Sydney, Australia
Tricky stuff with Word or words for you.

Products:   http://www.geocities.com/word_heretic/products.html
Spellbooks: 728 pages of dump left and dropping...

The VBA Beginner's Spellbook: For all VBA users.



Thu, 29 Dec 2005 10:43:19 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Compressing in Compress.exe format through code

2. Sample Code Needed to Compress a MS Access file from code in a VB 6 program

3. Text overlaying picture inserted by VBA code

4. VBA code inserting pictures in Word 2000

5. Q: How to save pictures as compressed bitmaps?

6. Repeat - ASP/VBScript component to compress jpeg picture files

7. How to use compressed picture format ?

8. Compressing to Zip files within VBA

9. Compress the Personal Folder using VBA

10. Compressing a VBA project

11. HELP: A DLL that can compress like COMPRESS.EXE

12. HELP: A DLL that can compress like COMPRESS.EXE

 

 
Powered by phpBB® Forum Software