How to Organize Warranties and Receipts as Searchable PDFs You Can Actually Find
The dishwasher fails in month thirty-one of a thirty-six month warranty. The manufacturer will honour it, but only if you produce proof of purchase with a date, a model number, and a serial number. You know the receipt exists. It is in a drawer, or a shoebox, or possibly inside the manual that came in the box you threw away. Two hours later you find a thermal-paper slip that has faded to a blank grey rectangle, and a claim worth several hundred quietly evaporates because of paper chemistry.
The habit that prevents this costs five minutes and happens on purchase day, while the box is still open and everything is in one place. Photograph the receipt flat under good light, then photograph the serial number plate on the appliance itself and the warranty card if there is one. Convert the set with Image to PDF so the three images become one document per purchase. Doing it immediately matters more than doing it neatly, because thermal receipts start fading within months and nobody ever goes back to file the backlog.
Next, make the archive searchable rather than merely stored. Run each new document through OCR, which reads the text in your photographs and produces a searchable PDF where the model number, the store name, and the date are all findable by your operating system's search. This is the step that changes the archive from a pile you must browse into a database you can query. OCR handles both English and Chinese text, so bilingual receipts and imported appliance documentation come through intact.
Give every file a name that sorts and searches well. A pattern like 2026-07-17-Bosch-dishwasher-SMS4H.pdf puts the date first so chronological sorting works automatically, and puts the brand and model where you will actually type them. Then group by category rather than by year: use merge to build a single kitchen appliances file, another for electronics, another for furniture, and use organize when you need to insert a new purchase in date order or remove an item you have sold. One file per category is far easier to browse than three hundred loose documents.
When something breaks, the payoff is immediate. Search your archive for the model number, open the category PDF, find the page, and send exactly that page to the manufacturer by using split to pull it out, or add a quick note with annotate explaining the fault. If the receipt carries a full card number or your home address and the claim is going to a third-party repairer, run redact over those lines first. Every one of these tools works offline in your browser on PdfWill, so purchase history and personal details stay on your own machine.