Practical guides

File Conversion Guides

How to convert between Word documents, Excel spreadsheets, PDFs, images, and plain text — with every conversion running locally in your browser so nothing is uploaded to a server.

Converting a Word document to PDF

Upload your .docx file to the DOCX to PDF tool. It extracts all paragraphs and generates a clean, readable PDF using your browser's own rendering engine. Formatting like bold and italic is preserved as structured text. The output PDF downloads immediately — nothing is sent to a server.

Exporting an Excel sheet to CSV

Open the Excel to CSV tool and drop your .xlsx file. It reads the first worksheet, resolves shared strings, and outputs RFC 4180-compliant CSV. Values containing commas or quotes are automatically escaped. Use the Excel to JSON tool instead if you need a structured array for code.

Extracting text from a PowerPoint presentation

The PowerPoint to Text tool unzips the .pptx file in your browser, reads each slide's text frames in order, and outputs a numbered plain-text transcript. Useful for feeding slide content into a search index, generating presentation notes, or archiving decks as readable documents.

Converting CSV data to Excel format

Paste your CSV or upload a file into the CSV to Excel tool. It generates a valid .xlsx file with proper shared-string encoding so the file opens correctly in Excel, Google Sheets, and LibreOffice. Numeric values are stored as numbers, not text, so formulas work immediately.