overleaf_compile_and_download
Compile an Overleaf project and download the resulting PDF to a local path. Specify project ID, root document ID, and output path.
Instructions
Compiles the Overleaf project and downloads the resulting PDF.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | The ID of the Overleaf project. | |
| rootDocId | Yes | The ID of the root document (e.g., main.tex). | |
| outputPath | Yes | The absolute local path where the PDF should be saved. |