Export Doc to PDF
export_doc_to_pdfExport a Google Doc to PDF and save it to Google Drive with optional custom filename and folder location.
Instructions
Exports a Google Doc to PDF format and saves it to Google Drive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | User's Google email address | |
| document_id | Yes | ID of the Google Doc to export | |
| pdf_filename | No | Name for the PDF file (optional - if not provided, uses original name + "_PDF") | |
| folder_id | No | Drive folder ID to save PDF in (optional - if not provided, saves in root) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |