# \_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?'
```
