View Single Post
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
Fernando Fernando is offline
external usenet poster
 
Posts: 4
Default Best way to handle large bitmaps in Word 2003

Hello,

By default, whenever I insert an image (e.g. JPG) in Word 2003, it is scaled
down to fit the dimensions of the page layout. For example, if the image
represents a Gantt chart (Gantt charts are intrinsically wide and shallow)
the contents become so small that are not readable anymore after being shrunk
to fit the width of the page.
In the following link you can see an example where the image was
automatically scaled down to 40% of the original size to make it fit between
the left and right margins:
http://i221.photobucket.com/albums/d...creenshot1.jpg
As can be seen, the text on the inserted image is not readable.

On the other hand, if I manually set the scale to remain at 100%, then the
image gets clipped on the right margin. Unless the people reading the .DOC
are well versed in MS-word, they won't figure out that the image was either
automatically scaled down (first case) or clipped (second case). Neither
situation offers a satistactory reading experience.

Now, this is what I want: I would like to let MS-Word scale down the image
to fit the width of the page (default behavior, first case above) and also
place an hyperlink on it so that when it's Ctrl+clicked a new popup modal
window is opened where a full-scale, readable image is displayed. And here is
where I'm stuck. I can anchor the hyperlink to a new .DOC file with a custom,
wide page layout cointaining only the image at full size. Although this
reasonably does what I want, the problem is that the file containing the
image is a *separate* .DOC file, which certainly is not what I'm after.
Ideally, I'd prefer if this .DOC file were an "embedded resource" within the
original document. This way I can deliver a single file. Is this achievable ?
Is there a better way to handle this situation ? What is the standard pattern
to handle the readability issues of wide images within .DOC files ? How about
programmatically opening a pop-up window via a macro with the full-scale
image? Is this also feasible ?

Guidelines and hints appreciated.

Thanks,
Fernando