Product
Navigation Clients Adobe Systems Inc. Chooses 'Convert Doc'. A custom site license has been signed by Adobe allowing them to install 'Convert Doc' on their servers. They will be using it specifically to do Doc to HTML conversions. "We look forward to using your product and potentially working together in the future", Bob Free, Adobe Great customer service, prompt attention to our requirements and lightening speed development has been my experience with the staff at Softinterface Inc. Within a few hours of installing ... Bruce King, IBM Canada, Toronto, Ontario
|
For COM+ (i.e. with IIS) users click here. One very important note is that ConvertDoc.EXE is both an executable application AND an ActiveX component. That is, the file, ConvertDoc.EXE, can be ran as a stand alone application, and, can be referenced as a component within your development environment. In development environments such as VBA you may use something similar to the lines of code below to create an instance of the 'Convert Doc' application object: Dim oConvertXLS as Object Set oConvertXLS = CreateObject("ConvertXLS.clsConvertXLS") For Visual Basic users, simply make a reference to the ConvertDoc.EXE application in the Tools\References menu item. Once done you now have access to the ConvertDoc component. Here is some sample code illustrating its usage: To download click the following links:
Public WithEvents cx As ConvertXLS.clsConvertXLS
Private Sub Command1_Click()
As you can see from the code above, the ActiveX wrapper simply wraps the command line feature. So, to learn what you can do with the ActiveX, please refer to the 'Using the Command Line' section of the 'Convert XLS' users manual. Also, you will have to change the path information in the DoCommandLine() method for your particular set of files you are comparing.
METHODS DoCommandLine() This function emulates
doing the command line, but through the COM interface. PROPERITESNone
EVENTS OnError(lErrorNumber
As Long, sErrorString As String) When an error occurs this event is triggered supplying both the error code and description. This can be very helpful while troubleshooting and developing. |
|
Copyright © 1999-2013 by SoftInterface, Inc. All rights reserved. |