Skip to content
Allin

Files

33 guides on files

Merging, splitting, converting and shrinking documents. These guides say what a conversion actually preserves and what it silently drops, and where a file's limit stops being technical and becomes a legal question about the document itself.

Start here

Ranked by how many pages of this site link to them, not by traffic.

  1. 1The Number 1 and the Text "1" Are Not DuplicatesDeduplication compares whole rows exactly, cell type included. Five identical-looking rows came out as three, because one held a number, one a string and one a string with a leading space.
  2. 2Converting Formulas to Values Keeps the Cached Answer, Not the CalculationA spreadsheet file stores both the formula and the last answer Excel computed. Stripping the formula leaves the stored answer — and leaves a blank wherever the file never carried one.
  3. 3ZIP or TAR: Which One, and Why It MattersOne structural difference explains everything else: TAR does not compress, it only stacks; ZIP compresses each file on its own. Measured on 60 small source files, that is the difference between 1,809 bytes and 14,686.

Tools for this section

All our file tools

Latest guides

September 1, 2026
Explainer · Files

The Number 1 and the Text "1" Are Not Duplicates

Deduplication compares whole rows exactly, cell type included. Five identical-looking rows came out as three, because one held a number, one a string and one a string with a leading space.

Daniel Okonkwo · 4 min read

August 21, 2026
Comparison · Files

ZIP or TAR: Which One, and Why It Matters

One structural difference explains everything else: TAR does not compress, it only stacks; ZIP compresses each file on its own. Measured on 60 small source files, that is the difference between 1,809 bytes and 14,686.

Daniel Okonkwo · 12 min read

August 19, 2026
Comparison · Files

XLS, XLSX, XLSM and XLSB: Which Is Which, and Which You Want

Four extensions, three of them the same box with different lids. Rename an XLSX to .zip and it opens — that single fact explains the whole family, and explains why XLS, which does not, is the one still causing trouble.

Daniel Okonkwo · 12 min read

August 13, 2026
Guide · Files

What a PDF Says About You: Reading and Clearing Its Metadata

A PDF carries its metadata twice, in two stores that can tell different stories, and neither of them is the whole story. Here is what is actually in the file, what clearing it removes, and the two things that survive every wipe.

Daniel Okonkwo · 15 min read

How-to · Files

Adding Page Numbers to a PDF When the Pages Are Rotated or Mixed Sizes

Numbering a tidy document is trivial. The cases that bite are a page turned sideways, a Letter sheet among A4 ones, a print file with bleed, and a document that already prints its own number. All four were tested: on the first three the number lands exactly where you asked, and the fourth is not detected at all.

Daniel Okonkwo · 14 min read

August 11, 2026
How-to · Files

Extracting the Text from a PDF, and What the Layout Does to It

A PDF stores glyphs at coordinates — not lines, not paragraphs, not a reading order. Extraction rebuilds the text from those positions, which is why two columns come out interleaved, a table loses its cells, and a scan gives you nothing at all. Measured by running the tool.

Daniel Okonkwo · 15 min read

How-to · Files

Removing the Sound From a Video Without Touching the Picture

One ffmpeg command, no encoder, and a result whose video stream is byte-for-byte the one you started with — verified by checksum. Plus why the file barely shrinks, and the difference between a silent track and no track at all.

Daniel Okonkwo · 11 min read

August 10, 2026
Explainer · Files

Rotating a Video 90° or 180°: the Flag or the Pixels

There are two completely different ways to turn a video, and only one of them touches the picture. This tool takes the slow, lossy, universal road — and there is a good chance your sideways phone clip does not need it at all.

Daniel Okonkwo · 11 min read

August 4, 2026
How-to · Files

Sending a Document for Signature: the Workflow, Not the Law

Whether a drawn signature is valid is settled elsewhere. What decides whether your document actually gets signed is the order you ask people in, what the audit trail records, and six failure modes that have nothing to do with the law.

Daniel Okonkwo · 18 min read

July 13, 2026
How-to · Files

Splitting a File That Is Too Big to Send

The last resort when nothing can be compressed further. It works, and it has three sharp edges: the parts are useless on their own, the order is absolute, and the megabyte you set is not the megabyte the limit means.

Daniel Okonkwo · 7 min read

How-to · Files

Turning Notes into a PDF Worth Archiving

Plain text has no layout, so any converter has to invent one for you. Here is exactly which decisions this one makes — page, margins, font, line breaks — what it does with a tab and a long line, and what you have to add yourself before a note is worth keeping.

Daniel Okonkwo · 19 min read

July 10, 2026
Explainer · Files

Why Your CSV Breaks Accents and Dates in Excel

Three completely different faults hide behind the same sentence. One is the encoding, one is the separator, one is Excel guessing at types while it opens the file — and the fix for each is different. Here is how to tell them apart in five seconds.

Daniel Okonkwo · 19 min read

July 9, 2026
Guide · Files

Cutting and Joining Audio Without a Click at the Join

That tick at the edit point is not a flaw in the software. It is a step in the waveform, and a step is broadband energy — which is the definition of a click. Here is the arithmetic, measured, and the two places you can put a cut so it never happens.

Daniel Okonkwo · 18 min read

July 8, 2026
Explainer · Files

MP3, WAV, FLAC: What Each Conversion Actually Destroys

