Metadata-Version: 2.4
Name: irlpdf
Version: 0.1.8
Summary: CLI tool for pdf related tasks
Home-page: https://github.com/dusa-sai-krishna/irlpdf
Author: Gauraang Ratnaparik
Author-email: john.doe@foo.com
License: MIT
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: typer==0.12.4
Requires-Dist: pypdf2==3.0.1
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

<img width="2000" height="1024" alt="irlpdf banner" src="https://github.com/user-attachments/assets/fdf65401-2637-47cf-ae89-b7f01e54422c" />

### irlpdf

irlpdf (i really love pdf) is a cli application 
that lets you alter pdfs. Perform actions like Compress, Split, Merge and other common pdf related operations without needing to search on the internet

current version (v0.1.0) is not stable and can contain bugs, majority of which will be fixed over the next few releases.

### utilities 

- compress a pdf
- merge multiple pdfs
- remove pages from a pdf
- stats of a pdf
- encrypt a pdf
- decrypt a pdf

to learn about commands use the man command as `irlpdf man help`

Docs and Windows/Linux distributions to be put out soon
