Converting Word, Excel, HTML and images to PDF
Short answer: Every major application exports PDF directly: Word uses File → Save As → PDF, Excel uses Export → Create PDF/XPS after setting a print area, browsers use Ctrl+P with "Save as PDF" as the destination, and images can be combined into a single PDF. The settings that matter are font embedding, scale-to-fit and DPI.
Converting into PDF is the easy direction: the format was designed to freeze a layout so it renders identically everywhere. The failures are all avoidable and all boring, a font that was not embedded, a spreadsheet that spills onto 40 pages, a table cut in half by a page break, a photo at 72 DPI that prints like a mosaic. These guides cover the settings that prevent each one, in Word, Excel, browsers and image tools.
Every guide in this topic
- How to convert Word to PDF and keep the fonts, Export a Word document to PDF with fonts embedded, links intact and headings preserved. The Save As options that matter, plus Google Docs and LibreOffice.
- How to convert an Excel spreadsheet to PDF that actually fits, Stop Excel exporting 40 pages of stray columns. Set a print area, fit to one page wide, repeat header rows, control page breaks and export a readable PDF.
- How to convert HTML to PDF, Convert HTML to PDF with the browser print dialog or headless Chrome. The @page and break-inside CSS that controls pagination, plus margins and backgrounds.
- How to combine photos and scans into one PDF, Turn JPG, PNG and HEIC photos into one PDF: page size, orientation, ordering, the DPI you need for printing, and the right settings for receipts and scans.