Every file on your computer carries a short tag after the dot, the file extension (like .docx, .pdf, .jpg), that tells the computer which app should open it and what kind of data sits inside. When you're sending work to a Work Experience supervisor, uploading a CV through Intreo, or adding a page to your Digital Portfolio, picking the right format decides whether your file arrives looking exactly as you meant it or whether the person on the other end can't open it at all.
Imagine an employer emails a job ad that ends with: "Send your CV and cover letter, PDF format only, please." Why would they specifically ask for PDF instead of just "send me your CV"? Think of at least one reason before moving on. You'll check your answer against the Key concepts table in a minute.
Every file type is a different way of packaging information. Some formats are built to be edited, some are built to be shared. Here are the four you'll use most often across Work Experience and your Something Real project:
| Concept | Why it matters | Example |
|---|---|---|
| File extension — the 3-4 letter tag after the dot in a filename | It tells your computer which app to open the file with. | {{code:payslip.pdf}} opens in a PDF viewer; {{code:payslip.xlsx}} opens in a spreadsheet — same word, two very different files |
| .docx — Word's editable document format (Google Docs can read and save it too) | Use it while a document might still need changes. | {{code:proposal.docx}} so a placement mentor's suggested fixes can still be typed in |
| .pdf — a fixed-layout format that locks fonts, images, and spacing in place | Send as PDF when the reader only needs to READ. It looks identical on any device. | {{code:cv.pdf}} sent to an employer so the formatting doesn't break on their phone |
| .xlsx — Excel's editable spreadsheet format with live formulas | Needed any time numbers should recalculate. A PDF of a spreadsheet is a picture, not a calculator. | {{code:budget.xlsx}} so totals still update when you change a price |
If the reader needs to CHANGE the file, send the editable version (.docx, .xlsx, .pptx). If the reader only needs to READ the file, send PDF. If you're not sure, send PDF. It's almost always the safer default for anything leaving your own device.
You'll save one simple document in two formats (the editable version and a fixed PDF) so you can see the difference between edit and share formats hands-on.
If something went sideways during the step-by-step, work through this table before starting Independent Practice.
| Issue | Solution |
|---|---|
| My PDF looks slightly different from the editable version (fonts or spacing shifted) | Some custom fonts don't embed properly when exporting. Use a standard font like Calibri, Arial, or Times New Roman. They're built into every PDF reader. |
| I can't find the downloaded PDF anywhere | Press {{kbd:Ctrl+J}} (Windows/Chromebook) or {{kbd:Cmd+J}} (Mac) in your browser to open the downloads list, then click the filename to reveal it in your Downloads folder. |
| I can't see 'Download as PDF' under File > Export in Word Online | Microsoft occasionally moves this option between File > Export and File > Save As. Check both menus, or type "PDF" into the File menu's search box if one appears. Either path produces the same PDF. |
| Google Docs doesn't save as .docx automatically. It just makes a Google Doc | That's by design. Google Docs uses its own internal format in Drive. Use {{menu:File -> Download -> Microsoft Word (.docx)}} any time you need an actual .docx file to send to someone. |
| The PDF won't let me edit it at all | That's correct behaviour. PDF is a fixed format. If you need to change the content, open the original .docx or Google Doc, edit it there, and export a new PDF. |
| I need to insert a table into a document for the next activity and I'm not sure how | In both Word Online and Google Docs, click {{menu:Insert -> Table}} and drag to select the grid size you need (for the next activity, choose 3 columns by 7 rows). |