These options control the orientation, resolution, color mode and paper size 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="TIFF 300dpi Color "

         Description ="Create color TIFF">

  <Settings>

 

    <!-- Output file options -->

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

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

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

  ...

    

  </Settings>

</Profile>

 

 

Code Sample - C#

 
PNDocConvQueueServiceLib.PNDocConvQueueItem item = null;
 
// Create the conversion item
item = new PNDocConvQueueServiceLib.PNDocConvQueueItem();
 
// Set conversion settings
item.Set("Devmode settings;Resolution", "300");

item.Set("Devmode settings;Color", "1");
item.Set("Save;Output File Format", "TIFF Multipaged");
...
// 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;Resolution""300")

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

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

...

' convert the file

item.Convert("Microsoft Word", _

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

             "C:\Test\Out\ConvertedReport")

 

 

Conversion Settings - Devmode

Name:

Devmode settings;Orientation

 

Orientation of the page when the file is converted.

 

Values:

Portrait

Landscape

 

Name:

Devmode settings;Resolution

 

Number of dots per inch.

 

Values:

1200, 720, 600, 400, 360, 300, 254, 240, 200, 150, 120, 100, 75, 60, 50

Name:

Devmode settings;Color

 

Print files in color or black and white

 

Values:

1

 Color mode

0

 Black and white, or monochrome mode.

 

Name:

Devmode settings;Paper Size

 

Standard paper sizes available. Other custom paper sizes you may have added are also available by name.

 

Values:

Letter

Letter Small

Tabloid

Legal

Statement

Executive

A3

A4

A4 Small

A5

B4

B5

Folio

Quarto

10x14

11x17

Note

Envelope #9

Envelope #10

Envelope #11

Envelope #12

Envelope #14

C Size Sheet

D Size Sheet

E Size Sheet

F Size Sheet

Envelope DL

Envelope C5

Envelope C3

Envelope C4

Envelope C6

Envelope C65

Envelope B4

Envelope B5

Envelope B6

Envelope Italy

Envelope Monarch

Envelope Personal

US Std Fanfold

German Std Fanfold

German Legal Fanfold

ISO B4

Japanese Postcard

9x11

10x11

15x11

Envelope Invite

Letter Extra

Legal Extra

Tabloid Extra

A4 Extra

Letter Transverse

A4 Transverse

Letter Extra Transverse

A Plus

B Plus

Letter Plus

A4 Plus

A5 Transverse

B5 Transverse

A3 Extra

A5 Extra

B5 Extra

A3 Transverse

A3 Extra Transverse

A1 594 x 841 mm

A0 841 x 1189 mm

B3 (ISO) 353 x 500 mm

B2 (ISO) 500 x 707 mm

B1 (ISO) 707 x 1000 mm

B3 (JIS) 364 x 515 mm

B2 (JIS) 515 x 728 mm

B1 (JIS) 728 x 1030 mm

B0 (JIS) 1030 x 1456 mm