Save Google Docs as PDF with a Custom Naming Convention

Saving with a custom naming convention means establishing a document title format in Drive that translates to useful PDF file names on your computer. The key is setting the naming standard in Drive before exporting.

Establishing a naming convention in Drive

Saving with a custom naming convention starts with renaming documents in Drive to match your preferred format before exporting. Common patterns include: YYYY-MM-ClientName-DocumentType, DocumentType-Version-Date, or ProjectCode-DocumentName. Pick one and apply it consistently across your document set.

Using Apps Script for automatic naming

For teams with large document sets, use Apps Script to rename documents according to a convention programmatically. The script reads metadata from each document (creation date, folder name, owner) and constructs a standardized title before running the export.

Avoiding problematic characters

Some characters in document titles cause issues in file names on certain operating systems. Avoid slashes, colons, question marks, asterisks, and pipe characters. Dashes and underscores are safe on all platforms and make for readable file names.

Frequently Asked Questions

Can I add a prefix to all PDF file names without renaming the Google Docs?

Not with the standard extension. Apps Script can add a prefix to the file name when saving the PDF without changing the source document title.

Ready to Try It?

Install the free Chrome extension and start converting your Google Docs to PDF in one click.

Install Free Extension