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

    Printing .DOCX documents W/O Word on Computer

    How would you print .DOCX documents programmatically on a computer that dosent have Word installed.
    Open Office is on this computer, but it will not properly convert the .docx document.

    So I need to be able to print out the docx document in landscape without word or convert to .DOC which Open Office will convert properly.

    Thanks

  2. #2
    Join Date
    Apr 2014
    Posts
    23

    Re: Printing .DOCX documents W/O Word on Computer

    I believe you need to use 3rd party library to print Word file in .NET, check out this methods which does not require MS Word to be installed on your machine.

    Print a Word Programmatically in 5 steps

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