Export Google Docs as PDF with Custom Filename
The filename of an exported PDF matches the title of the Google Doc. To get a custom filename on the exported PDF, rename the document before exporting. The extension carries the document title through to the PDF filename exactly, so the naming convention starts in Drive.
How filenames are assigned
When the Docs to PDF extension exports a Google Doc, it names the resulting PDF after the document's title. A document called 'Client Proposal March 2026' exports as 'Client Proposal March 2026.pdf'. There is no separate filename step in the extension itself.
Renaming before export
Click the document title in Google Docs to edit it, or right-click the file in Google Drive and select Rename. Change the title to the name you want the PDF to have. Then run the export. The PDF will carry the new title as its filename.
Using naming conventions consistently
For teams that export regularly, a consistent naming convention makes PDFs easy to find and sort. Common patterns include client-project-date (ACME-Proposal-2026-03), department-type-version (Marketing-Brief-v3), or category-name-status (Invoice-INV0042-Sent). Apply the convention to the Google Doc title before exporting.
Automating filename generation with Apps Script
If your naming convention includes dynamic elements like today's date or a sequential number, use Google Apps Script to generate the filename programmatically. The script can rename the document, export it, and save the PDF to Drive, all in one operation.
Batch exports and consistent naming
For batch exports, rename all source documents before running the batch. The exported PDFs will carry the updated names. If you are exporting a set of documents that follow a naming pattern, rename them in Drive before triggering the batch export.
Frequently Asked Questions
How do I choose the filename of an exported PDF?
Rename the Google Doc to the name you want before exporting. The exported PDF will use that name.
Can the extension automatically add the export date to the filename?
Not natively. Use Google Apps Script to append a date to the filename as part of an automated export workflow.
What if two documents have the same title?
Chrome adds a number suffix to avoid overwriting. If both documents are titled 'Report', the PDFs will be 'Report.pdf' and 'Report (1).pdf'. Use unique titles in Drive.
Can I batch rename Google Docs before exporting?
Not through the extension. Use a Google Apps Script to rename files in bulk via the Drive API before triggering the export.
Does renaming the Google Doc affect anything else?
Renaming changes how the file appears in Drive and any links to it that use the filename. Sharing links by ID are not affected.
Ready to Convert?
Join thousands of users who convert their Google Docs to PDF every day with our free Chrome extension.
Install Free Extension