Help for this page

Select Code to Download


  1. or download this
    $word_app->ActiveWindow->ActivePane->View->{Type} = wdPrintView;
    $word_app->ActiveWindow->ActivePane->View->{SeekView} = wdSeekCurrentP
    +ageHeader;
    $word_app->Selection->WholeStory;
    $word_app->Selection->Field->Update;
    
  2. or download this
    My $sections = $doc->Sections->Count();
    $word_app->ActiveWindow->ActivePane->View->{Type} = wdPrintView;
    ...
    
    }