Install & set up your first sheet
This guide walks you from "I just heard about Sheet to PDF" to "I just generated my first batch of PDFs." Total time: about 5 minutes.
What you'll do
1. Install from the Marketplace
Click Install on the Google Workspace Marketplace listing. Choose the Google account you want to install for. Authorize the requested permissions โ we use the least-privilege drive.file scope, so we can only see files you explicitly select.
2. Prepare your Google Sheet
Open any Google Sheet. The first row must contain your column headers โ these become the variable names you'll reference in your template.
For example, for invoices:
| Client | Email | Amount | Date | | Acme | [email protected] | 1250 | 2026-05-30 | | Globex | [email protected] | 890 | 2026-05-30 | | Initech | [email protected] | 1500 | 2026-05-30 |
Each row below the header becomes one PDF.
Client won't match {{client}} in your template. Pick one convention and stick with it.3. Prepare your Google Doc template
Create a new Google Doc. Write your content as you normally would, but wherever you want a value from the sheet to appear, use {{ColumnName}} โ double curly braces around the exact header name.
Hi {{Client}},
Please find your invoice attached. Total due: {{Amount}}โฌ by {{Date}}.
Best,
Your team
That's it. The Doc can have any formatting โ fonts, colors, images, tables, headers, footers. The placeholders are just plain text that gets replaced when each PDF is generated.
4. Generate your first batch
In your Sheet, open Extensions โ Sheet to PDF โ Open sidebar.
- Click Template doc โ pick your Doc
- (Paid plans) Click Save PDFs to โ pick a Drive folder for the output
- Click Generate N PDFs
Wait a few seconds. Each row generates one PDF. On the Free plan, PDFs download directly to your computer with a "Made with Sheet to PDF" footer. On paid plans, they save to your chosen Drive folder, and a "PDF link" column is auto-added to your sheet.
What's next
You did it. Now explore:
- Smart templates โ use
{% if %}blocks and filters for dynamic content - Bulk email PDFs โ auto-send each PDF to a recipient (Pro and up)
- Earn more free PDFs โ go from 5 to 50 per month for free