Metadata-Version: 2.1
Name: PDFU
Version: 0.2.1
Summary: PDF Unembedder for PDFPage objects
Home-page: https://github.com/YM162/PDFU
Author: YM162
Author-email: david.fontaneda@estudiante.uam.es
Project-URL: Bug Tracker, https://github.com/YM162/PDFU/issues
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

# PDFU
PDF Unembedder: Functional inverse of functions that embbed pdf pages inside other documents. The most prominent example is the embedPages() function of PDF-lib.js</br>

This has the side efect of removing ads and watermarks placed by many websites.

# How to install:</br>
>pip install pdfu</br>

# Usage</br>
CLI:</br>
>pdfu \<filename\></br>

Code:
>from PDFU.PDFU_Extract import deembed
>
>return_msg = deembed( "file.pdf" )
