Create ExportFormat-Parameters

When you print a report, you can specify the output settings in the Print Options dialog.

Alternatively, you can create ExportFormat parameters directly in Tosca Commander. The system automatically transfers them to your report.

To create an ExportFormat Parameter, follow the steps below:

  1. Right-click on Designer Definition, and select Create ExportFormat-Parameter from the mini toolbar.

    Tosca then creates an ExportFormatParam in the Properties pane.

Create ExportFormat-Parameter

  1. Navigate to the Properties pane and enter the name and value of the desired ExportFormat Parameter according to the table below.

    If you enter an invalid parameter name, the ExportFormat-Paramter icon will have a yellow exclamation mark:

ExportFormat Parameters in Properties pane

Table of ExportFormat Parameters

Parameter

Value

Description

Picture_JpegEncoding

0

Save JPEGS as (external) files.

1

Include pictures MIME encoded into the XML file.

2

Ignore JPEG images.

Picture_JpegQuality

100

Specifies the quality and the corresponding compression ratio of the generated JPEG graphic. The value lies between 0 and 100, with 100 representing the highest quality (least compression). Default: 100.

Picture_BitsPerPixel

1

Monochrome

4

16 colors

8

256 colors

24

24bit True Color

32

32bit True Color

HTML_Charset

1250

Charset will be set to ISO-8859-2
(Latin-2).

1251

Charset will be set to ISO-8859-5 (Cyrillic).

1252

Charset will be set to ISO-8859-1 (Latin-1).

1253

Charset will be set to ISO-8859-7 (Greek).

1254

Charset will be set to ISO-8859-9
(Latin-5, Turk).

1255

Charset will be set to ISO-8859-8 (Hebraic).

1256

Charset will be set to ISO-8859-6 (Arabian).

1257

Charset will be set to ISO-8859-4 (Latin-4).

932

Charset will be set to ISO-2022-JP (Japanese).

936

Charset will be set to GB2312 (Chinese).

HTML_Title

 

<Title>

Specifies the title of the generated HTML document. Default: Title used with LlPrintWithBoxStart().

HTML_FormHeader

<Form>

Defines a certain HTML form tag such as <form method="POST" action=.... If this option has been specified, all object names are analyzed with regard to special tags used for the form extension.

HTML_FormFooter

</form>

This option defines a specific HTML form tag indicating the end of the form.

PDF_Title

LlPrintWithBoxStart()

Specifies the title of the generated PDF document.

PDF_Subject

<subject>

Specifies the subject of the generated PDF document.

PDF_Keywords

<Keyword>

Specifies the keywords of the generated PDF document.

PDF_FontMode

0

No embedding. The TrueType fonts on the target machine will be used if possible, or the font mapper will choose substitutes.

1

All TrueType fonts are embedded.

2

Only symbol fonts are embedded.

3

No embedding. All fonts will be replaced by PostScript standard fonts.

4

Subset integration embedding. Only the characters from the selected code page are embedded.

5

Subset embedding. Only the used characters are embedded.

6

Use CID fonts (recommended if Unicode texts are used).

7

Use outlines for fonts.

PDF_ExcludedFonts

<font; font; ect.>

Allows a list of fonts to be specified, separated by commas. These fonts will never be embedded, regardless of the PDF font mode setting.

PDF_CompressStreamMethod

0

No compression.

1

Flate compression.

2

Run-Length compression

3

FastFlate compression

PDF_JpegQuality

0

Minimum file size

1

25 percent quality

2

50 percent quality

3

75 percent quality

4

100 percent quality

5

No JPEG compression

PDF_PdfAMode

0

Do not create PDF/A

1

Create PDF/A

TXT_SeparatorChar

NONE

No separator

TAB

Tab as separator

BLANK

Blank as separator

,

, as separator

;

; as separator

TXT_FrameChar

NONE

No framing

as framing character

as framing character

TXT_IgnoreGroupLines

0

Group lines are exported

1

Group lines are ignored

TXT_IgnoreHeaderFooterLines

0

Header and footer lines are exported

1

Header and footer lines are ignored

TXT_Charset

ANSI

Ansi character set

ASCII

Ascii character set

UNICODE

Unicode character set

TIFF_CompressionType

None

No compression

CCITTRLE

CCITT Modified Huffmann RLE

CCITT3

CCITT Group 3 Fax encoding

CCITT4

CCITT Group 4 Fax encoding

JPEG

JPEG DCT compression

ZIP

ZIP compression

TIFF_CompressionQuality

75

Specifies the compression quality for the TIFF export.

XLS_FontScaling

Percentage

89

Scaling factor for font sizes. Necessary in order to compensate for the increased text height in Excel .

XLS_PrintingZoom

<Zoom>

Scaling factor for the project printout. Necessary in order to compensate for the inability to place any objects in the non-printable area. Default: 88.

XLS_Title

 

<Title>

Specifies the title of the generated XLS document. Default: title passed to LlPrintWithBoxStart().

XLS_IgnoreGroupLines

0

Group lines are exported.

1

Group lines are ignored

XLS_IgnoreHeaderFooterLines

0

Header and footer lines are exported

1

Header and footer lines are ignored

XLS_IgnoreLineWrapForDataOnlyExport

0

Line wraps are exported to Excel

1

Line wraps are ignored

XLS_ConvertNumeric

0

No automatic conversion

1

Numeric values are formatted according to the setting in the Designer (Project->
Options).

2

Only columns that actually contain a numeric value (e.g. a price), will be converted. If a numeric column is explicitly formatted in List & Label (e.g. Str$(price,0,0)), then it will not be converted.

3

If the Format property in the designer is not used, the content will be transferred to Excel as text.

XLS_AllPagesOneSheet

0

Create a separate worksheet for each page.

1

All pages are added to the same worksheet.

XLS_WorksheetName

<Name>

Configures the name of the worksheet(s). You can use the format identifier It will be replaced by the page number at runtime.