PDF_Crop_Tool / README.md
beta3's picture
Update README.md
4769cb1 verified
---
title: PDF Crop Tool
emoji: ๐Ÿ“„
colorFrom: red
colorTo: yellow
sdk: static
pinned: false
short_description: Crop same area across all PDF pages
---
# PDF Crop Tool
Crop the same area across all pages in a PDF document.
## Features
- Upload PDF files
- Interactive area selection on first page
- Automatic cropping across all pages
- Download processed document
## Usage
1. Click "Select File" and upload your PDF
2. Click and drag on the first page to select the crop area
3. Click "Process PDF" to apply the crop to all pages
4. Download the processed file
## Technologies
- PDF.js for rendering
- PDF-lib for document manipulation
- Vanilla JavaScript