set graphicrtftransform
set graphicrtftransform=transformstring
This command specifies a set of graphic file formats that should be transformed to a different graphic file format when using Arbortext Import/Export to export a document to RTF.
The transformstring is one or more transformation rules. Multiple rules are separated by a vertical line ( | ). Each transformation rule has two parts separated by a colon ( : ). The first part of the rule is a list of graphic formats to be converted separated by a comma ( , ). The second part of the rule is the graphic file format to which the first set of graphic formats should be transformed during publishing.
The following graphic formats are supported for transformation:
• sunbm — Sun Bitmap
• xbm — X Bitmap
• eps — Encapsulated PostScript file
• cur— Windows Cursor file
• drw — IslandDraw DRW file
• sunicon — Sun Icon file
• tif — Tag Image File Format
• drwunc — IslandDraw DRAW file (not compressed)
• png — Portable Network Graphics
• wmf — Windows metafile
• icon — Windows icon
• pcx — PC Paintbrush File Format
• bmp — Windows Bitmap
• cgm — Computer Graphics Metafile
• gif — Graphic Interchange Format
• jpg — Joint Photographic Exports Group
• calsG4 — CALS raster (G4)
• svg — Scalable Vector Graphics
• idr — Arbortext IsoDraw file
• idrz — Arbortext IsoDraw file
• iso — Arbortext IsoDraw file
• isoz — Arbortext IsoDraw file
• edz — Creo View file
• pvz — Creo View file
• + — Represents all graphic file formats that are not web-friendly
The web-friendly graphic file formats are GIF, JPEG, and PNG.
• * — Represents all graphic file formats
If the source graphic file format is included in the isoviewfileformats preference, those graphic file formats can be transformed to one of the following types:
• png
• jpg
• cgm
• eps
All other graphic file formats can be transformed to one of the following types:
• png
• jpg
• gif
• –
Indicates that a particular graphic file format should not be transformed.
Examples:
set graphicrtftransform=iso,isoz,edz,pvz:cgm|svg:png
set graphicrtftransform=*:png
Related Topics