Re: Pagination/formatting
- From: "Chip Orange" <Chip.Orange@xxxxxxxxxxxxxxx>
- Date: Mon, 30 Jan 2006 14:09:11 -0500
I guess; although, from the description of this feature, I certainly thought
it only effected how the displayed version of the document looked, not how
it printed.
We now have a routine to intercept all Word printing function, in all
documents, via a global add-in template, which does the following (just in
case anyone sees any problem with doing this, thought I'd run it by everyone
here):
Sub FilePrint()
With ActiveDocument.ActiveWindow.View
If .ShowHiddenText Or .ShowAll Then
.ShowHiddenText = False
.ShowAll = False ' in case it allows for hidden text to be shown
' now must repaginate because the show hidden text option can
' cause improper pagination.
ActiveDocument.Repaginate
End If
End With
End Sub
Thanks.
Chip
"Suzanne S. Barnhill" <sbarnhill@xxxxxxxx> wrote in message
news:OGslXa4IGHA.648@xxxxxxxxxxxxxxxxxxxxxxx
> This is quite natural if the document contains TC or XE fields or uses
> hidden paragraph marks to create run-in sideheads, but I've seen cases,
> too,
> where simple display of nonprinting characters (with no Hidden text) would
> cause a change in line breaks because the characters used to represent
> spaces, for example, took up more space than the spaces themselves in a
> justified line.
>
> --
> Suzanne S. Barnhill
> Microsoft MVP (Word)
> Words into Type
> Fairhope, Alabama USA
> Word MVP FAQ site: http://word.mvps.org
> Email cannot be acknowledged; please post all follow-ups to the newsgroup
> so
> all may benefit.
>
> "Chip Orange" <Chip.Orange@xxxxxxxxxxxxxxx> wrote in message
> news:%23DDMUl3IGHA.668@xxxxxxxxxxxxxxxxxxxxxxx
>> In addition to the article Jay mentions, we have had the same issue in
> very
>> large documents, even when using the same printer driver. We have a
>> large
>> corporate LAN, and so can be assured that each of our users is using the
>> same driver.
>>
>> What we found is that in some cases, Word will paginate a large document
>> quite differently if the "show hidden text" option, in tools | options |
>> view is turned on, verses when it is off.
>>
>> There's no obvious reason for this, but just this morning we had an
> example
>> of a document changing between 181 pages and 187 pages, just by turning
> this
>> option on and off. We sat there and watched it, without even changing
> pcs,
>> go back and forth, just by changing this option setting and causing the
>> document to repaginate. :(
>>
>> Other than asking everyone to keep it turned off, I don't see any obvious
>> solution for you if this turns out to be the cause of your problem.
>>
>> We are using Word 2002 BTW; 2003 may have fixed this.
>>
>> hth,
>>
>> Chip
>>
>>
>> "LC in Boston" <LC in Boston@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
>> news:997DFE1D-EB0F-4D21-819E-79F3A1B48DB2@xxxxxxxxxxxxxxxx
>> > co-worker sent a word .doc that looks and prints fine from her PC. On
>> > mine,
>> > however, pagination, formating are way off. Have compared fonts and
>> > page
>> > set up with hers - and they match. Can't figure out why I can't
>> > view/print
>> > the document like everybody else!
>>
>>
>
.
- References:
- Re: Pagination/formatting
- From: Chip Orange
- Re: Pagination/formatting
- From: Suzanne S. Barnhill
- Re: Pagination/formatting
- Prev by Date: Re: "whole page" view.
- Next by Date: Re: Preventing a Table from breaking across pages2
- Previous by thread: Re: Pagination/formatting
- Next by thread: Lost styles?
- Index(es):
Relevant Pages
|