An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# 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 merge file1.pdf file2.pdf
pdfman split file.pdf -r 2,4-6,8
```