Local PDF editing without AI uploads
June 22, 2026 · Toolsly
Edit PDFs on your device using browser tools that never send files anywhere. See a step-by-step workflow with PDF to Images, image adjustments, and Images to PDF.

A contract arrives at 4:15 pm
You open a 14-page PDF containing client terms and notice page 9 lists an old pricing tier and page 11 has an oversized logo. The file must leave your machine by 5 pm. No cloud upload is allowed.
The workflow below uses only local conversions that run inside the browser. Each step produces a new file you can inspect before moving forward.
Convert the PDF to separate images
Start by turning every page into an image you can examine one at a time. Open the PDF to Images tool and drop the contract file. The converter extracts 14 PNG files named page-01.png through page-14.png. Each image is 1920 pixels wide at 150 dpi, matching the original page size.
After the process finishes, open page-09.png and page-11.png in any image viewer. Confirm the pricing table and logo appear exactly where expected.
Remove the outdated page
Delete page-09.png from the folder. The remaining files keep their original names, so page-10.png now follows page-08.png. This manual removal replaces the need for an AI rewrite that would require uploading the whole document.
Resize the oversized logo
Open page-11.png in the Image Resize tool. Set the width to 420 pixels while keeping aspect ratio locked. The new file measures 68 KB instead of the original 312 KB. Save it as page-11-resized.png.
Crop excess margins on two other pages
Some pages contain large white borders. Load page-03.png and page-07.png into the Image Cropper. Set the crop box to remove 80 pixels from each side. The resulting images are 1760 pixels wide. Export them with the same naming pattern.
Rebuild the PDF from the adjusted images
Collect the final set of 13 images in the correct order. Drag them into the Images to PDF tool. Choose A4 page size and 150 dpi output. The tool produces a single PDF named contract-revised.pdf that weighs 2.1 MB.
Before sending, open the new file and scroll through every page to verify order and image changes.
Verify file size and page count
| Step | File count | Total size | Notes |
|---|---|---|---|
| Original contract | 1 | 4.8 MB | 14 pages |
| After page removal | 13 images | 3.9 MB | page-09.png deleted |
| After logo resize | 13 images | 3.6 MB | one image reduced |
| After cropping | 13 images | 3.4 MB | two images trimmed |
| Final PDF | 1 | 2.1 MB | 13 pages, ready to send |
The table shows a 56 percent size reduction achieved without any server transfer.
Combine with other pages if needed
If a second document must be appended, place both revised PDFs into the PDF Combine tool. Select the order and export once. The merge happens entirely in memory.
Outcome
You now hold a 13-page contract with the correct pricing, trimmed margins, and a resized logo. The file stayed on your device the entire time. Repeat the same sequence any time a PDF needs page-level changes by returning to the same three tools.
Preparing image sequences for consistent output
When the source PDF contains more than twenty pages, file naming and folder structure become the main sources of error. Create a dedicated working directory named after the project date and original filename, such as 2024-10-03-contract-review. Inside it, keep three subfolders: originals, edited, and final. After the initial conversion step, copy every PNG into originals so the source set remains untouched. Then work only inside edited.
Renaming follows a strict pattern: page-001.png, page-002.png, and so on, using three digits even for shorter documents. This prevents sorting problems when the operating system lists files alphabetically. If a page is deleted, do not renumber the remaining files; instead leave a gap in the sequence and note the missing number in a plain-text log file kept in the same folder. The Images to PDF tool accepts non-consecutive names as long as the user drags them in the correct visual order.
DPI choice affects both final file size and legibility of fine print. For contracts that will be printed, 200 dpi produces acceptable results while keeping most pages under 300 KB each. For internal review only, 120 dpi is usually sufficient and reduces the assembled PDF by roughly 40 percent compared with 150 dpi. Test one representative page at each setting before processing the full set.
Quality control checklist before final export
A short checklist performed after every image adjustment prevents the most frequent delivery mistakes. Open each edited PNG at 100 percent zoom and verify the following items in order:
- Page number appears in the footer and matches the intended sequence.
- No text is cut off at the new margins after cropping.
- Logo or signature elements retain readable contrast when resized.
- Tables and columns align vertically when viewed at actual size.
- File size of each PNG is recorded in the log so unexpected bloat can be traced to a single page.
If any item fails, return to the specific tool used for that page rather than restarting the entire sequence. Record the corrective action next to the page number so the same adjustment can be applied quickly to future files.
| Check item | Tool used | Pass criterion | Typical time per page |
|---|---|---|---|
| Text legibility | Image Resize | No pixelation at 100 % zoom | 15 seconds |
| Margin consistency | Image Cropper | 80 px removed on all sides | 20 seconds |
| Logo placement | Image Resize | Width exactly 420 px | 10 seconds |
| Page order | Folder sort | Matches original index minus deletions | 30 seconds |
The table above can be copied into a note and reused for each new project.
Troubleshooting common conversion issues
Low-contrast pages sometimes appear washed out after conversion. Increase the source PDF viewer zoom to 150 percent before capturing, or adjust the PNG output settings to 8-bit grayscale instead of RGB when the document contains only black text on white. The resulting files are 30-40 percent smaller and print with sharper edges on laser printers.
Oversized images that exceed 2000 pixels wide should be downscaled in a single batch before any cropping step. This avoids cumulative rounding errors when multiple tools are chained. Keep the aspect ratio locked and target a maximum width of 1920 pixels for A4 content.
When the rebuilt PDF shows pages in the wrong order, the cause is almost always a missing leading zero in a filename. Re-sort the file list manually inside the Images to PDF drop zone rather than renaming files again; the tool respects the order of the dragged selection.
Extending the workflow to scanned documents
Scanned contracts often arrive with slight rotation and uneven lighting. After the initial PDF-to-images conversion, run every page through a quick deskew pass if the tool offers an angle correction slider set between -2 and +2 degrees. Preview the result on two or three sample pages before applying the change to the full set. Once straightened, apply the same resize and crop steps described earlier.
For documents that combine printed text with handwritten signatures, keep the signature pages at the original 150 dpi while reducing the remaining pages to 120 dpi. This hybrid approach preserves signature detail without inflating the overall file size. The final assembly step accepts mixed resolutions without issue.
After the revised PDF is created, reopen it and compare page count and total size against the log created during preparation. Any discrepancy larger than 5 percent usually indicates a missed deletion or an accidental duplicate page. Correct the set in the edited folder and rebuild rather than editing the finished PDF directly.