One of these formats stores the samples, one stores the same samples packed smaller, and one stores a guess about what you would have heard. Which conversions between them are free, which are merely expensive, and which are one-way doors — with the arithmetic for each.

Daniel Okonkwo · 15 min read

July 7, 2026
How-to · Files

Getting the Audio Out of a Video Without a Second Generation of Loss

The soundtrack inside your video has already been through a lossy encoder once. Whether extracting it costs you a second pass depends entirely on which of the three buttons you press — and "extract to MP3", the one everybody reaches for, is the one that costs.

Daniel Okonkwo · 15 min read

Guide · Files

Why a Three-Second GIF Outweighs the Video It Came From

A GIF has no real video compression: every frame is a whole picture, capped at 256 colours. That gives you an arithmetic you can do in your head — width times height times frames — and three levers to pull when the upload box says the file is too big.

Daniel Okonkwo · 14 min read

July 6, 2026
Guide · Files

Which Video Resolution to Choose, and What Each Step Costs in Megabytes

Going from 1080p to 720p does not halve the picture: it removes 56 % of the pixels, and it removes rather less than that of the file. Here is the ladder with real pixel counts, honest bitrates and what three minutes weighs at each rung — plus the reason a low-bitrate source barely shrinks at all.

Daniel Okonkwo · 11 min read

July 3, 2026
Explainer · Files

MOV to MP4: Why the iPhone Video Will Not Open on Windows

The extension is almost never the real problem. A .mov and a .mp4 are cousins from the same family of file formats, and what actually stops the video is the codec sealed inside it — usually HEVC. Here is how to tell the two failures apart, and when changing the box is enough.

Daniel Okonkwo · 14 min read

How-to · Files

Getting a Video Under an Upload Limit Without Guessing

The quality slider cannot aim at a file size — that is not what it is for. But the limit and the length of your clip already fix the bitrate you are allowed to spend, and one division tells you whether the resolution you are using can possibly fit.

Daniel Okonkwo · 14 min read

Explainer · Files

Why Your Video Cut Lands Two Seconds Early

You asked for 1:23 and got 1:21. Nothing is broken: a cut that does not re-encode can only land on a keyframe, and how far away the nearest one is depends entirely on what recorded the video. Here is how to know which you have and when to accept the drift.

Daniel Okonkwo · 7 min read

July 2, 2026
How-to · Files

Putting a Scanned Document Back in the Order It Was Printed

A duplex scanner that took one side at a time, a stack fed upside down, a page that came out twice. Reordering is not the same operation as extracting pages, and knowing which one you are doing tells you what happens to everything that is not a page.

Daniel Okonkwo · 8 min read

Explainer · Files

Your PDF Looks Straight to You and Sideways to Them

You rotated the scan, saved it, and the recipient still opened it sideways. Nothing is broken — rotation in a PDF is an instruction rather than a change to the page, and instructions can be ignored. Here is when that happens and how to produce a file that cannot be misread.

Daniel Okonkwo · 8 min read

July 1, 2026
Explainer · Files

A Drawn Signature Is a Real Signature — Just Not a Qualified One

Drawing your name onto a PDF produces a simple electronic signature. European law says that cannot be dismissed just for being electronic — and also that it carries none of the presumptions a qualified signature does. Knowing which tier you have is the difference between a document that holds and one you have to defend.

Camille Laurent · 9 min read

June 30, 2026
How-to · Files

Photographing a Document and Getting a PDF That Is Accepted

Nobody owns a scanner any more, so the phone does it. Two things decide whether the result is accepted: how you took the photograph, and what page size it becomes. The second one surprises people, because a photograph turned into a PDF is not A4 unless something makes it A4.

Daniel Okonkwo · 9 min read

June 29, 2026
How-to · Files

Turning a PDF into Images When a Site Refuses PDFs

Marketplaces, job boards and support forms often accept JPEG and PNG and nothing else. Converting is easy; choosing the resolution is the part that decides whether the recipient can read your document, and it is the part every tool asks you about and nobody explains.

Daniel Okonkwo · 9 min read

How-to · Files

Merging an Application Pack into One PDF, in the Right Order

A rental file, a loan application, a tender: the requester wants one document, in the order they listed. The merge itself takes seconds. What goes wrong is the ordering, the page sizes and the file that silently loses its signature — all of which are avoidable if you know where they bite.

Daniel Okonkwo · 10 min read

June 26, 2026
Explainer · Files

Why Compressing a File Twice Does Not Halve It Twice

The first pass takes 30% off and the second takes nothing. That is not a broken tool — it is the difference between removing redundancy and removing information, and knowing which one you are doing tells you when to stop and what a second attempt actually costs.

Daniel Okonkwo · 10 min read

June 23, 2026
How-to · Files

Getting a PDF Under a 10 MB Upload Limit

The form rejects your file and offers no advice. What works depends entirely on where the megabytes actually are, and for a scanned document the answer is not compression at all — it is resolution. Here is how to tell which case you have in ten seconds.

Daniel Okonkwo · 11 min read

Guide · Files

Pull the Plug: Which Online File Tools Actually Upload Your Document

Every online file tool promises your document is safe. Almost none tell you whether it leaves your machine at all. There is a five-second test that settles it without reading a single privacy policy, and it works on any tool — including this one.

Daniel Okonkwo · 12 min read