Metadata-Version: 2.1
Name: pdfsak
Version: 1.3.3
Summary: Utility to manipulate PDF files
Home-page: https://github.com/raffaem/pdftools
Author: Raffaele Mancuso
Author-email: raffaelemancuso532@gmail.com
Project-URL: Bug Tracker, https://github.com/raffaem/pdftools/issues
Project-URL: Documentation, https://pdfsak.readthedocs.io
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
License-File: LICENSE

# PDFsak

[![Downloads](https://pepy.tech/badge/pdfsak)](https://pepy.tech/project/pdfsak)
[![Downloads](https://pepy.tech/badge/pdfsak/month)](https://pepy.tech/project/pdfsak)
[![Downloads](https://pepy.tech/badge/pdfsak/week)](https://pepy.tech/project/pdfsak)
[![Documentation Status](https://readthedocs.org/projects/pdfsak/badge/?version=latest)](https://pdfsak.readthedocs.io/en/latest/?badge=latest)

## About it

<img src="/media/pdfsak_logo.svg" alt="PDFsak logo" width="150"/>

Logo from [kgullion](https://github.com/kgullion) provided [here](https://github.com/raffaem/pdfsak/issues/8#issuecomment-1021767395).

PDFsak (PDF Swiss Army knife) is an utility to manipulate PDF files.

The previous name of the project (as of 2021-10-10) was "pdftools".

It allows you to:

* Merge
* N-up pages (put more than one input page into a single output page)
* Trim pages
* Extract pages
* Rotate pages
* Swap pages
* Delete pages
* Create handouts
* Add text (like page numbers)
* Remove owner protection (the one which allows you to open the file without a password, but not to print, annotate or copy from it)
* Remove metadata
* Simulate Adobe Acrobat Clearscan: vectorize the text to improve quality and readability
* Add watermarks or images
* And more

PDFsak has been tested on Windows and Linux (Fedora).

It should work also on macOS, although it has not been tested on this platform.

## Documentation

Checkout the [online documentation](https://pdfsak.readthedocs.io) for requirements, installation, usage and examples.

