11 Aug 2026 · 7 min read
· Apu Patra
Generating one QR code is easy. Generating four thousand, each carrying different data and saved under its own file name, is a different problem — and most online tools either charge for it or ask you to upload the spreadsheet first. Here is how to do it locally on Windows, and what to get right before you start a run you cannot undo.
11 Aug 2026 · 6 min read
· Apu Patra
Online converters cap your batch, make you upload every file, and handle one job at a time. Here is how to convert, resize, compress, watermark and strip metadata from a whole folder of images on Windows — locally, in one pass, with no limit on how many files you throw at it.
11 Aug 2026 · 7 min read
· Apu Patra
Copy-pasting forty spreadsheets into one file is not merging — it is hoping. Here is what actually goes wrong when you combine Excel and CSV files by hand, and how to do it properly in one pass: header mismatches caught and reported, duplicates removed across files, text numbers converted, and every row tagged with the file it came from.
6 Aug 2026 · 5 min read
· Apu Patra
You changed the author on a PDF, saved it, and Acrobat shows the new name while Windows Explorer still shows the old one. Nothing is broken — a PDF simply keeps two independent copies of its metadata, and most tools write only one of them.
6 Aug 2026 · 7 min read
· Apu Patra
You set the opacity, picked the position, hit save — and the watermark is nowhere on the page. The file is not corrupt and you did nothing wrong. The cause is an unbalanced graphics operator sitting in the PDF's content stream, left behind by whatever tool produced the document. Here is what is actually happening, why it also explains mirrored and corner-pinned watermarks, and the one setting that
5 Aug 2026 · 7 min read
· Apu Patra
Most PDF splitters ask you to hand over your document first. For an invoice batch, a signed contract or a medical record, that is a real cost — and on a locked-down work network it often is not even possible. Here is how offline splitting works, what page range syntax can do once you learn it, and where the honest limits sit.
4 Aug 2026 · 4 min read
· Apu Patra
Online barcode generators make you create images one at a time. Barcode Image Saver reads an entire Excel or CSV file and writes one barcode per row — tested at 10,000 rows in 76 seconds, with leading zeros and check digits handled correctly.
3 Aug 2026 · 6 min read
· Apu Patra
Explorer, PowerShell, or a dedicated tool — which one to use for bulk renaming, the exact commands that work, and the four habits that stop a rename going wrong.