Basics

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

Basics

 

Prerequisite: you must be familiar with vpxPrint general coding.

 

The HTML option is integrated in the xPrint.dll,

so no other DLL or program is needed to use this option.

 

We have made this HTML export as easy to use as possible.

The only mandatory tag is <HTML>.

 

Other HTML tags...

 

Specific HTML tags:

<HTML>                        starts the HTML export.

<HTML-TITLE>                        HTML page title,

<HTML-BGCOLOR>                page background color,

<HTML-BACKGROUND>        image background,

<HTML-BODY>                        other code to insert in the <body> tag

<HTML-DIR>                        output main directory

<HTML-LZW>                        LZW encoding for GIF images

<HTML-INSERT>                tags to insert in a page (link or mailto for example)

 

 

The minimum coding that must be inserted in your HTML output is:

 <HTML-DIR=C:\myWebsite\reports>        sets the output directory

 <HTML>                                starts the HTML pages create process