A Pure-Python library built as a PDF toolkit. It is capable of:
- extracting document information (title, author, ...)
- splitting documents page by page
- merging documents page by page
- cropping pages
- merging multiple pages into a single page
- encrypting and decrypting PDF files
- and more!
By being Pure-Python, it should run on any Python platform without any
dependencies on external libraries. It can also work entirely on StringIO
objects rather than file streams, allowing for PDF manipulation in memory.
It is therefore a useful tool for websites that manage or manipulate PDFs.
Raw data
{
"_id": null,
"home_page": "https://github.com/sfneal/PyPDF3",
"name": "PyPDF3",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "Stephen Neal",
"author_email": "stephen@stephenneal.net",
"download_url": "https://files.pythonhosted.org/packages/38/a7/55aeac6bc35446517ea2f50e9f285a35181cdf0a85e320bff997e2497721/PyPDF3-1.0.6.tar.gz",
"platform": "",
"description": "\nA Pure-Python library built as a PDF toolkit. It is capable of:\n\n- extracting document information (title, author, ...)\n- splitting documents page by page\n- merging documents page by page\n- cropping pages\n- merging multiple pages into a single page\n- encrypting and decrypting PDF files\n- and more!\n\nBy being Pure-Python, it should run on any Python platform without any\ndependencies on external libraries. It can also work entirely on StringIO\nobjects rather than file streams, allowing for PDF manipulation in memory.\nIt is therefore a useful tool for websites that manage or manipulate PDFs.\n\n\n",
"bugtrack_url": null,
"license": "",
"summary": "Pure Python PDF toolkit",
"version": "1.0.6",
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"md5": "17b69971221638b327d24fa7026fbf20",
"sha256": "c946f3273419e37258e35e72273f49904ab15723d87a761c1115ef99799f8c5f"
},
"downloads": -1,
"filename": "PyPDF3-1.0.6.tar.gz",
"has_sig": false,
"md5_digest": "17b69971221638b327d24fa7026fbf20",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 294825,
"upload_time": "2022-02-03T16:27:31",
"upload_time_iso_8601": "2022-02-03T16:27:31.402611Z",
"url": "https://files.pythonhosted.org/packages/38/a7/55aeac6bc35446517ea2f50e9f285a35181cdf0a85e320bff997e2497721/PyPDF3-1.0.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2022-02-03 16:27:31",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "sfneal",
"github_project": "PyPDF3",
"travis_ci": true,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "tqdm",
"specs": [
[
">=",
"4.49.0"
]
]
}
],
"tox": true,
"lcname": "pypdf3"
}