What is an ISO file extension regarding a graphics file?

3

1

I've worked with ISO 9660 images files before, but now I'm working with Arbortext, a documents processing COTS software product for work with technical manuals. It's taking a CGM file with redlining (editing with comments and a red circle around a part in a diagram) and saving it as an .iso file extension.

Does anyone know what type of iso file this is versus an ISO 9960 formatted file and is there a viewer outside of Arbortext for this graphics iso file type?

user115273

Posted 2012-01-24T20:50:20.130

Reputation:

1They're files for the IsoDraw technical drawing package. Good question, just not about programming. – Blrfl – 2012-01-24T21:01:51.547

These graphics are being used under the S1000D technical spec, so I'm writing code for data modules that have the CGM (Computer Graphics Metafile) files in them. Just not sure if this iso graphics file is a proprietary graphic or part of a standard. – None – 2012-01-24T21:08:36.607

1wotsit.org is usually a good place to get answers to questions like this. Sadly, it doesn't mention .iso, even for ISO 9660. – Keith Thompson – 2012-01-24T23:57:10.680

file extensions usually mean almost nothing - you'd probably want to try running the files past trid or file to see what they actually are. – Journeyman Geek – 2012-01-25T02:26:58.823

Answers

0

I finally found the information. The file format: .iso is a custom or proprietary format for illustration files used by ArborText (PTC). They take a CGM (Computer Graphics Metadata) file and convert it to an .iso file that can be viewed in one of their products, including a free express version for non-illustrators. See this link.

It's not something I can easily view programmatically. I did see where some people convert it to .eps (Encapsulated PostScript) for viewing.

user115273

Posted 2012-01-24T20:50:20.130

Reputation: