A scan came out sideways, a page arrived upside down, a document has wide empty margins or an extra border along the edge. The "Crop & Rotate" tool in pdfredX fixes this right in the browser: you rotate the page in 90° steps and set the crop area with a visual box. Nothing is uploaded to a server.
Step 01. Open the page in the editor
Load a PDF or a photo on pdfredx.com — the pages lay out as a gallery. Press the ✎ button on the card of the page you need: the crop and rotate editor opens. Everything is computed locally, the file does not go to a server.
Step 02. Rotate and/or crop
Rotation. The ↺ −90° and ↻ +90° buttons turn the page in 90° steps: that's how you fix a sideways scan or an upside-down sheet. Two presses give 180°. On rotation the canvas automatically adjusts to the new size, with a white background.
Cropping. Drag the crop box to cut off margins, the scanner frame or an extra edge. Aspect-ratio presets are available:
- Auto-A4 — fits the area to A4 proportions.
- A4 / A3 / Letter / Legal — fixed ratios for standard formats.
- Free — an arbitrary box with no ratio constraint.
A scale badge shows the current percentage — handy so you don't crop too small.
Step 03. Apply and save
Press "Apply" — the crop and rotation are baked into the page (the editUrl is updated). The result shows in the gallery at once. When all pages are ready, "Create PDF" assembles the final file. The download goes straight from the browser. Free, no registration, no server queue.
How it works under the hood
Rotation and cropping work over the page image. The rotation buttons call doRot(±90), and the rotCanvas function redraws the page onto a new canvas at the required angle (the dimensions are recomputed, the background filled white). After a rotation the Cropper.js crop editor restarts with the already-rotated image.
Cropping is applied through getCroppedCanvas: the area selected by the box is cut into a new canvas, and the result becomes the page's new editUrl. The original (origUrl) is not changed in the process — edits always go into a separate field, so you can reopen the editor and continue.
Known limitations
Rotation in 90° steps. The tool turns sideways and flipped pages (90°/180°/270°). There is no fine "straighten by a couple of degrees" slider here — for a slightly tilted scan, use the crop box to align the frame to the edge.
The result is raster. Applied changes are baked into the page image; text in the final file can't be selected, and links and bookmarks are not carried over (a general property of the export).
Editing page by page. Crop and rotation are applied to one page at a time through its ✎ button. Bulk rotation of all pages at once is not yet available.
Need to rearrange pages rather than rotate them? That is the Reorder Pages tool. And to combine several files into one — Merge PDF.
Try it right now — pdfredx.com, no registration, your files stay with you.
