PDF Tools
PDF Rotate API
Rotate PDF pages to fix orientation issues. Support for 90°, 180°, and 270° rotations on all or specific pages.
Flexible Rotation
Rotate 90°, 180°, or 270° clockwise or counterclockwise.
Page Selection
Rotate all pages or specify individual pages to rotate.
Preserve Quality
Original document quality maintained after rotation.
Quick Start
curl -X POST "https://api.chargedapi.com/pdf/rotate" \
-H "X-API-Key: YOUR_API_KEY" \
-F "file=@document.pdf" \
-F "angle=90"