BCL easyPDF SDK
easyPDF SDK Usermanual
PDF Creator Programming API  |  Download Free Trial  |  Contact Us to Purchase

Microsoft Office Setup

This example shows how to make Microsoft Word ready for server use. The other office products can also be configured just the same way.

All you need to do here is to make sure that there is no pop-up dialogs from Office products during PDF conversion.

Microsoft Word Setup

Note: If you have previously modified Microsoft Word setting through Distributed COM Configuration Properties, you need to set it back to the orignal setting (especially in the Identity tab, it must be set to The launching user) . If you are not sure, we recommend re-installing Microsoft Word.

  1. Log in to the computer as easyPDF7User (or the account you created in easyPDF SDK Loader Setup section).
  2. Start Microsoft Word. This forces the application to register itself.
  3. Close all the pop-ups that appear during Word initialization.



  4. Hide the Office Assistant.



  5. For Microsoft Word 2003, configure the Customer Feedback Options (and also the other service options as necessary).





  6. Exit Microsoft Word.

 

Performance consideration

If you have any 3rd party Word macro or add-ins, we recommend that you remove them because they often add an extra overhead to Microsoft Word and slows down the whole PDF conversion process. 

 

Known Issues

Beginning with Windows Vista, Microsoft Office 2007 can no longer be run directly from a server or a service. It will only work when launched as an interactive user.

That means customers printing Microsoft Office 2007 documents under Windows Vista, Windows 2008 Server or Windows 7 from a System Service, a Web Service, or a Web Server (including ASP and ASP.NET) are required to have an interactive user (such as easyPDF7User) to be physically logged on to the system at all times, or else the PDF conversion is going to fail.

Please refer to the InteractiveUserSession property for more information.