Skip to content
reader.me

Accounting and Audit Firms: Archive Client Records with PDF/A

Audit trails and fiscal records need to open the same way in ten years, and they shouldn't pass through a stranger's server to get archived. Here's how accounting firms can do both.

DCDavid Carrero · · 6 min read

An audit file isn’t finished when the numbers add up. It’s finished when the working papers, the client confirmations, the trial balance, and the sign-off memo are archived in a form that will still open, unchanged, if a regulator asks for it in seven years. That last step — the archiving — is where a lot of accounting firms quietly cut corners, because it happens at the end of a long engagement, after everyone just wants to close the file and move on.

The shortcut usually looks the same: export everything to PDF, drag it into whatever free merge tool is open in a browser tab, and file the result. It works today. Whether it still works, and still proves what it needs to prove, in 2033 is a different question.

Why a regular PDF isn’t an archive

A standard PDF can rely on things outside the file itself: a font installed on your machine, a color profile from your printer driver, sometimes even an internet connection for embedded content. None of that is guaranteed to exist when someone opens the file a decade from now on a different system. The document might render with the wrong font, missing characters, or a layout that’s subtly off from what was actually signed off.

For an audit trail, “subtly off” is a real problem. If a working paper needs to be produced for a regulator or a court, it has to be demonstrably the same document that was filed, not a close approximation shaped by whatever software happened to open it.

PDF/A exists specifically for this. It’s an ISO-standardized subset of PDF built for long-term archiving: fonts are embedded inside the file itself, color is defined in a self-contained way, and anything that depends on external resources or unstable behavior is disallowed. A PDF/A file is designed to look identical whenever, wherever, and on whatever software it’s opened with, including software that doesn’t exist yet.

The compliance angle, not just the technical one

Most audit and accounting regulation doesn’t say “use PDF/A” by name, but it does say records have to be retained, legible, and unaltered for a set number of years — often five to ten depending on jurisdiction and engagement type. A format that can silently render differently over time makes that retention promise harder to keep. A format built so it can’t drift makes it straightforward.

There’s also the metadata question. Audit files often need to preserve who prepared a document and when, independent of the visible content. Metadata embedded in the PDF — creation date, author, sometimes a review timestamp — becomes part of the record, and it should be reviewed before archiving rather than left as whatever default your export tool happened to write in.

A workable archiving workflow

Here’s a version of the process that fits how most engagements actually close:

  1. Finish assembling the file first. Combine the working papers, confirmations, and sign-off memo into a single document in the order they should be reviewed. If the file needs internal navigation, add bookmarks for each section — trial balance, confirmations, memo, appendices — so a reviewer years from now can find a section without scrolling through fifty pages.
  2. Convert the finished file to PDF/A rather than converting each piece separately. Doing the conversion once, at the end, keeps embedded fonts and structure consistent across the whole archive rather than across each individually-exported source document.
  3. Check the metadata before you file it. Confirm the author and date fields reflect the actual engagement, not a placeholder from whichever workstation exported the file.
  4. Store the PDF/A file in your retention system and treat it as the record of reference — the version that gets pulled if anyone ever asks to see the file again.

None of this needs specialized archiving software. Our PDF/A converter does the conversion step directly in your browser, and the whole workflow above can run without uploading a single working paper anywhere.

Why that matters for confidential client files

Audit working papers are about as sensitive as a document gets inside a firm: they contain a client’s full financial picture, often including figures that haven’t been made public yet. Running that file through a random online converter means it briefly sits on a server you don’t control, logged by a service you’ve never audited, at the exact moment you’re supposed to be locking the record down, not exposing it further.

Because our tools run entirely in your browser using WebAssembly, the merge, the bookmarks, and the PDF/A conversion all happen on your own machine. The file is read into your browser’s memory, processed there, and saved back to your device. Nothing is uploaded, so there’s nothing sitting on a server for anyone to find later. You can confirm this yourself: open your browser’s developer tools, watch the Network tab while you convert a file, and you’ll see the page’s own assets load, but never a request carrying your document out.

The habit worth building

Archiving shouldn’t be the rushed last step of an engagement. Building the final file with proper structure, converting it to PDF/A, and checking its metadata takes a few extra minutes at the point you’re already closing the file — and it’s the difference between an archive that still proves itself in ten years and one that quietly stops opening the way it should.

Explore by category