CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Word

  1. #1
    Join Date
    Oct 2010
    Posts
    11

    Word

    Hello,

    I'd like to make a small software that shows a list of all the .doc/.docx documents in the current and sub folders (or another one given by the user in a browse option), and then depending on which ones the user checks, print the documents that are checked (with default options or optionally the ones provided by the user), without opening them in Word.

    Do you have any idea how to do that ?
    Like, for instance, how to print one single .doc file without opening it?

    Thanks.

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Word

    Search Bing or Google for "com interopt printing a docx file in C#"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured