export_doc_to_pdf
Convert Google Docs to PDF format and save them directly to Google Drive. Specify the document ID and email to export files for sharing or archiving.
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 |