Please enable JavaScript to view this site.

Document Conversion Service 3.0

Navigation: Conversion Settings

OutsideIn AX Options

Scroll Prev Top Next More

These options control the behavior of the OutsideIn AX converter used by Document Conversion Service. Table values in bold text are the default value for that setting.

 

Sample Profile

 

<?xml version="1.0" encoding="utf-8"?>

<Profile Type="0"

         DisplayName="TIFF 300dpi OutsideIn AX"

         Description ="OutsideIn AX with borders and margins">

  <Settings>

    <add Name ="Oracle.OutsideInAX.BMPPrintBorder" Value="0"/>

    <add Name ="Oracle.OutsideInAX.IntlFlags" Value="1"/>

    <add Name ="Oracle.OutsideInAX.PrintMarginTop" Value="0.50"/>

    <add Name ="Oracle.OutsideInAX.PrintMarginBottom" Value="0.50"/>

  

    <!-- Output file options -->

    <add Name="Devmode settings;Resolution" Value="300"/>

    <add Name="Save;Output File Format" Value="TIFF Multipaged"/>

    ...

    

  </Settings>

</Profile>

 

Conversion Settings - OutsideIn AX Printing

Name:

Oracle.OutsideInAX.BMPPrintBorder

 

Print a one pixel wide border around the image.

 

Values:

0 - do not print the border

1 - print the border

 

Name:

Oracle.OutsideInAX.VECPrintBorder

 

Print a one pixel wide border around the image.

 

Values:

0 - do not print the border

1 - print the border

 

Name:

Oracle.OutsideInAX.IntlFlags

 

Specifies what unit of measurement is used for the print margins below. Units are either inches or metric units.

 

Values:

0 - Metric

1 - Imperial (Inches)

Name:

Oracle.OutsideInAX.PrintMarginTop

 

The top print margin height.

 

Values:

A string value representing the printer margin as a floating point number, such as 0.50 for half an inch.

 

Name:

Oracle.OutsideInAX.PrintMarginBottom

 

The bottom print margin height.

 

Values:

A string value representing the printer margin as a floating point number, such as 0.50 for half an inch.

 

Name:

Oracle.OutsideInAX.PrintMarginLeft

 

The left print margin width.

 

Values:

A string value representing the printer margin as a floating point number, such as 0.50 for half an inch.

 

Name:

Oracle.OutsideInAX.PrintMarginRight

 

The right print margin width.

 

Values:

A string value representing the printer margin as a floating point number, such as 0.50 for half an inch.