These options control the fax mode and creation of the output file. 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="Create Fax TIFF Serialized"

         Description ="Create profile F fax 204 x 196">

  <Settings>

 

    <!-- Output file options -->

    <add Name="Devmode settings;Color" Value="1"/>

    <add Name="Image Options;Fax" Value="1"/>

    <add Name="Image Options;Fax Profile" Value="0"/>

    <add Name="Image Options;Fax Resolution" Value="3"/>

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

    ...

    

  </Settings>

</Profile>

 

 

Code Sample - C#

 
PNDocConvQueueServiceLib.PNDocConvQueueItem item = null;
 
// Create the conversion item
item = new PNDocConvQueueServiceLib.PNDocConvQueueItem();
 
// Set conversion settings
item.Set("Devmode settings;Color""1");

item.Set("Image Options;Fax""1");

item.Set("Image Options;Fax Profile""0");

item.Set("Image Options;Fax Resolution""3");

item.Set("Save;Output File Format""TIFF Serialized");

 
...
// convert the file
item.Convert("Microsoft Word",
             @"C:\Test\Report.docx",
             @"C:\Test\Out\ConvertedReport");

 

Code Sample - VB.NET

 

Dim item As PNDocConvQueueServiceLib.IPNDocConvQueueItem

 

 ' Create the conversion item

item = New PNDocConvQueueServiceLib.PNDocConvQueueItem()

 

' Set conversion settings

item.Set("Devmode settings;Color""1")

item.Set("Image Options;Fax""1")

item.Set("Image Options;Fax Profile""0")

item.Set("Image Options;Fax Resolution""3")

item.Set("Save;Output File Format""TIFF Serialized")

...

' convert the file

item.Convert("Microsoft Word", _

             "C:\Test\Report.docx", _

             "C:\Test\Out\ConvertedReport")

 

 

Conversion Settings - Image Options

Name:

Image Options;Fax

 

Values:

0 - Do not create fax format file.

1 - Create an image where its width is limited to fax resolution as determined by Fax Profile and Fax Resolution settings

 

Name:

Image Options;Fax Profile

 

Values:

0 - Profile F, standard monochrome

1 - Profile S, simplified monochrome

2 - Profile C, color fax

 

Name:

Image Options;Fax Resolution

 

Values:

0 - 200 x 100 resolution (Profile S, F)

1 - 200 x 200 resolution (Profile S, F, C)

2 - 204 x 98 resolution (Profile S, F)

3 - 204 x 196 resolution (Profile S, F)

4 - 300 x 300 resolution (Profile F, C)

5 - 400 x 400 resolution (Profile F, C)

6 - 408 x 391 resolution (Profile F)

7 - 204 x 391 resolution (Profile F)

8 - 300 x 600 resolution (Profile F)

9 - 400 x 800 resolution (Profile F)

10 - 600 x 600 resolution (Profile F, C)

11 - 600 x 1200 resolution (Profile F)

12 - 1200 x 1200 resolution (Profile F, C)

13 - 100 x 100 resolution (Profile F, C)

 

Name:

Image Options;Fax Use Printer Resolution

 

Values:

0 - Do not use printer resolution

1 - Use printer resolution

 

Name:

Image Options;Fax Paper Width

 

Values:

0 - Letter

1 - Legal

2 - A4 (ISO)

3 - B4 (ISO)

4 - A3 (ISO)

5 - Auto

Name:

Image Options;Fax Paper Height

 

Values:

0 - Variable height

1 - Fixed height

 

 

Name:

Image Options;Fax Page Scaling

 

Values:

0 - Fit to Page

1 - Actual Size

 

Name:

Image Options;Fax Page Scaling Auto Rotate

 

Values:

0 - Do not auto-rotate the page

1 - Auto-rotate the page if needed

 

Name:

Image Options;Fax Page Scaling Lock Aspect Ratio

 

Values:

0 - Do not maintain fax page aspect ratio when scaling

1 - Maintain fax page aspect ratio when scaling

 

Name:

Image Options;Fax Page Scaling Shrink Larger

 

Values:

0 - Do not shrink fax to fit on page

1 - Shrink fax to fit on page

 

Name:

Image Options;Fax Page Scaling H Align

 

Values:

Left - Align image left

Middle - Align image in the center

Right - Align image right

 

Name:

Image Options;Fax Page Scaling V Align

 

Values:

Top - Align image top

Middle - Align image in the center

Bottom - Align image bottom

 

Name:

Image Options;Fax Page Use 256 Greyscale Palette

 

Values:

0 - Use the smaller 64 grayscale palette

1 - Use 256 grayscale palette

 

Name:

Image Options;Fill order

 

Values:

LSB2MSB - Least significant bit to most significant bit

MSB2LSB - Most significant bit to least significant bit

 

Name:

Image Options;EOLs Byte Aligned

 

Values:

0 - EOLs not byte aligned (no fillbits)

1 - EOLs byte aligned (use fillbits)

 

Name:

Image Options;Photometric

 

Values:

MinIsWhite

MinIsBlack

 

Name:

Image Options;Include DateTime

 

Values:

0 - DateTime field not included in file

1 - DateTime field included in file

 

Name:

Image Options;Motorola Format

 

Values:

0 - Use Intel byte order

1 - Use Motorola byte order

 

Name:

Image Options;Rotate portrait

 

Specified in degrees of rotation (counter-clockwise).

 

Values:

0

90

180

270

 

Name:

Image Options;Rotate landscape

 

Specified in degrees of rotation (counter-clockwise).

 

Values:

0

90

180

270

 

Name:

Image Options;Include Software Name and Release

 

Values:

0 - Software field not included in file

1 - Software field field included in file