put header or footer in word viewer component

How to put data into the header or into footer in a word or excel document?

Can we build the windows component in 64 bit

How about other browsers to host office component?

The edraw office viewer component supports the IE6/7/8/9 now.

If FireFox installed the activex control support addon, it’s ok.

Firefox.

Instructions
1
Determine what version of Firefox you are using by clicking on “Help” from the Firefox menu bar. Click “About Firefox” to see the version number listed underneath the Firefox logo.
2
Visit the Firefox Mozilla website to locate the Esker Active X Plug-In (see Resources).
3
Read to see which version of the plug-in is compatible with the version of Firefox you are running. If there is more than one version of Active X for your Firefox version, always download the latest Active X version since it will reflect updates.
4
Ensure that the box is checked to install the “Experimental Add-On.” Click “Add to Firefox.”
5
Accept the license agreement by clicking on the “Accept and Install” button. Once the automatic installation completes, Active X will be activated automatically for Firefox. If for some reason it does not auto-activate, click on “Tools” and “Add-Ons” from the Firefox menu. Click the “Plug-Ins” tab and click “Enable.”
If you have any question, please feel free to contact us.
You can go to the Esker website:

http://www.esker.com/fm/others/DL_ActiveX/

Then click the “I ACCEPT, Proceed to file downloads ” link at the botton of the page.

 

hi,

I have read documentation of Edraw OCX, and I have a question related to print function. Following is help material taken from documentation:

 

Function: HRESULT PrintOut([in, optional] VARIANT PromptUser, [in, optional] VARIANT PrinterName, [in, optional] VARIANT Copies, [in, optional] VARIANT FromPage, [in, optional] VARIANT ToPage, [in, optional] VARIANT OutputFile);Description: Prints current document to specific printer with settings.Parameters:

PromptUser: Indicates whether the user is prompted for the value of the parameter. PrinterName: Indicates the name of printer. Gets an empty string if the default printer is used. 

PrinterName: Indicates the name of printer. Gets an empty string if the default printer is used. Copies: Sets the number of copies of the document to print.

FromPage: Sets the page number of the first page to print.

ToPage: Sets the number of the last page to print.

OutputFile: Sets the name of an optional file to which trace replay output is streamed.

Return Value:

Nonzero if successful; otherwise 0.

Kindly inform me about PromptUser parameter. What is use of this parameter? I have seen VC++ sample Demo. This is an optional parameter. This variable/parameter is not set to any value in this sample. Any related information?

Thanks,

Faizan

Why do I fail to download the ActiveX control on the client

The failure of loading Office Viewer ActiveX control has the following possible causes:
1. The security settings of IE on the client machine are incorrect.
Please verify the following security settings of IE to “Prompt” or “Enabled”:
a) Download signed ActiveX controls
b) Run ActiveX Controls and plug-ins
c) Script ActiveX controls marked safe for scripting
The dialog box of the security setting can be launched from menu
Tools>Internet Options. Then select the security tab.

What’s New in Edraw office Viewer Component V6

  1. Fixed the bug which Word cannot create the work file: check environment temp variables when Vista UAC enabled.
  2. Fixed the bug which MS Word will shut down IE in protection mode. It’s better for web application to add work site in IE trust site list.
  3. SiteLock enables ActiveX control developers to restrict the use of an ActiveX control to a predetermined list of domain names or security zones.
  4. Developing Safer ActiveX Controls to allow special file type to upload or download.
  5. Fixed the bug which failed to create MS Word document consecutively.
  6. Added the Error code return for the http download/upload status.
  7. Fixed the bug which the component closes the Excel document (but leaves Excel running) if I have Excel open in another window.
  8. Fixed the bug which The Excel process in background is still running and not terminated actually.
  9. Now the component can work in IE 6, IE 7 and IE 8 Protection Mode Off.
  10. Fixed the toolbar region refresh bug when resize PowerPoint object when toolbar is hide.
  11. Fixed the error message “Attempt to access invalid address”.
  12. Read-Only. Protect the end user to modify the MS Word document by Calling the OfficeProtectDocument method in the OnDocumentOpened event.
  13. The OfficeProtectDocument method can also protect multiple Excel sheets. It will protect the Excel Charts too. Supports xlNoSelection, xlNoRestrictions and xlUnlockedCells.
  14. Added some methods to support http upload/download.
  15. Provided some methods to disable the hot keys. Prevent the end users to print document, copy and paste.
  16. To avoid the unknown file type in the Windows temporary folder, the component enhanced the WebUrl parse. In the HttpOpenFileFromStream, HttpOpenFileFromServerDir and Open methods, the WebUrl parameter must include the file extend name so that the component know the file type. For example: http://www.ocxt.com/Getfile.aspx?ID=1002&FileName=guid.docx, or http://www.ocxt.com/samples/sample.xls.
  17. Added the OnBeforeDownload, OnDownloadComplete and OnUploadComplete events.
  18. You can set the protect type by setting the first character of “Password” parameter. AllowOnlyRevisions = 0: User can only add revision marks to the document. AllowOnlyComments = 1: User can only modify comments in the document. AllowOnlyFormFields = 2: User can only enter data in the form fields in the document. ReadOnly = 3: No changes are allowed to the document. Available since Microsoft Word 2003.
  19. Cancelled the count limitation to open the office document at the same time.
  20. The component is safe for initialization and safe for scripting.
  21. The activex control was signed with the digital certification.
  22. Fixed the bug which  delete the user file.
  23. Fixed the bug which MS Word crashes when closing Print Preview mode.
  24. Use the NotifyCtrlReady event to avoid IE crash when loading an office document automatically.

disable some toolbar buttons when a document is opened inside the app

I am using Edraw Word Viewer in my Windows Form application developed using C#.

I need to disable some toolbar buttons when a document is opened inside the app. When user launches MS Word application outside, then the buttons are disabled there too. How can I isolate the toolbar/menubar changes just within the activedocument inside the ActiveX control? I do not want standalone MS Word functions to be affected by the changes within Edraw Word Viewer.

Unable to register the Dll/OCX: Regsvr32 failed with the exit code

Getting this message at a couple of sites:

All have been 64bit Windows 2008 Servers on a Domain but we have also had successful installs on 64bit Windows 2008 Servers on a Domain.

Happens when using the Edraw Install or manually registering with regsvr32.

Kill dozens of Excel.exe processes stacking up in Task Manager

The Edraw Office Viewer Component V5.6 fixed the bug which the component closes the Excel document (but leaves Excel running) if I have Excel open in another window. Fixed the bug which The Excel process in background is still running and not terminated actually.

Add some text at the end of Word document

How to add some text at the end of document that is opened in Edraw office viewer, Kindly send me java script code so that i can enter signatures in my document. Please reply as soon as possible and send my java script Example.