#1   Report Post  
Posted to microsoft.public.word.docmanagement
oceanfrontcabin oceanfrontcabin is offline
external usenet poster
 
Posts: 1
Default saving in grayscale

how do I save a word 2007 document in grayscale?
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default saving in grayscale

oceanfrontcabin wrote:
how do I save a word 2007 document in grayscale?


You don't! Grayscale is a printer driver function and printer data cannot be
stored with the document. You could setup a printer driver configured to
grayscale and direct the document output to that (see
http://www.gmayor.com/fax_from_word.htm for example code), or you could
create a copy of the document with all the elements re-coloured manually or
using a macro along the lines of the following, though you would have to
modify it to provide the level of control required for whatever your
document(s) contained.

Sub Grey()
With ActiveDocument
.Save
.Range.Font.Color = wdColorBlack
.Range.HighlightColorIndex = wdNoHighlight
For i = 1 To .InlineShapes.Count
.InlineShapes(i).PictureFormat.ColorType = msoPictureGrayscale
Next i
For j = 1 To .Shapes.Count
.Shapes(j).PictureFormat.ColorType = msoPictureGrayscale
Next j
.SaveAs .Path & "\Grayscale " & .Name
End With
End Sub


--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Printing in Grayscale daSharp Microsoft Word Help 1 April 23rd 08 01:55 PM
Grayscale a picture nadzir Microsoft Word Help 1 April 1st 07 02:02 AM
grayscale/antialiasing in Word Boofay Microsoft Word Help 3 July 31st 06 02:50 PM
Can print in grayscale but not black? Tammy Microsoft Word Help 0 May 18th 06 04:59 PM
colorizing grayscale TIF in Word, how? Greg Microsoft Word Help 1 April 6th 06 09:17 PM


All times are GMT +1. The time now is 12:45 AM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"