Demo Information and Execution Instructions: Gnostice Edocengine Demo Notes
Demo Information and Execution Instructions: Gnostice Edocengine Demo Notes
This document provides instructions on how to run the demos and a description of how they
were created. The demos are organized in the same order and have the same serial number as
the folders included in the <eDocEngine Install Dir>\Demos\ directory.
www.gnostice.com
Gnostice
eDocEngine Demo Notes
2. Exporting
These applications demonstrate how the existing VCL (third-party and standard) components,
such as reporting tools, user-interface components, RTF and HTML controls, can be easily
interfaced with eDocEngine to produce documents in the 20 formats with hardly any code.
eDocEngine can export from virtually any VCL component that can draw itself to a Canvas.
2.7. GmPrintSuite
For exporting from GmPrintSuite, use the TgtGmSuiteInterface component. Call the
RenderDocument method of the component passing your TGmPreview component, to
invoke the export.
www.gnostice.com
Gnostice
eDocEngine Demo Notes
2.8. THtmlViewer
For exporting from THtmlViewer, use the TgtHtmlViewInterface component. Call the
RenderDocument method of the component passing your THTMLViewer component or a
string containing path to HTML file, to invoke the export.
2.9. TRichView
For exporting from TRichView, use the TgtRichViewInterface component. Call the
RenderDocument method of the component passing your TRVPrint or TRVReportHelper
component, to invoke the export.
It is easy to implement new interface components for other VCL components. See the source
code for the existing interface components. Please email support@gnostice.com for assistance in
implementing support for exporting from other components. To see how converting HTML and
RTF works, try the Gnostice ONEView application from www.gnostice.com.
www.gnostice.com
Gnostice
eDocEngine Demo Notes
www.gnostice.com
Gnostice
eDocEngine Demo Notes
To run the following demos you need to first setup Demos\4. WebServer folder as a web folder
with Execute permissions. Following are some tips on setting up the web server software and web
folder:
o Make sure you have IIS or PWS installed on your system. If it is not, you can install it
through Control Panel->Add/Remove Programs. You may need your Windows CD
o Run Windows Explorer and browse to Demos\4. WebServer under the folder you
unpacked the Demos.zip file to
o Right-click Demos\4. WebServer, select Properties and open the Web Sharing page
o Select the Share this folder option, enter ‘edocweb’ for the Alias name in the dialog
that opens
o Enable Execute permissions and click OK and OK again to close the Properties
dialog
www.gnostice.com
Gnostice
eDocEngine Demo Notes
www.gnostice.com
Gnostice
eDocEngine Demo Notes
Using Gnostice PDFtoolkit, the PDF document management, manipulation and organization VCL,
you can extract field values from PDF forms stored on disk, programmatically. Using this feature
you can even process PDF forms received as email attachments, completely automating the
processing of electronic forms. PDFtoolkit can perform many more handy tasks on PDF
documents. For a full demo of PDFtoolkit, please have a look at the PDFWiz demo. PDFtoolkit
and PDFWiz can be found at www.gnostice.com.
www.gnostice.com