https://github.com/jakbin/pdfman
Edit pdf from comannd line
https://github.com/jakbin/pdfman
pdf pdf-editor pdf-merge pdf-merger pdf-splitter pdf-tools
Last synced: 7 months ago
JSON representation
Edit pdf from comannd line
- Host: GitHub
- URL: https://github.com/jakbin/pdfman
- Owner: jakbin
- Created: 2024-07-06T15:12:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-06T15:17:05.000Z (over 1 year ago)
- Last Synced: 2025-02-08T09:41:11.864Z (8 months ago)
- Topics: pdf, pdf-editor, pdf-merge, pdf-merger, pdf-splitter, pdf-tools
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pdfman
A python package for editing pdf.
[](https://github.com/jakbin/pdfman/actions/workflows/publish.yml)
[](https://badge.fury.io/py/pdfman)
[](https://pepy.tech/project/pdfman)
[](https://pepy.tech/project/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 merge file1.pdf file2.pdf
pdfman split file.pdf -r 2,4-6,8
```