> For the complete documentation index, see [llms.txt](https://docs.fieldmotion.com/fieldmotion-api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fieldmotion.com/fieldmotion-api-docs/job/_getasjpg.md).

# \_getAsJpg

Generate a PDF of the Job and return a JPG version of that PDF.

### Parameters

#### id

The ID of the Job to return.

### Example

```
FM_api('Job_getAsJpg', ['id' => '222404']);
```

### Result

#### On Success

Returns a binary file in .jpg format.

#### On Failure

```
'no such meeting?'
```
