--- substitutions: inventor: |- ```{image} /img/jobprocessor/inventor.png :width: 15px :alt: Inventor ``` inventorserver: |- ```{image} /img/jobprocessor/inventorserver.png :width: 15px :alt: InventorServer ``` dwgtrueview: |- ```{image} /img/jobprocessor/dwg_trueview.png :width: 15px :alt: DWG TrueView ``` --- # File Conversion Out of the box powerJobs Processor installs a [sample job]() for most supported formats with the name 'Sample.Create*FORMAT*.ps1' that converts a file to that format.\ Overview of which sample job can be used for which purpose or format: ```{image} /img/jobprocessor/file_conversion_sample_jobs.png :width: 1000px ``` All the jobs are using the []() cmdlet for the conversion as this cmdlet supports all the formats listed below. ## Supported Format Conversions The product supports some [CAD applications]() ({{inventor}} Inventor, {{inventorserver}} InventorServer and {{dwgtrueview}} DWG TrueView) and many conversions out-of-the-box.\ See all exports marked with a '✓' sign in the following table: | | [PDF]() | [DWF / DWFX]() | [DXF]() | [DWG]() |[IGES]() |[STEP]() | [JPEG]() | [BMP]() | [GIF]() | [TIFF]() | [PNG]() | | ------------- |:----:|:----:|:----:|:----:|:----:|:----:|:----:|:----:|:----:|:----:|:----:| | **Inventor:** | | | | | | | | | | | | |   IAM - 3D Assemblies | ✓ {{inventor}} | ✓ {{inventor}} {{inventorserver}} | | ✓ {{inventor}} {{inventorserver}} | ✓ {{inventor}} {{inventorserver}} | ✓ {{inventor}} {{inventorserver}} | ✓ {{inventor}} | ✓ {{inventor}} | ✓ {{inventor}} | ✓ {{inventor}} | ✓ {{inventor}} | |   IPT - 3D Parts | ✓ {{inventor}} | ✓ {{inventor}} {{inventorserver}} | | ✓ {{inventor}} {{inventorserver}} |✓ {{inventor}} {{inventorserver}} |✓ {{inventor}} {{inventorserver}} |✓ {{inventor}} |✓ {{inventor}} |✓ {{inventor}} |✓ {{inventor}} |✓ {{inventor}} | |   IPT - Sheet Metal Parts | | ✓ {{inventor}} {{inventorserver}} | ✓ {{inventor}} {{inventorserver}} | ✓ {{inventor}} {{inventorserver}} | ✓ {{inventor}} {{inventorserver}} | ✓ {{inventor}} {{inventorserver}} | |   IDW - 2D Drawings | ✓ {{inventor}} {{inventorserver}} | ✓ {{inventor}} {{inventorserver}} | ✓ {{inventor}} {{inventorserver}} | ✓ {{inventor}} {{inventorserver}} | | | ✓ {{inventor}} | ✓ {{inventor}} | ✓ {{inventor}} | ✓ {{inventor}} | ✓ {{inventor}} | |   DWG - 2D Drawings | ✓ {{inventor}} {{inventorserver}} {{dwgtrueview}}| ✓ {{inventor}} {{inventorserver}} {{dwgtrueview}} | ✓ {{inventor}} {{inventorserver}} | ✓ {{inventor}} {{inventorserver}} | | | ✓ {{inventor}} | ✓ {{inventor}} | ✓ {{inventor}} | ✓ {{inventor}} | ✓ {{inventor}} | |   IPN - Presentation files | ✓ {{inventor}} | ✓ {{inventor}} {{inventorserver}} | | | | |✓ {{inventor}} |✓ {{inventor}} |✓ {{inventor}} |✓ {{inventor}} |✓ {{inventor}} | | **AutoCAD:** | | | | |   DWG - 2D Drawings | ✓ {{inventor}} {{inventorserver}} {{dwgtrueview}}| ✓ {{inventor}} {{inventorserver}} {{dwgtrueview}} | ✓ {{inventor}} {{inventorserver}} | | | | {{inventor}} | {{inventor}} | {{inventor}} | {{inventor}} | {{inventor}} | {{inventor}} | | **Valid extensions:** | .pdf | .dwf / .dwfx | .dxf | .dwg | .iges / .igs | .stp / .step | .jpg | .bmp | .gif | .tiff | .png | :::{tip} You can customize the default functionality of powerJobs Processor to your needs.\ Get started with [Creating Job Scripts]() and if necessary find more details and instructions how a [custom application]() can be implemented. :::