get_pdf
Compile a LaTeX project and save the resulting PDF to a local file, returning the file path. Use when you need the PDF artifact.
Instructions
Compile and save the PDF to a local file, returning the path. Use when you need the artifact itself; for fixing errors use compile instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | ||
| outputPath | No | Defaults to a temp directory |