You have a PDF questionnaire, job application, or classroom quiz. You need responses in Google Sheets, not a pile of scanned pages. Google Forms has no PDF import button, so people search how to convert a PDF to a Google Form and hit three realistic paths: manual copy-paste, a DIY Apps Script setup, or an AI converter like Doc2Form.
This guide walks through all three honestly, including where each method breaks down.
Why Google Forms does not import PDFs natively
Google Forms is built for creating questions inside the editor or generating drafts from a text prompt on paid Workspace plans. It does not read arbitrary PDF layout: checkboxes drawn as graphics, multi-column tables, or scan noise.
That gap is why pdf to google form searches keep growing. Teams want the Form object in Drive (share link, Sheets export, Classroom integration) without retyping thirty questions.
Method 1: Copy-paste (free, painful at scale)
Works for one-page forms with simple numbered questions.
- Open the PDF and Google Forms side by side.
- Create a blank form.
- Copy each question stem into a new question field.
- Rebuild multiple-choice options line by line.
- Add sections where the PDF had page breaks.
When it is enough: 3-5 short questions, one-time use, no tight deadline.
When it fails: Anything with tables, Likert grids, or 20+ items. Teachers report 2+ hours for a single unit test. HR packets with dropdowns and checkbox groups are worse.
Method 2: DIY with Google Apps Script + Gemini (free, technical)
Doc2Form is open source. You can run the same pipeline inside your Google account:
- Get a free Gemini API key from Google AI Studio.
- Create a Google Apps Script project and copy
code.gs,Prompts.gs,Index.html, andappsscript.jsonfrom the repo. - Store
GEMINI_API_KEYas a script property. - Deploy as a web app bound to your account.
The script sends PDF bytes to Gemini, receives structured JSON, and calls the Google Forms API. You own the code and pay only for API usage.
Best for: Developers, IT teams, schools with Apps Script experience.
Limits: 5 MB file cap (Apps Script constraint), setup time, you maintain the script when Google APIs change.
Method 3: Doc2Form hosted converter (fastest for most teams)
For a non-technical user who needs a Form in minutes:
- Open doc2form.dev or the PDF to Google Form solution page.
- Sign in with the Google account that should own the Form.
- Upload the PDF (digital PDF or many scans up to 5 MB).
- Review the generated Form in Drive, tweak labels, publish.
Doc2Form uses Gemini to detect question types (multiple choice, checkboxes, short answer, linear scales, sections) and writes a native Form via the Forms API. Your first conversion is free; after that, credit packs apply. Or self-host the open-source version for unlimited runs.
Best for: Teachers, HR, researchers, nonprofits - anyone who searched how to make a pdf into a form and needs it today.
Limits: Not 100% perfect on messy scans or heavily designed PDFs. Always review before sharing. See scanned PDF to Google Form for photo and OCR tips.
Which method should you pick?
| Situation | Pick |
|---|---|
| 3 questions, one time | Copy-paste |
| You code, want zero SaaS | Apps Script + repo |
| 10+ questions, deadline this week | Doc2Form PDF converter |
| Paper scan or phone photo | Doc2Form (vision) or image to Google Form |
| Quiz with auto-grading | Convert first, then enable Quiz mode in Forms; see quiz to Google Form |
After conversion: checklist before you share
- Spot-check every question stem and option list.
- Set required fields and validation (email, number ranges).
- Turn on Make this a quiz if you need auto-grading.
- Link responses to a Google Sheet.
- Test one submission yourself.
Common questions
Can Gemini inside Google Forms replace a PDF converter?
Built-in Gemini helps when you already have a Workspace plan and clean Docs in Drive. It is weaker for email attachments, scans, and one-off PDF jobs. Compare in our Google Forms AI vs Doc2Form breakdown.
Is converting a PDF to a Google Form free?
Copy-paste and self-hosted Apps Script are free aside from your time. Doc2Form gives one free hosted conversion; credits after that. Competitors often use subscriptions - see Formswrite alternative if you are shopping.
What file types besides PDF?
Doc2Form also accepts Word (.docx) and images. For Word-specific steps, read how to convert a Word document to a Google Form.
Try the fastest path
If you already have the PDF open, skip the retyping: convert PDF to Google Form free with Doc2Form. Upload, review, share. Most teams finish in under two minutes.