Vous êtes sur la page 1sur 22

Myrdrv.

ini User's Guide


_______________________________________________________________________

Contact Information
If you need information on integrating and customizing your IGC product or if you experience any
problems or have general inquiries, please feel free to contact us.
Informative Graphics Corp
4835 E. Cactus Road, Suite 445
Scottsdale, Arizona 85254-3548
Phone: (602) 971-6061
E-mail: info@infograph.com
Support: http://www.infograph.com/support/
Web: www.infograph.com

2009 Informative Graphics, Inc. All Rights Reserved

Myrdrv.ini User Guide

Table of Contents
Myrdrv.ini User's Guide .................................................................................................................... 1
Table of Contents............................................................................................................................... 2
Using this Document.......................................................................................................................... 3
Idrivers ............................................................................................................................................... 3
[idrivers]......................................................................................................................................... 3
Myri Drivers....................................................................................................................................... 4
[loader-specific display options].................................................................................................... 4
[CAD] ............................................................................................................................................ 4
[CADHybrid] ................................................................................................................................. 6
[DGHybrid].................................................................................................................................... 7
[DGN] ............................................................................................................................................ 7
[DGNHybrid]................................................................................................................................. 8
[CGM]............................................................................................................................................ 8
[DWF] ............................................................................................................................................ 8
[HPGL] .......................................................................................................................................... 8
[906-907]........................................................................................................................................ 9
[DG] ............................................................................................................................................. 10
[ME10]......................................................................................................................................... 10
[IGES] .......................................................................................................................................... 12
[IGES_SECTION] ....................................................................................................................... 12
[SOLIDWORKS_SECTION]...................................................................................................... 12
[Orcad_Section] ........................................................................................................................... 13
[Auto-Recognize File Format Tests] ........................................................................................... 13
[Text]............................................................................................................................................ 14
CDL Drivers..................................................................................................................................... 15
[cdl_section]................................................................................................................................. 15
[DWG2DL] .................................................................................................................................. 17
[DWF2DL]................................................................................................................................... 19
[CGM2DL] .................................................................................................................................. 19
[SW2DL]...................................................................................................................................... 20
[DGN2DL]................................................................................................................................... 20
[PDF2DL] .................................................................................................................................... 21
[INSO2DL] .................................................................................................................................. 21
[EMF2DL] ................................................................................................................................... 22
[LT2DL]....................................................................................................................................... 22
[BI2DL]........................................................................................................................................ 22

Myrdrv.ini User Guide

Using this Document


