Impact 2024 now released, bringing with it a host of new features. Details here.

File Format

When export a layer, you need to define the fileFormat parameter, e.g.


  • GET api/projects/{projectId}/layers/{layerId}/file?fileFormat=fileFormat


fileFormat should be assigned one of the names OR values listed below:


For 2D Layers

NameNumberDescription
AdobeIllustrator11An Adobe Illustrator file.
AdobePDF12A Portable Document Format file.
AdobePostscript13A Postscript file.
CFF23A Common File Format drawing.
DDES4A Digital Data Exchange Specification v2 file.
DDES325A Digital Data Exchange Specification v3 file.
DWG2An AutoCAD drawing file.
DXF5An AutoCAD Drawing Exchange Format file.
EasyBender24An EasyBender file.
Elcede9An Elcede drawing file.
HPGL8A Hewlett Packard Graphics Language file.
ImageSetter10An Image Setter file.
Impact0An Impact CAD drawing file.
Sumo7A Sumo rule bending file.
ViewerExchange28An Arden Software proprietary format, intended for Arden use only.



Note. For Adobe PDF, both of the following are acceptable:


  • GET api/projects/{projectId}/layers/{layerId}/file?fileFormat=12
  • GET api/projects/{projectId}/layers/{layerId}/file?fileFormat=AdobePDF


For 3D Layers

NameNumberDescription
Studio3DASCII17A 3D Studio ASCII file.
Studio3DBinary16A 3D Studio binary file.
COLLADA30A Collada interchange file.
GLB36A Graphics Library Transmission Format (binary) file.
GLTF35A Graphics Library Transmission Format file.
Impact3DInterchange14An Impact 3D interchange file.
OBJ32A Wavefront 3D object format file.
PackagedCollada31A Collada package file.
PLY33A Stanford Polygon 3D format file.
STL34A Stereolithography 3D format file.
U3D27A Universal 3D file.
VRML1018A VRML version 1.0 file.
VRML2019A VRML version 2.0 file.


Image Preview


To generate a preview image of a layer, you can use:

  • GET api/projects/{projectId}/layers/{layerId}/preview?fileFormat=fileFormat


Where the fileFormat is one of the names or values listed below:


NameNumberDescription
Bitmap1A bitmap image.
JPG23A JPEG File Interchange Format image file.
Metafile2A Windows metafile format file.
PNG22A Portable Network Graphics image file.
TIFF26An Tagged Image File format file.

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.

You may like to read -