File conversion for students

Document and submission conversions for students — turn drafts into PDFs, LaTeX into Word, and notes into shareable formats.

Students hit format problems constantly: a professor wants PDF, but you wrote in Google Docs. Submissions require .docx but your machine produced .pages. The TA wants Word format with comments enabled but your Markdown export came out as plain HTML. These conversions are quick, but the wrong choice can cost a grade.

This page collects the conversions and guides students need most: document submissions, presentation handling, and the formats academic platforms actually expect.

Recommended converters for students

The conversions that come up most in students' workflows, with a quick note on when to use each.

What format decisions matter most for students

Students hit format problems where one wrong choice can cost a grade: a professor wants PDF, but you wrote in Google Docs and forgot to embed fonts, so the PDF substitutes Times New Roman for the typeface you carefully chose. Or you submitted in .pages and the TA can't open it. Or your scanned reading was an image-only PDF and your annotation tool can't extract text.

The default for almost every academic submission is PDF with embedded fonts. PDF locks layout, prints reliably, opens on every machine, and avoids 'I can't open your document' email threads. Convert from your editable source (DOCX, Google Doc, Pages, LaTeX) to PDF as the last step before submission, never as your working format.

Always keep the editable source. The PDF is delivery; the source is your master. You'll inevitably want to revise content for a related assignment, or reuse a passage in a thesis chapter, or polish your CV with material from a paper. Editing a PDF directly is dramatically harder than editing the original — and exporting a fresh PDF from the source takes 10 seconds.

Students workflow recommendations

The format and conversion choices that consistently produce the best results for students.

  1. Submit as PDF unless the professor says otherwise

    PDF locks layout, embeds fonts, prints consistently across machines, and avoids 'I can't open your document' email threads. It's the right default for almost every academic submission.

  2. Embed fonts before exporting Word docs to PDF

    If your document uses a custom font, the PDF may substitute the font on the professor's machine. In Word: File → Options → Save → tick 'Embed fonts in the file' before exporting.

  3. Run OCR on scanned PDFs before converting to DOCX

    If a reading is a scan (an image of pages), the converter has no text to work with. Run OCR first using a free tool like OCRmyPDF or Apple Preview's text-recognition feature, then convert.

  4. Keep the editable source forever

    Always keep the original DOCX/Pages/Google Doc/.tex file as your master, even after submitting the PDF. You'll inevitably need to reuse content later, and editing the PDF directly is much more work than editing the source.

Common mistakes students make with file formats

The pitfalls that come up repeatedly for students — most of them invisible until they cause an audible, visible, or workflow problem downstream.

  • Submitting .pages to a Word-only TA

    Apple Pages files don't open in Microsoft Word. Convert to DOCX or PDF before submitting. If you authored in Pages, export → Word format and skim the result for layout drift before uploading.

  • Custom fonts not embedded in PDF

    If your document uses a non-standard font and you don't embed it in the PDF, the recipient's machine substitutes. In Word: File → Options → Save → tick 'Embed fonts in the file' before exporting. In Google Docs: download as PDF (it auto-embeds web fonts; for desktop fonts you may need to install them on the export machine first).

  • OCR not run on scanned PDFs before conversion

    A scanned reading is an image of pages, not text. PDF-to-DOCX conversion produces gibberish unless you OCR first. Apple Preview, Adobe Acrobat, and OCRmyPDF all do this — run OCR, save the text-layered PDF, then convert to DOCX.

  • LaTeX submitters forgetting to compile fonts

    Submitting the .tex source instead of the compiled PDF is fine for technical reviewers who run LaTeX, useless for everyone else. Always submit the PDF; share the .tex separately if asked.

Frequently asked questions

Should I always submit as PDF?

Unless the professor specifies otherwise, yes. PDF is the academic default — it locks formatting, embeds fonts, prints consistently, and opens on every device. Submit the editable source only when the professor asks for tracked changes or comment review.

How do I convert my LaTeX paper to a Word doc the professor wants?

pandoc is the standard tool — `pandoc paper.tex -o paper.docx` works for most papers. Math equations may need post-conversion cleanup; complex tables sometimes need manual fix-up. Always proofread the output before submitting; the conversion isn't lossless for advanced LaTeX features.

Can I edit a PDF without converting it back to Word?

For minor fixes (typo corrections, signature placement) — yes, free tools like Preview, Sumatra, or Adobe Reader edit text directly. For substantial revisions, convert to DOCX, edit, and re-export to PDF. Editing PDF for a major rewrite is much harder than editing the source.

What's the safest format for a thesis or capstone submission?

PDF/A — the archival standard. Universities and government repositories require it for long-term preservation. PDF/A bakes in fonts, color profiles, and metadata so the file renders identically in 50 years. Most word processors export PDF/A directly; check your file → save as → PDF options.

Are there any formats that aren't safe to submit?

.pages (Apple-only), .key (Apple-only), .odt (varies — some institutions accept, others don't), and proprietary research-software formats (.spss, .nb for Mathematica) usually need conversion. When in doubt, ask the professor or submit a PDF version alongside.

Recommended reading

In-depth guides relevant to students' format decisions.

Ready to convert?

Free, instant, no signup. Files deleted within an hour of upload.

Open the converter