create_pdf
Convert LaTeX source code into PDF documents with error handling and local file generation for professional formatting.
Instructions
Creates a PDF document from the provided LaTeX source code.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_name | Yes | The name of the output PDF file (must end with .pdf) | |
| latex_source | Yes | The LaTeX source code to convert into a PDF document. |