Use cases

Expense reports from Excel to PDF — without uploading them

Short answer: An expense sheet is a small document with an outsized privacy profile: employee names, merchant names, dates, amounts, often the last four digits of a card and sometimes a home address on the mileage tab. Converting it through a free online tool means a copy of all of that sits on someone else’s server until their retention timer runs out. Converting it locally means the file never leaves the machine. The Windows add-in and desktop app run entirely on your PC, never modify the original, keep each claim’s row whole across page breaks, and flag any page that came out blank or clipped before you submit it.

What is actually in the file

More than people think, which is why this is worth two minutes of thought rather than none:

None of it is catastrophic on its own. All of it together is a document you would not email to a stranger, and an upload is closer to that than it feels.

Converting locally, and what still goes wrong

Keeping the file on the machine solves the privacy question and none of the layout ones. Expense sheets break in two predictable ways.

Rows with a long description get sliced. A claim line whose justification wraps to three lines is a tall row; Excel fills the page by height and cuts at the margin, so the amount can end up on the following page from the item it belongs to. On an approval document that is worse than untidy.

The right-hand columns fall off. Add a VAT column and a cost-centre column to a sheet that used to fit, and the totals move onto a separate strip of pages that nobody prints.

A layout pass fixes both by re-computing the page rather than reproducing the page setup: every row stays whole, and a table too wide for the paper is resized to a readable floor or sliced across pages with the label column repeated. Each rendered file is then scanned for blank and clipped pages and the suspects are flagged for review — it flags them; it does not edit your workbook.

The monthly run

Expenses arrive as a folder: one workbook per person, per month. The desktop app takes the folder in one pass and writes a run log, so you can see that every claim was rendered rather than discovering a missing one at approval. It is free for runs of up to five files and needs Windows with Excel 2016+.

Two honest notes. On-device conversion is a real advantage over upload-based online converters; against Excel’s own Save as PDF it is parity, because that is local too — the difference there is the layout and the check, not the privacy. And in batch mode there is no per-file notice about data that sat beyond a print area, so if a sheet has a print area hiding a working column, review the output rather than assuming.

Before it goes to the approver

Last column present, no row cut in half, text readable, no stray blank pages, and nothing missing that used to be there. That is the whole check, and it is faster than the conversation that follows a claim approved against a truncated page.

CrazySmartPDF is free to run on your own files, offline. See how it works.