# File Conversion Out of the box powerJobs Processor installs a {doc}`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} /jobprocessor/img/file_conversion_sample_jobs.png :width: 1000px ``` All the jobs are using the [](/jobprocessor/code_reference/cmdlets/export-document) cmdlet for the conversion as this cmdlet supports all the formats listed below. ## Supported Format Conversions The product supports some CAD applications and their conversions out-of-the-box.\ See the {doc}`Applications ` for more details and instructions how a custom application can be implemented **Target format**: destination format. Navigate to the Format to get more details\ **Inventor/InventorServer, DWG TrueView**: Source format\ **Valid extensions**: Possible extensions for the target format | Target format | Inventor | InventorServer | DWG TrueView | Valid extensions | | ------------- | -------- | -------------- | ------------ | ---------------- | | [PDF](/jobprocessor/code_reference/cmdlets/export-document/pdf)|iam, ipt, idw, dwg, ipn | idw, dwg | dwg | pdf" | [DWF / DWFX](/jobprocessor/code_reference/cmdlets/export-document/dwf_dwfx) | iam, ipt, idw, dwg, ipn, ipt (sheet metal) | iam, ipt, idw, dwg, ipn, ipt (sheet metal) | dwg | .dwf / .dwfx | |[DXF](/jobprocessor/code_reference/cmdlets/export-document/dxf) | idw, dwg, ipt (sheet metal) | idw, dwg, ipt (sheet metal) | | .dxf | | [DWG](/jobprocessor/code_reference/cmdlets/export-document/dwg) | idw, dwg, ipt (sheet metal), iam, ipt | idw, dwg, ipt (sheet metal), iam, ipt | | .dwg | | [IGES](/jobprocessor/code_reference/cmdlets/export-document/iges) | ipt (sheet metal), iam, ipt | ipt (sheet metal), iam, ipt | | .iges / .igs | | [STEP](/jobprocessor/code_reference/cmdlets/export-document/step) | ipt (sheet metal), iam, ipt | ipt (sheet metal), iam, ipt | | .stp / .step | | [JPEG](/jobprocessor/code_reference/cmdlets/export-document/jpeg) | iam, ipt, idw, dwg, ipn | | | .jpg | | [BMP](/jobprocessor/code_reference/cmdlets/export-document/bmp) | iam, ipt, idw, dwg, ipn | | | .bmp | | [GIF](/jobprocessor/code_reference/cmdlets/export-document/gif) | iam, ipt, idw, dwg, ipn | | | .gif | | [TIFF](/jobprocessor/code_reference/cmdlets/export-document/tiff) | iam, ipt, idw, dwg, ipn | | | .tiff | | [PNG](/jobprocessor/code_reference/cmdlets/export-document/png) | iam, ipt, idw, dwg, ipn | | | .png | ```{tip} You can customize the default functionality of powerJobs Processor to your needs.\ Get started with [Creating Job Scripts](/jobprocessor/jobs/creating_job_scripts). ```