Metadata-Version: 2.1
Name: pdfman
Version: 1.0.0
Summary: A python package for editing pdf
Home-page: https://github.com/jakbin/pdfman
Author: Jak Bin
Project-URL: Bug Tracker, https://github.com/jakbin/pdfman/issues
Keywords: pdf,python-pdf,splitpdf,pypdf,pdfman
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: PyPDF2

# pdfman

A python package for editing pdf.

[![Python package](https://github.com/jakbin/pdfman/actions/workflows/publish.yml/badge.svg)](https://github.com/jakbin/pdfman/actions/workflows/publish.yml)
[![PyPI version](https://badge.fury.io/py/pdfman.svg)](https://badge.fury.io/py/pdfman)
[![Downloads](https://pepy.tech/badge/pdfman/month)](https://pepy.tech/project/pdfman)
[![Downloads](https://static.pepy.tech/personalized-badge/pdfman?period=total&units=international_system&left_color=green&right_color=blue&left_text=Total%20Downloads)](https://pepy.tech/project/pdfman)
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/jakbin/pdfman)
![GitHub last commit](https://img.shields.io/github/last-commit/jakbin/pdfman)

## Introduction

Using "pdfman", you can edit your pdf like :- split, merge etc.

## Compatability

Python 3.6+ is required.

## Installation

```sh
pip install pdfman
```

## Usage

```sh
pdfman -h
pdfman file.pdf
pdfman file.pdf -r 2,4-6,8
```
