# pdf-slashannots – Redact PDF Annotation Metadata
**By annotating PDFs you leave metadata** along with the annotation content like
your **name and the date and time** when you created and last modified each
annotation.
This metadata can be **seen and exploited by anyone** with access to the annotated
PDF file.
That way, others could for instance **infer how long you took to read** through and
comment on a document and even individual pages,
or infer when you made breaks or did something else.
pdf-slashannots aims at redacting that annotation metadata from PDFs so that
you can pass them along without revealing your habits.
## Installation
pdf-slashannots is available on PyPI:
```
python3 -m pip install pdf-slashannots
```
## Usage
Simply run `pdf-slashannots input.pdf redacted.pdf` and you are done.
Okay, there is more. If you run the command without any options then all
annotations are equally redacted and the dates set to _none_ precision (January
1st, 1970).
Check out `pdf-slashannots --help` for the more advanced
features like
- specify a subset of annotation authors to redact
- specify the precision to which the dates are reduced
- redact also the authors' name
Or, if you prefer a graphical interface, there is also `pdf-slashannots-gui`
based on Python Tkinter.
Raw data
{
"_id": null,
"home_page": "https://github.com/cburkert/pdf-slashannots",
"name": "pdf-slashannots",
"maintainer": "Christian Burkert",
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": "cs@cburkert.de",
"keywords": "pdf,annotations,privacy",
"author": "",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/c8/28/b81316ae4dce169166d298baf1492843b5dbd23846207342eb879c397bf0/pdf-slashannots-0.4.0.tar.gz",
"platform": null,
"description": "# pdf-slashannots \u2013 Redact PDF Annotation Metadata\n\n**By annotating PDFs you leave metadata** along with the annotation content like\nyour **name and the date and time** when you created and last modified each\nannotation.\nThis metadata can be **seen and exploited by anyone** with access to the annotated\nPDF file.\n\nThat way, others could for instance **infer how long you took to read** through and\ncomment on a document and even individual pages,\nor infer when you made breaks or did something else.\n\npdf-slashannots aims at redacting that annotation metadata from PDFs so that\nyou can pass them along without revealing your habits.\n\n\n## Installation\n\npdf-slashannots is available on PyPI:\n\n```\npython3 -m pip install pdf-slashannots\n```\n\n## Usage\n\nSimply run `pdf-slashannots input.pdf redacted.pdf` and you are done.\n\nOkay, there is more. If you run the command without any options then all\nannotations are equally redacted and the dates set to _none_ precision (January\n1st, 1970).\nCheck out `pdf-slashannots --help` for the more advanced\nfeatures like\n\n- specify a subset of annotation authors to redact\n- specify the precision to which the dates are reduced\n- redact also the authors' name\n\nOr, if you prefer a graphical interface, there is also `pdf-slashannots-gui`\nbased on Python Tkinter.\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Redact PDF annotation metadata to control disclosure of personal data",
"version": "0.4.0",
"split_keywords": [
"pdf",
"annotations",
"privacy"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "a7e2798381a659492357075deca83fa836590e2281bfcd458d2d92cefc48c5d8",
"md5": "5c8e699ddcd05d29fa56e6e5d25f0ec4",
"sha256": "89b5a34341f4f315eb484939b14f901f0b3462067ddfa53496e452b747f6b1f0"
},
"downloads": -1,
"filename": "pdf_slashannots-0.4.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "5c8e699ddcd05d29fa56e6e5d25f0ec4",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 8513,
"upload_time": "2023-01-12T12:26:16",
"upload_time_iso_8601": "2023-01-12T12:26:16.404885Z",
"url": "https://files.pythonhosted.org/packages/a7/e2/798381a659492357075deca83fa836590e2281bfcd458d2d92cefc48c5d8/pdf_slashannots-0.4.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c828b81316ae4dce169166d298baf1492843b5dbd23846207342eb879c397bf0",
"md5": "31bb153dec764f2a2e50974925b8af02",
"sha256": "187fbed2b0ca59b1594c0d2d8b6a9f176e41cc3bbc4f58896bfd826a8fc14e10"
},
"downloads": -1,
"filename": "pdf-slashannots-0.4.0.tar.gz",
"has_sig": false,
"md5_digest": "31bb153dec764f2a2e50974925b8af02",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 7532,
"upload_time": "2023-01-12T12:26:17",
"upload_time_iso_8601": "2023-01-12T12:26:17.511848Z",
"url": "https://files.pythonhosted.org/packages/c8/28/b81316ae4dce169166d298baf1492843b5dbd23846207342eb879c397bf0/pdf-slashannots-0.4.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-01-12 12:26:17",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "cburkert",
"github_project": "pdf-slashannots",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [],
"lcname": "pdf-slashannots"
}