Windows Scripting
  Home arrow Windows Scripting arrow Page 5 - Reading and Printing Word Documents in WSH
ASP Free Forums 
.NET  
ASP  
ASP Code  
ASP.NET  
ASP.NET Code  
BrainDump  
C#  
Code Examples  
Database  
Database Code  
IIS  
Microsoft Access  
MS SQL Server  
Visual Basic.NET  
Windows Scripting  
Windows Security  
XML  
ASP Web Hosting  
ASP.NET Web Hosting 
Mobile Linux 
App Generation ROI 
Windows Web Hosting
 
IBM® developerWorks 
Sun Developer Network 
Weekly Newsletter
 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
WINDOWS SCRIPTING

Reading and Printing Word Documents in WSH
By: Nilpo
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 5 stars5 stars5 stars5 stars5 stars / 3
    2008-10-13

    Table of Contents:
  • Reading and Printing Word Documents in WSH
  • Printing Word Documents
  • Advanced Printing Options
  • Page Setup options
  • Printing Page Ranges and more

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
    ADVERTISEMENT


    Reading and Printing Word Documents in WSH - Printing Page Ranges and more


    (Page 5 of 5 )

    Finally, you’re probably wondering about printing specific pages or page ranges.  These types of settings must be supplied as parameters to the PrintOut method.  There are many different optional parameters available.  I’m not going to cover all of them here, but I’ll show you a couple of common examples.

       'Example 1

    Const wdPrintFromTo = 3

    objWord.ActiveDocument.PrintOut(,, wdPrintFromTo,, 4, 6,,,"2")

     

       'Example 2

    objWord.ActiveDocument.PrintOut(,,,,,,,,"2,4-6")

    Both of these examples perform the same task by setting different property values.  The idea here is to print four total pages: page 2, and pages 4 through 6.  The first example uses a print range.  In the third parameter I’ve specified that I’m using a From-To range.  Then, in the fifth and sixth parameters I’ve specified the starting and ending pages, respectively.  Finally, I use the ninth parameter to specify a single addition page to print—page 2.

    The value of the ninth parameter (or the “Pages” parameter) of the PrintOut method must always be enclosed in quotes. This is to avoid conflicts whenever you supply multiple ranges separated by commas.

    In the second example, I’ve done this again, but I’m only specifying the ninth parameter.  It accepts any comma-separated combination of individual page numbers and ranges.

    objWord.ActiveDocument.PrintOut(,,,,,,, 10,,,, True)

    In my final example, I’m telling Word to print ten copies of my current document and to collate them on the printer.  I’m using the eighth parameter to specify the number of copies to print, and a Boolean value in the twelfth parameter turns collation on or off.

    The syntax of the PrintOut method is a bit complicated. For more information, see the MSDN documentation here. You can mix and match a combination of any of the methods I’ve shown you here to achieve the desired result.

    You’ve now seen how you can read and print the contents of your Word documents using Word’s OLE automation object. Take the time to explore the possibilities. The Word object is very detailed and offers much more power than I could capture in a few articles. Don’t be afraid to leaf through the MSDN’s online documentation. Until next time, keep coding!


    DISCLAIMER: The content provided in this article is not warranted or guaranteed by Developer Shed, Inc. The content provided is intended for entertainment and/or educational purposes in order to introduce to the reader key ideas, concepts, and/or product reviews. As such it is incumbent upon the reader to employ real-world tactics for security and implementation of best practices. We are not liable for any negative consequences that may result from implementing any information covered in our articles or tutorials. If this is a hardware review, it is not recommended to open and/or modify your hardware.

       · In the second installment of this series, I show readers some of the more advanced...
     

    WINDOWS SCRIPTING ARTICLES

    - Working With Arrays in VBScript
    - Compressed Folders in WSH
    - Using .NET Interops in VBScript
    - Nilpo`s Scripting Secrets, Vol I
    - Database operations using Silverlight 2.0 WC...
    - Modifying XML Files in WSH
    - Reading XML Files in WSH
    - Visual Basic 2005 XML Programming Using XML ...
    - Creating an XML Document in WSH
    - Introducing Two-Way Data Binding using Silve...
    - Silverlight 2.0 Application Development with...
    - Burning Multisession CDs with IMAPI2 in WSH
    - Creating a Silverlight 2.0 Application that ...
    - Burning CDs with the IMAPI2 Control
    - Burning CDs in Windows XP with WSH

     
    Best Practices for Windows Vista Migration Presentation
    Dell and Microsoft recently held a series of face-to-face seminars entitled, &qu....

     
    Creating a Culture for Code Reuse
    If you oversee development teams you know that like it or not proprietary and ex....

     
    Keys to Web Application Acceleration: Advances in Delivery Systems
    Accelerate Web apps by up to 5x. Ensure significantly faster access to the Web a....

     
    Optimizing Application Monitoring
    Tired of finding out from your customers that you're offline? This white paper e....

     
    Solaris to Solaris Migration -- Migrating applications from Sun SPARC to Dell PowerEdge R900
    This comprehensive Migration Guide reviews the approach that Principled Technolo....

     




    © 2003-2009 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway
    Stay green...Green IT