Google Drive will open a PDF as a Google Doc in about four clicks, and for a plain text-heavy document the result is genuinely good. For anything with columns, tables, or a designed layout, the result is a mess that takes longer to repair than retyping would have. Knowing in advance which of those two outcomes you are heading for is most of the skill.
The conversion, step by step
- Upload the PDF to Google Drive (drag it into a folder, or New → File upload).
- Right-click the file → Open with → Google Docs.
- Wait. A large or scanned file can take a minute or two.
- A new Google Doc appears in the same folder, named after the PDF, with the original PDF left untouched.
That is the whole procedure. There is no separate conversion setting and no options dialog — Google makes every decision for you, which is the feature and the limitation.
One preference worth checking if you convert regularly: in Drive's settings, Convert uploads to Google Docs editor format will do this automatically on upload. Useful if that is always what you want; irritating if you mostly store PDFs as PDFs.
What Google's converter is doing
Two different pipelines run depending on the file:
For a text-based PDF, Drive reads the embedded text and its positions and reconstructs a document from them. Paragraphs, basic character formatting, and simple lists usually survive. Fonts get substituted with whatever Google has.
For a scanned PDF, Drive runs OCR — the same engine behind Google's other text recognition — and builds a document from the recognised text. Accuracy on clean 300 dpi scans of ordinary printed text is high. Accuracy on a faxed contract from 1998 is not. The first page of the resulting Doc also embeds the original page image above the text in some cases, which surprises people.
The OCR path is the interesting one, because it is genuinely free and genuinely competitive. If your only goal is getting the text out of a scan, this is one of the better options available at no cost. Compare with the alternatives in PDF OCR explained and how to make a PDF searchable with OCR.
What survives and what does not
From repeated experience with real documents:
Usually survives
- Body text and paragraph breaks
- Bold and italic
- Simple bulleted and numbered lists
- Heading text (though not as heading styles — see below)
- Hyperlink text, sometimes with the link intact
Usually does not
- Multi-column layouts. Columns get flattened into a single stream, often interleaved wrongly, which is the single most common complaint.
- Tables. Simple grids sometimes convert to real tables; anything with merged cells or invisible borders becomes a run of loose text.
- Text boxes, sidebars, callouts. These land wherever the reading order put them, typically in the middle of the section they were beside.
- Headers and footers. Repeated on every page as body text, so a 20-page report gains 20 copies of the company name mid-document.
- Fonts. Substituted. Your carefully chosen typeface becomes Arial.
- Precise spacing and page breaks. Gone entirely; the Doc reflows.
- Form fields. Not supported in Google Docs at all.
The reading-order problem deserves emphasis, because it is not random — it follows the PDF's internal content order, which for a designed document may bear no relation to how a human reads the page. If the file happens to be tagged, the order is usually right. If it is not, expect surprises.
Deciding whether to convert at all
Before you convert, ask what you actually need.
- Just to read it? Don't convert. Drive's PDF viewer is fine, and it keeps the layout.
- To quote a few paragraphs? Don't convert. Open the PDF, select the text, copy. Faster and lossless.
- To edit the text and keep the design? Google Docs is the wrong destination — you will spend longer rebuilding the layout than the edit was worth. Edit the PDF directly instead; how to edit PDF text without Acrobat covers the options.
- To rewrite or repurpose the content entirely? Convert. Layout loss does not matter if you are rebuilding anyway.
- To get text out of a scan? Convert. This is the case where Drive is genuinely excellent.
- Do you have the source file? Always ask. Ninety per cent of conversion pain is self-inflicted by not asking the sender for the Word or Slides original.
Alternatives when Drive's output is not good enough
Convert to Word first, then upload. Word's PDF import reconstructs tables and columns considerably better than Drive's, and Google Docs opens .docx cleanly. It is two conversions, which sounds worse but frequently produces a better result. See how to convert PDF to Word.
Use a dedicated converter with layout options, then import. Most paid converters give you a "flowing text" versus "exact layout" choice that Drive does not.
Extract to Markdown if you are heading somewhere structured rather than to a page layout — how to convert PDF to Markdown covers tools that preserve heading hierarchy better than a Docs conversion will.
For tables specifically, go to a spreadsheet, not a document: how to convert PDF to Excel and how to convert PDF to CSV.
Cleaning up the converted Doc
If you have converted and are stuck with the output, this order of operations wastes the least time:
- Delete the repeated headers and footers first. They are the biggest source of noise, and removing them makes everything else readable.
- Fix the structure before the styling. Apply real Heading 1/2/3 styles to what should be headings — the converter almost never does, and everything downstream (navigation pane, table of contents, export) depends on it.
- Rebuild tables rather than repairing them. A converted table with broken cell boundaries takes longer to fix than to re-enter.
- Search for the OCR classics if the source was scanned:
rnread asm,1/l/Iconfusion,0/O, and hyphenated line breaks that survived as real hyphens. - Check numbers specifically. OCR errors in prose are visible; an OCR error in a figure is not, and it will be believed.
That last point is the one that matters. A converted document reads fluently and looks finished, which makes it easy to trust. Every number in it came out of a statistical process and deserves a spot check against the original PDF before it goes anywhere.
Privacy note
Converting means uploading, and uploading means the file sits on Google's servers under your account and their terms. For a marketing brochure this is unremarkable. For client records, medical documents, or anything under GDPR or HIPAA obligations, check that your organisation's Workspace agreement actually covers it before you drag the file in — and if it does not, do the work locally.
Summary
Right-click → Open with → Google Docs is the whole conversion, and it works well for plain prose and remarkably well for scans. Columns, tables, headers and design will not survive. If layout matters, route through Word first or edit the PDF directly instead — and always check whether someone still has the source file before converting anything at all.