Other outputs
Home Up Other outputs Call external program FaveNet

 

Reports

i2Brain generates reports in various formats.

It can also print what is shown in your view: call "File | Print preview..." while the relevant view is active.

Generating a JPG file

i2Brain also produces .JPG files -  the visible part of the view is written to your hard-disk. If you project contains one or more aspects which are defined so that they call external programs, an HTML-"map"-file is also written.

The graphics on the home-page of these help-texts and at the start of the user's manual were created this way.

Use

Scroll, zoom and resize the view so that exactly what you want in the JPG is visible in the view, then call "View | Create JPG-file...". Give the file's name the ending ".jpg".

Generating an HTML map

This is an special function for users wishing to place an i2Brain "screenshot" on their website so that item are hyperlinks

The HTML map is written to a file with the same name as the JPG fiel, except that it has the extra extension ".map", so "q1.jpg" has the partner file "q1.jpg.map". It contains something of this form:

<img src="C:\Dokumente und Einstellungen\JohnDev\Eigene Dateien\dev\Java\ProductName\q1.jpg" usemap="#pagemap" alt="altTitle">
<map name="pagemap">
<area alt="Name des 1. Elements" href="file://c:\blub.txt" coords="502, -33, 721, 152" shape="rect">
<area alt="Name of the 2nd item" href="file:C:\Dokumente und Einstellungen\JohnDev\Eigene Dateien\dev\Java\ProductName\qqq.jpg" coords="292, 333, 348, 363" shape="rect">
</map>

You might have to edit this file manually before including it in your own HTML file. However, the coordinates are exact. 

Previous page in the tutorial                        Next page in the tutorial