Metadata-Version: 2.2
Name: pdf-ansh
Version: 0.1.0
Summary: A Python package for various PDF operations.
Home-page: https://github.com/Anshpreet123/pdf-tools
Author: Ansh Preet
Author-email: anshpreet022@gmail.com
Keywords: pdf,tools,merge,split,compress,encrypt,watermark
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Office/Business
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: PyPDF2>=3.0.0
Requires-Dist: PyMuPDF>=1.18.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# PDF Tools

PDF Tools is a Python package that provides various utilities for handling PDFs, such as merging, splitting, compressing, encrypting, decrypting, and watermarking.

## Features
- 📂 **Merge PDFs**: Combine multiple PDFs into one.
- ✂️ **Split PDFs**: Extract individual pages from a PDF.
- 🔽 **Compress PDFs**: Reduce file size by optimizing images.
- 🔒 **Encrypt/Decrypt PDFs**: Secure PDFs with a password.
- 🖋 **Add Watermarks**: Overlay a watermark onto PDFs.

## Installation
```bash
pip install pdf-tools