All Informative Graphics applications recognize supported file formats, their file extensions, and any
related parameters through the Myrdrv.ini driver configuration file. This document contains information
for all drivers (DLL files) listed in all Mrydrv.ini files for all products.
Please note that your product installation may include more drivers than are being used by the specific
application. The settings described in this document only pertain to the particular drivers
(formats) that are enabled with your product license. For example, Redact-It Desktop may include a
dozen or more drivers, but is currently only licensed to use the PFD2DL and LT2DL driver. Changing
the value for an unlicensed driver contained in the Myrdrv.ini file has no affect on the product's
functions or behaviors.
The Myri Drivers section of this document lists the original IGC drivers used by the MYRIAD product
and are heavily CAD oriented. Some of these drivers are still in use in products that use CDL. The
naming convention used for these driver files can be recognized as myri<ext>.dll.
The CDL Drivers section pertains to products that convert file formats using ICC's common display list
(CDL). The naming convention used for these driver files can be recognized as <ext>2DL.dll
For all sections except [idrivers], the actual settings are at the end of the section, following the
explanation of the parameters and their values. Lines preceded by a pound sign (#) are ignored by the
applications, such as the lines of explanation. Unless otherwise noted, all settings are in the following
format:
Format:

Parameter=VALUE

Example:

ParseDXFExtents=OFF

The following sections are in the Myrdrv.ini file (any sections not listed in this document should not
be modified by the user):

Idrivers
[idrivers]
The [idrivers] section identifies and maps file extensions to their specific import driver. You can
change, add, or remove file extensions in this section. The format for this section is shown below.
EXT=G, Path\Driver_name, "Description"
where EXT is the two or three character file extension used to identify the file type and G is the letter
indicating the kind of file:
G
H
F
M
T
S

=
=
=
=
=
=

Path\driver_name

Graphical
Hybrid
Folder
Markup
Text
System
The path and filename of the actual driver. The path is not necessary if the
driver is located in the applications executable directory.

Myrdrv.ini User Guide


"Description"

A description of the type of format the driver handles, generally, but not
always, beginning with the extension. This must be surrounded by quotes
and include spaces.
Example: dwg=G,myridwg.dll, DWG AutoCad Drawing

Myri Drivers
[loader-specific display options]
This section allows certain display option defaults to be set according to specific loaders. The following
display option keys are entered into this section, followed by a list of loaders.
Example:
DisabledColorConflictResolution=myriinso.dll
In this example, INSO (Oracle Outside-In) files load with the Color Conflict Resolution feature
turned off by default.
CADColorScheme=0,15,myridwf.dll,myrime10.dll,myridgn.dll
In this example, the listed CAD files (DWF, ME10, and DGN) load with the following default color
scheme:
0 is the color index used for the background color (0=black)
15 is the color index to use for the foreground color (15=white)
The background index refers to the list of colors defined in the [Background Palette] section of the
myriad32.ini. The three valid indexes are 0, 1, and 2.
The foreground index refers to the list of colors defined in the [Foreground Palette] section of the
myriad32.ini file. The valid index range is 0 through 15. The foreground color index only affects
black and white raster files. Vector files are not affected as each line in a vector file has its own
color definition.

AllowProgressiveTextSelection=myritxt.dll
This example sets the boolean AllowProgressiveTextSelection to true for myritxt which allows text
to be selected in the order it is read (vs. marking a rectangle and selecting any text that might be
under it).

[CAD]
This section explains and sets DXF and DWG driver configuration parameters. Descriptions of
parameters and their setting options are shown on the following page.
DXF and DWG
OutputAttributes

Tells the application whether or not to sense image attributes.

Myrdrv.ini User Guide


OFF
ON
ShxAbort

=
=

Do not sense attributes


(Default) Sense attributes

Tells the application whether or not to abort if a font file cannot be found.
Note: This setting can be edited in the Paths tab of the Options dialog
box.
WARN
ABORT
IGNORE
file list

ShxPath

=
=
=

(Default) Display missing files in a dialog box


Stop opening document and informs user file not found
Continue opening document without displaying missing

Specifies the path for the loader to search for font files. A semicolon is
used as the path separator.
Note: This setting can be edited in the Paths tab of the Options dialog
box.

XrefAbort

Tells the application whether or not to abort if a cross-referenced file


cannot be found.
Note: This setting can be edited in the Paths tab of the Options dialog
box.
WARN
ABORT
IGNORE
file list

=
=
=

(Default) Display missing files in a dialog box


Stop opening document and informs user file not found
Continue opening document without displaying missing

XrefPath

Specifies the path for the loader to search for the cross-referenced files. A
semicolon is used as the path separator. Note: This setting can be edited in
the Paths tab of the Options dialog box.

ThawAllLayers

Makes all frozen layers visible.


FALSE
TRUE

=
=

(Default) Frozen layers invisible


Frozen layers visible

Accuracy

The valid range for accuracy is 0.0 to 5.0. The default is 0.75.

MaxCircleSegs

The valid range for the length of circle segments is 0 to 64000. The default
is 128.

WhiteToBlack

Converts white lines to black lines.


FALSE
TRUE

=
=

(Default) White lines


White lines to black lines

MaxFileBuffers

Maximum number of DWG or DXF files you can have opened at once.
You can have more files open of other file types.

TagOrPrompt

Specifies whether the attributes tag or prompt is shown for intelligent


objects. This also applies to DDE requests for attributes.
TAG
=
PROMPT =

FillTTF

Show tag information


Show prompt information

Specifies whether to fill True Type fonts used in CAD files. Note: If this
driver is run in Myriad versions prior to 7.0, this value will not be in the ini
file and text will be rendered as lines instead of incorrect polygons.

Myrdrv.ini User Guide

ParseDxfExtents

ParseDwgExtents

LayoutSortOrder

TRUE

(Default) Type fonts are filled.

FALSE

True Type fonts are stroked.

Specifies for the myridwg.dll driver to pre-parse the DXF file for viewing
at extents. The majority of DXF files do not display the correct initial
extents so the default of this setting is ON to allow the IGC driver
(myridwg.dll) to parse through the file and calculate the minimum extents.
This slightly increases processing time.
ON

(Default) Parse DXF files for extents.

OFF

Do not parse DXF files for extents.

Specifies for the myridwg.dll driver to pre-parse the DWG file for viewing
at extents. Typically, the extents provided by AutoCad are larger than the
extents calculated by the IGC driver (myridwg.dll). A DWG file that is
viewed at extents will appear smaller when this parameter is set to the
default of OFF. You should turn this setting to ON if you are viewing
drawings that do not view with the correct extents usually older or
corrupt DWG files.
ON

Parse DWG files for extents.

OFF

(Default) Do not parse DWG files for extents.

Tells the loader how to sort layouts.


FALSE
=
(Default) Sort based on legacy myridwg order (for
markup compatibility).
TRUE
=
Sort based on AutoCAD sort order.

[CADHybrid]
This section explains and sets configuration parameters for GTX Raster CAD and Image Systems CAD
Overlay formats. The settings for each of these formats are at the end of the individual subsections, not
at the end of the section.
GTXRaster CAD Format
LoadRotate

Specifies the orientation of the raster files. This value should match the
value of the LoadRotate flag in GTXRAST.CF, where the Raster CAD file
was originally created. If no value is given, the orientation from the raster
file is used. Valid values are 0, 90, 180, 270, Portrait, or Landscape.

RCADRef

Specifies the file extension to use for the Raster CAD reference file.

RasterCad

Specifies an unlimited number of file extensions to look for and load as


Raster CAD formats.

Image Systems CAD Overlay Format


CADOvlRes

Specifies the file extension to use for CAD Overlay resource files.

Myrdrv.ini User Guide


CADOverlay

Specifies file extensions to look for and load as CAD Overlay formats.

[DGHybrid]
This section explains and sets configuration parameters for Auto-trol formats.
AutotrolDC

Specifies the file extension to use for Auto-trol dc files. The default is dc.

AutotrolOvly

Specifies the file extensions to look for and load as Auto-trol Overlay
formats. The default is dx.

[DGN]
The [DGN] section explains and sets DGN driver configuration parameters. The [DGN] settings can
include a project macro, using the following format:
proja=<drive>:\files\myproja\dgn
LoadReference

Indicates whether or not to load reference files.


OFF
ON

=
=

Does not load reference files


(Default) Load reference files

The loader searches reference files in the following order:


1. If the filename contains the project macro, then the loader uses
myrdgn.cfg to expand the macro.
2. The loader searches the full path name specified in the DGN file.
3. Uses RFDIR for environment variables, if any exist.
RefAbort

Tells the application whether or not to abort if reference files cannot be


found. Note: This setting can be edited in the Paths tab of the Options
dialog box.
WARN

ABORT

(Default) Continue loading and warn the user that the


file wont be loaded
Abort the file load action. Stop opening document and
inform user file not found

RFDIR

Tells the loader where to look for reference files. If no path is specified, it
searches the Windows path.

FontPath

Specifies the path for the loader to search for the DGN font files. If no path
is given, the loader searches the directory where the application is located.
The DGN_Fonts directory is included in the MYRIAD installation.

WindowsRenderer

Indicates that you are running on a Windows operating system.


1 = yes (Required for DGN version 8 or greater support.)
2 = no
Example:
LoadReference=ON
RefAbort=WARN

Myrdrv.ini User Guide


FontPath=.\DGN_Fonts
WindowsRenderer=1

[DGNHybrid]
This section explains and sets the configuration parameters for the IRAS format.
IRAS

Indicates the file extensions to look for and load as IRAS files.

[CGM]
This section controls the option for multiple images in the CGM files to be overlaid rather than viewed
separately.
ViewAsLayer

Sets multiple images to be displayed on top of each other as layers or as


separate images. Their appearance can be controlled by the the application
layering control.
TRUE =

Images are overlaid.

FALSE =

(Default) Images are viewed separately.

[DWF]
This section controls the option for using True Type fonts in DWF files.
UseTTF

TRUE =

(Default) Enables True Type fonts.

FALSE =

Disables True Type fonts.

[HPGL]
This section explains and sets the HPGL driver configuration parameters for the pen width, color and
clipping planes.
PenUnits

Sets the measurement for the pen widths.


INCH
MM

OverridePens

=
=

Inches
(Default) Millimeters

Use pen settings from the file if found


TRUE
FALSE

=
=

Use file settings if found


Use PenUnits settings

The predefined colors and pen widths are specified in a table, as shown in the example below.

Myrdrv.ini User Guide


Format:

Pen000=Wid, R, G, B

000

Each pen has a number between 000 and 255. Pens 000 through 015 are
predefined colors.

Wid

The pen width can be whole or decimal values. 0 width indicates the
smallest pen width possible, regardless of the zoom factor.

Red intensity. This can be any value between 0 and 255.

Green intensity. This can be any value between 0 and 255.

Blue intensity. This can be any value between 0 and 255.


Example:
Pen#

Wid

Color

Pen000=
Pen001=
Pen002=
Pen003=
Pen004=
Pen005=
Pen006=
Pen007=
Pen008=
Pen009=
Pen010=
Pen011=
Pen012=
Pen013=
Pen014=
Pen015=

0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,

192,
0,
255,
0,
255,
0,
255,
0,
0,
255,
0,
255,
0,
255,
0,
0,

192,
0,
0,
255,
255,
0,
0,
255,
0,
0,
255,
255,
0,
0,
255,
0,

192
0
0
0
0
255
255
255
0
0
0
0
255
255
255
0

(Gray - default background)


(Black)
(Red)
(Green)
(Yellow)
(Blue)
(Magenta)
(Cyan)
(Black)
(Red)
(Green)
(Yellow)
(Blue)
(Magenta)
(Cyan)
(Black)

UseClipRegions

Sets the clipping panes. The application can clip the drawing to the window
clip settings that are stored in the HPGL file.
TRUE
FALSE

IgnoreRotation

=
=

Tells the application to clip drawings.


(Default) Does not clip drawings.

Tells the application to reverse or use the internally set rotation of the
HPGL file.
TRUE
reversed.
FALSE

The orientation that is set internally to the file is

(Default) Rotation that is set internally to the file is used.

[906-907]
This section sets the 906/907 driver configuration parameters for pen colors. The format and values are
the same as the HPGL driver configuration shown above. The predefined colors and pen widths are
shown in the following example.
Example:
Pen#

Wid

Color

Myrdrv.ini User Guide


Pen000=
Pen001=
Pen002=
Pen003=
Pen004=
Pen005=
Pen006=
Pen007=
Pen008=
Pen009=
Pen010=
Pen011=
Pen012=
Pen013=
Pen014=
Pen015=

0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,

192,
0,
255,
0,
255,
0,
255,
0,
0,
255,
0,
255,
0,
255,
0,
0,

192,
0,
0,
255,
255,
0,
0,
255,
0,
0,
255,
255,
0,
0,
255,
0,

192
0
0
0
0
255
255
255
0
0
0
0
255
255
255
0

(Gray - default background)


(Black)
(Red)
(Green)
(Yellow)
(Blue)
(Magenta)
(Cyan)
(Black)
(Red)
(Green)
(Yellow)
(Blue)
(Magenta)
(Cyan)
(Black)

[DG]
This section sets the DG driver configuration parameters for pen colors. The format and values are the
same as the HPGL and 906/907 driver configuration shown above. The predefined colors and pen
widths are shown in the following example.
Example:
Pen#

Color

Pen000=
Pen001=
Pen002=
Pen003=
Pen004=
Pen005=
Pen006=
Pen007=
Pen008=
Pen009=
Pen010=
Pen011=
Pen012=
Pen013=
Pen014=
Pen015=

192,
0,
255,
0,
255,
0,
255,
0,
0,
255,
0,
255,
0,
255,
0,
0,

192,
0,
0,
255,
255,
0,
0,
255,
0,
0,
255,
255,
0,
0,
255,
0,

192
0
0
0
0
255
255
255
0
0
0
0
255
255
255
0

(Gray - default background)


(Black)
(Red)
(Green)
(Yellow)
(Blue)
(Magenta)
(Cyan)
(Black)
(Red)
(Green)
(Yellow)
(Blue)
(Magenta)
(Cyan)
(Black)

[ME10]
The [ME10] section explains and sets ME10 driver configuration parameters, specifying font files and
locations.
FontAbort

Tells the application to abort if a font file cannot be found.

10

Myrdrv.ini User Guide


OFF
ON

=
=

(Default) Continue loading


Abort

FontPath

Tells the loader where to search for the font files. If no path is given, the
loader searches the directory where the application is located.

Font<n,n>

Specifies font parameters. Each font is numbered 01 and 99 according to


the following format.
Unix_filename, DOS_filename
If no path is provided here, the path specified for FontPath in this section
is used. Unix and DOS paths are provided separately due to filename
restrictions on DOS FAT drive partitions.

LedArrowFill

Indicates whether the arrow head of LED entities are filled.


OFF
ON

ShowCtrlPgon

Not filled
(Default) Filled

Specifies whether the control polygon for splines display.


OFF
ON

RequiredFont<n>

=
=

=
=

(Default) Do not display


Display

Specifies required fonts. The format is the same as Font<nn>, except you
can only use fonts 1 through 9.

PlotSizeForLinestyleAdjust Specifies whether to adjust the line style for the paper size or per drawing
unit.
<Size>
U

LineStyleRepeatFreq

Indicate the page size (e.g., J) to adjust the linestyle.


(Default) Indicates for the application to base the
linestyle pattern (e.g., - ) on the drawing unit. By
default, the application repeats the pattern only once per
unit, though that can be set using the
LineStyleRepeatFreq setting.

Used in conjunction with PlotSizeForLinestyleAdjust = U, this specifies


how many times the linestyle pattern should repeat per drawing unit. The
setting must be a number between .01 and 12 (the default is 1). For
example using LineStyleRepeatFreq = 2, the linestyle pattern - will
be - - per each drawing unit (it will be scaled down to fit
within the drawing unit).
Note:

UseDefaultFont

=
=

Because the pattern is scaled to fit the drawing unit, repeating the
pattern in each unit may degrade the linestyle appearance.

Indicates to use the font specified by the DefaultFont setting (see below) as
the default ME10 font. Any missing fonts are substituted with this font.
Note:
ON

The default font may be a different size or character type than the
missing font.
=

(Default) Use default font

11

Myrdrv.ini User Guide


OFF

Do not substitute default font for missing font

DefaultFont

Specifies the font to substitute for missing fonts when UseDefaultFont is


set to ON. This must be set to the UNIX font name (see Font<n,n> above).

DisplayPolyMarkers

Indicates whether to display polymarkers (* like symbols to mark a point)


in the current file.
ON
OFF

=
=

(Default) Display poly markers


Do not display poly markers

[IGES]
IgesLoaderOption
Specifies the parser type used to load IGES files. Currently only valid for
MYRIAD 8.1.
1
2
3 (default)

=
Always use the Granite library.
=
Always us IGC's native IGES parser library.
=
Granite library is used only if the IGES file
contains a manifold B_Rep entity. In all other situations,
IGC's native parser is used.

[IGES_SECTION]
Do not modify this section.

[SOLIDWORKS_SECTION]
Filltext

Specifies whether to fill fonts on SolidWorks 2D drawings. Only fonts


large enough to be filled are filled. Filling fonts can affect performance.
ON
OFF

TextFillThreshold

Example:

=
=

Fill fonts
(Default) Do not fill fonts (use hollow fonts)

Integer value between 0 and 100.Provides finer control over font filling.
All text is filled that is larger or equal to the given value (measured in
points).
TextFillThreshold=10
Any text that has a font point size of 10 or larger gets filled. If the value is
zero, everything gets filled. If the value is 100 nothing gets filled.
The default value of this field is 22. Most text is smaller and therefore
does not get filled.

AdjustTextForBoundingBox
Indicates whether or not the bounding box text adjustment code should be
executed or not.

12

Myrdrv.ini User Guide


TRUE
=
The text found in the drawing is checked to make sure it
does not overlap the previous text entity.
FALSE
=
(Default) If set to false, or not present, the text is not
checked and no box adjustment is done.
ClipAtExtents

Specifies whether to clip the drawing at sheet extents.


1(default)
0

= Extents outside of the sheet will not render.


= Extents outside of the sheet will be rendered.

DrawViewBoundingBoxes
Specifies whether bounding boxes are drawn on current view.

1
0 (default)

=
=

View bounding boxes are drawn.


View bounding boxes do not display.

[Orcad_Section]
refAbort

Tells the application whether to abort if a font file cannot be found


OFF = (Default) Continues loading
ON = Aborts load and gives a warning back to the user

[Auto-Recognize File Format Tests]


When the application tries to load a file with no extension or an undocumented extension (an extension
which is not listed in Myrdrv.ini), the application tries to determine what file format it is. The
application reads a section of data from the beginning or header of the file, and then performs a series of
pattern-matching tests on the data. Each test has an extension and a confidence level associated with it.
If more than one test matches, the format extension used is the one associated with the highest
confidence test. If none of the tests succeeds, the standard applications "Unrecognized Extension"
dialog appears.
To Configure Tests
This section contains a series of test entries in the format shown below (no spaces are required):
Format:

Testnumber=extension, start search offset, stop search offset, "search string", confidence

Example:

Test1=xyz,32,64,"\22XYZ\22\2CVersion 4.0",100

number =

A number that differentiates the test from other tests. The tests are
performed in numerical order. Putting tests with 100 confidence at the
beginning of the list optimizes performance. See confidence below.

start search offset =

The offset, from the beginning of the file, to start searching for the search
string.

stop search offset =

The offset, from the beginning of the file, to stop searching for the search
string. If you want to search only at one spot, set the start and stop offsets
to the same number.

search string =

A double quoted string, or byte pattern, to search for. The string is case
sensitive and may not contain a double quote("), a comma(,), a

13

Myrdrv.ini User Guide


backslash(\), or any non-printable character. To represent these values, use
hexadecimal notation with no leading or following spaces. For example:
comma = \2C
double quote = \22
backslash = \5C
number 13 = \0D
So, if you want to represent:
"XYZ",Version 4.0
You need to enter:
\22XYZ\22\2CVersion 4.0
confidence =

A rating from 1 to 100. The number represents the likelihood that success
of the test indicates the truth of the format for the file. If more than one
test succeeds, then the test with the highest confidence is the deciding test.
If the confidence level is 100, the application stops testing and go with that
answer. Therefore, putting tests with 100 confidence at the beginning of
the list optimizes performance.

Additional Options
In the MYRIAD32.ini or Myruser.ini file there is a section called [Auto-Recognize File Format
Options]. If the Prompt On Success parameter is set to TRUE the application asks the user if they want
to load the file using the detected format or pick a different format themselves. The default for this key
is FALSE.

[Text]
This section controls the MYRIAD Text driver (Myritxt.dll). This section does not exist in the
Myrdrv.ini by default, but can be added by the user at any time. The following options can be added:
Papersize

An alphanumeric string. The default setting is Letter, but the following


types can also be used:
Type

Width Height Units

A
B
C
D
E
A0
A1
A2
A3
A4
A4P
Letter
Legal

11.0
17.0
22.0
34.0
44.0
1180.0
848.0
594.0
424.0
297.0
210.0
8.5
8.5

8.5
11.0
17.0
22.0
34.0
848.0
594.0
424.0
297.0
219.0
297.0
11.0
14.0

Inches
Inches
Inches
Inches
Inches
Millimeters
Millimeters
Millimeters
Millimeters
Millimeters
Millimeters
Inches
Inches

CharHeight

A decimal value indicating the height in points. A larger value draws


fewer characters per inch. The default is 10.0.

CharWidth

A decimal value indicating the width in points. The default is 1.414.

14

Myrdrv.ini User Guide


TabSpace

An integer value for the number of spaces to use for tabs. The default is 8.

WordWrap

Indicates whether to use word wrapping or not. The settings are TRUE or
FALSE, with TRUE (use word wrapping) as the default.

Numbering

Indicates whether to number the pages. The settings are TRUE or FALSE,
with FALSE (no page numbers) as the default.

Margin

Decimal values (in millimeters) for each margin, in the following order:
left, right, top, bottom. Use a space between each value, as shown in the
example below:
Margin=72.0 72.0 36.0 36.0

UseFormFeed

Indicates whether to interpret or ignore the form feed character. TRUE


indicates to interpret it, FALSE (default) indicates to ignore it.

CDL Drivers
The following sections are specific to products that use CDL (Common Display List) and do not pertain
to MYRIAD version 7.0 or earlier. CDL is used in MYRIAD beginning with version 8.0.

[cdl_section]
The [cdl_section] section sets general driver configuration parameters.
ForceToJpg and JpgFidelity only affect PDF and published files (native application processed). With
the following two parameters, you can force all color raster files to be written out as JPG.
ForceToJpg

Tells the application whether to convert color raster files to JPG.


TRUE

All color raster files are converted to JPG format.

FALSE

(Default) Only JPGs are written out as JPG.

JpgFidelity

Determines the file size and fidelity of the JPG file created by the PDF2DL or
publishing. Range is from 1-100 with 75 as the default.

MaxRasterDPI

Determines the maximum dots per inch (dpi) for raster images embedded in a CDL
published file. Applies to documents converted from Office formats and PDF only.
Images with a higher resolution than the specified DPI are re-sampled down and
images with a lower resolution are not adjusted.
This setting can have a large impact on how small the CDL published file size
is, how quickly the file downloads, and how quickly it views/prints from the client
software. The default setting is 600 dpi. If you require a higher dpi than 600, you
MUST edit this value to set it higher.
For example: MaxRasterDPI=600

15

Myrdrv.ini User Guide


Note: 96 DPI is an efficient setting to use if your primary usage is to only view
images at 100% zoom level and do not print them since many monitors have 96
DPI resolution (or calculate your video card's pixel width / monitor's visible width
in inches = your monitor dpi resolution). If you set a lower resolution (such as 96
DPI) and then use the viewer to print a file containing raster images to a printer that
has 600 DPI resolution, the image will view fine on the monitor but will have
reduced fidelity on the printer due to the printer having greater resolution than the
published image.
EmbedTrueTypeFonts
This setting tells the application whether to embed true type fonts during
conversion.
TRUE

True type fonts are embedded

FALSE

(Default) True type fonts are not embedded

ForceEmbedTrueTypeFonts
This setting tells the application whether to force true type fonts to be embedded. If
set to True, all true type fonts are embedded regardless if there is an exact match on
the system doing the converting. The closest match to the font requested is used if
an exact match is not found. To use this flag, the EmbedTrueTypeFonts setting
must be set to TRUE
TRUE

All true type fonts are force embedded

FALSE

(Default) True type fonts are not force embedded

UnSortedTextDump
This setting, for Net-It Central, tells the application whether to sort text for export.
TRUE

Do not sort text for export

FALSE

(Default) Sort text for export

MaximumPageDimension
This setting tells CDL to limit the shorter and longer page dimension to the given
values. Units are in inches, represented by two numbers separated by a comma.
Default value: MaximumPageDimension=80,300
NonConcurrentLoaders
This setting tells CDL which drivers cannot be loaded concurrently. This setting
should NOT BE EDITED by end users!
Default value: NonConcurrentLoaders=dui2dl.dll;dwg2dl.dll

16

Myrdrv.ini User Guide


[DWG2DL]
The [DWG2DL] section sets driver configuration parameters for conversion of DWG and DXF files to
CDL format.
ShxPath

Specifies the path for the loader to search for font files. A semicolon is used as
the path separator.
Format is ShxPath=path1;path2

XrefPath

Specifies the path for the loader to search for the cross-referenced files. A
semicolon is used as the path separator.
Format is XrefPath=path1;path2
Example:
ShxPath=C:\Program Files\AutoCad 2004\Support;C:\Program
Files\AutoCad 2004\Fonts;XrefPath=C:\ACAD\xref

PageLoadOrder

Tells the loader the order of page layouts.


0: Paperspace first
1: Modelspace first
2: Paperspace only
3: Modelspace only
4: Similar to 0 except the last active layout is first
If only one page exists, it is loaded.
Example:
ShxPath=C:\Program Files\AutoCAD 2004\Support;C:\Program
Files\AutoCAD 2004\Fonts;;
XrefPath=c:\ACAD\xref;.\models;.\blocks;
PageLoadOrder=0

Dohybrid

Tells the loader to load hybrid files from the same directory with the same file
name.
TRUE (default)
=
Load hybrid files from the same directory with the
same file name.
FALSE
=
Do not load hybrid files.

HybridExtensions

Tells the loader that if a file exists with the same base name as the AutoCAD
file and has one of the following extensions, to load the file as a raster
reference.
HybridExtensions=cg4;rnl;g4;mil;gp4;cal;tif;

XrefNameAsFileName

Tells the loader to use the Xref block name as the file name if the file is not
found using the Xref path. This setting should only be (and needs to be)
changed to true if you are using a Brava!/Webtop integration and you are using
Cadlink to import Xrefs.
Format is XrefNameAsFileName=false

UseLineWeights

Tells the loader whether to use line weights or line thickness for printing.
TRUE (default)

Use line weights if available for printing.

17

Myrdrv.ini User Guide


FALSE
UseDefaultView

Use line thickness shown on display for printing.

Tells the loader to use the extents of the active view layout. The default is set to
false for compatibility with older markups.
TRUE
FALSE (default)

=
=

Use the active view extents value.


Use the extents of the markup entities.

LegacyMarkupCompatibility
Tells the loader the layout order to use for legacy markups.
TRUE
FALSE (default)

=
=

Order is based on layout handle (legacy markup).


Order is based on layout tab.

FieldBackground
Tells the loader to draw the text field background.
TRUE
FALSE (default)
DefaultSHX
SHXFontToCodePage

=
=

Draw background.
Do not draw background.

Tells the loader what to substitute for missing SHX files. Default is
simplex.shx
Tells the loader how to interpret the characters in these shx font files:
Format: fontame:index;fontmane:index
Japanese = 1, code page = 932
Traditional Chinese = 2, code page = 950
Korean Wansung = 3, code page = 949
Korean Johab = 4, code page = 1361
Simplified Chinese = 5, code page = 9
Example:
SHXFontToCodePage=intecad.shx:5;

DefaultTrueTypeFont

Tells the loader what to substitute for missing truetype fonts. Default is Arial.
For Japanese dwg files, Ms Mincho is suggested as the set default.

DefaultBigFont

Tells the loader what to substitute for missing bigfont SHX font. Default is
bigfont.shx

LayerPrefixList

Tells the loader to convert text that is on a layer that begins with the specified
prefixes, to block attributes. The list is separated by semicolons.
Example: LayerPrefixList=$;#

ThawFrozenLayers

Tells the loader to unfreeze layers.


TRUE
FALSE (default)

=
=

Entities on frozen layers are exported.


Entities on frozen layers are not exported.

ArialSubstitute

Tells the loader to substitute for Arial. Used for international characters,
typically Arial Unicode MS.

DrawBlockAttributes

Tells the loader to insert hover text for block attributes.


TRUE (default)
FALSE

=
=

Insert hover text.


Do not insert hover text

18

Myrdrv.ini User Guide

[DWF2DL]
The [DWF2DL] section sets driver configuration parameters for conversion of DWF files to CDL format.
LegacyMarkupCompatibility
Tells the loader to use paper extents for markups made by MYRIAD.
TRUE
=
Markups made by Myriad will render at correct
locations but the file may not render at extents.
FALSE (default) =
Markups made by Myriad may not render at
correct location but the file will render at extents.
ApplyLocalizedCharsets
Tells the loader whether to apply localized charsets.
TRUE
=
charsets will be matched.
FALSE (default) =

If fonts for non-English language are used, their


Uses default of ANSI charset for fonts.

ForceColorCollision
Tells the loader whether to apply color collision.
TRUE
=
FALSE (default) =
background is not white.

Color collision will always be done.


Color collision will only be done if the

[CGM2DL]
The [CGM2DL] section sets driver configuration parameters for conversion of CGM files to CDL format.
CCR

Specifies whether to do color collision recognition.


TRUE (default)
FALSE

ParseForExtents

Do color collision recognition.


Do not do color collision recognition.

Specifies whether to parse the file for extents or use defined page size.
TRUE
FALSE (default)

OverlayPages

=
=

Use the extents of all entities in the file.


Use the page size defined in the file.

Determines if multiple pictures are drawn on a single page or on multiple


pages.
TRUE
FALSE (default)

=
=

All pictures are drawn on a single page.


Each picture is drawn on its own page.

19

Myrdrv.ini User Guide


[SW2DL]
The [SW2DL] section sets driver configuration parameters for conversion of SLDDRW files to CDL
format.
DrawViewBoundingBoxes Specifies whether bounding boxes are drawn on current view.

TRUE
FALSE (default)
ClipAtExtents

= View bounding boxes are drawn.


= View bounding boxes do not display.

Specifies whether to clip the drawing at sheet extents.

TRUE
FALSE (default)

= Extents outside of the sheet will not render.


= Extents outside of the sheet will be rendered.

[DGN2DL]
The [DGN2DL] section sets driver configuration parameters for conversion of DGN files to CDL format.
ShxPath

Specifies the path for the loader to search for font files (.shx etc). A semicolon
is used as the path separator.
Format is ShxPath=path1;path2
ShxPath=.\DGN_Fonts;

XrefPath

Specifies the path for the loader to search for the cross-referenced files. A
semicolon is used as the path separator.
Format is XrefPath=path1;path2
XrefPath=.\DGN_Fonts;

FontResource

Specifies the font RSC file to load.


Example:
FondResource=font.rsc

UseDefaultView

Determines whether to only render the default view.


TRUE
FALSE (default)

ReportMissingXrefs

Render only the default view.


Do not render only the default view.

Specifies to send warning messages for missing xref files.


TRUE
FALSE (default)

ShowConstruction

=
=

=
=

Send warning messages for missing xrefs.


Do not send warning messages for missing xrefs.

Tells the loader to draw or not draw construction entities.


TRUE

Draw construction entities.

20

Myrdrv.ini User Guide


FALSE (default)

Do not draw construction entities.

HybridExtensions

Specifies the hybrid file extensions to look for and load as hybrid files. You
can add additional extensions as necessary.
Example:
HybridExtensions=CIT;TIF;

ShowLinearPattern

Tells the loader to draw or not draw Linear Pattern class entities.
TRUE
FALSE (default)

=
=

Draw Linear Pattern class entities.


Do not draw Linear Pattern class entities

[PDF2DL]
The [PDF2DL] section sets driver configuration parameters for conversion of PDF files to CDL format.
MissingFontWarning

Tells the loader to report missing fonts.


TRUE
FALSE (default)

IgnoreLayers

Report missing fonts and display a warning.


Do not report missing fonts.

Tells the loader whether to ignore or insert layer information on PDF files.
TRUE
FALSE (default)

ViewState

=
=
=
=

No layers are inserted.


Layers are inserted.

Tells the loader to decide the state of extents, depending on page dimensions.
This parameter allows you to set the behavior of the mouse wheel. Document
style will scroll up and down and CAD style will zoom in and out. To enable
scrolling to the next page, ViewState should be set to 1. The document will
then open at width extents and the mouse action will be to scroll.
0: (Default) Loader decides the view state depending on dimensions.
1: Document style opens at width extents
2: CAD style opens at zoom extents

.
[INSO2DL]
The [INSO2DL] section sets driver configuration parameters for conversion of INSO (document) files to
CDL format.

BidirectionalText

Adds support for Hebrew text.


TRUE
FALSE (default)

=
=

Support Hebrew text..


No support for Hebrew text.

21

Myrdrv.ini User Guide


[EMF2DL]
The [EMF2DL] section sets driver configuration parameters for conversion of EMF files to CDL format.
BidirectionalText

Adds support for Hebrew text.


TRUE
FALSE (default)

=
=

Support Hebrew text..


No support for Hebrew text.

[LT2DL]
The [LT2DL] section sets driver configuration parameters for conversion of LT (TIFF, TIF, FAX, ICA,
JP2, JPM, PSD, and SID) files to CDL format.
The following parameter sets tolerances to control swapping black and white on binary images:
BlackToWhiteTolerance
Sets the tolerances to control swapping black and white on binary images. The
set percentage determines whether to swap colors on two color images. For
example, if the black pixels are 85 or greater percentage of the image, then
swap colors black to white.
(default) blacktowhitetolerance=85
ViewState

Tells the loader to decide the state of extents, depending on page dimensions.
This parameter allows you to set the behavior of the mouse wheel. Document
style will scroll up and down and CAD style will zoom in and out. To enable
scrolling to the next page, ViewState should be set to 1. The document will
then open at width extents and the mouse action will be to scroll.
0: (Default) Loader decides the view state depending on dimensions.
1: Document style opens at width extents
2: CAD style opens at zoom extents

[BI2DL]
The [BI2DL] section sets driver configuration parameters for conversion of files through the Black Ice
Printer Driver (IGC Writer).

IgnoreErrorsOnAttachments
Determines how errors are handled when print-publishing attachments.
TRUE
=
Document processing will continue in spite of
errors that occur with attachments.
FALSE (default) =
Document processing will be aborted when errors
occur with attachments.

22

Vous aimerez peut-être aussi