From fe461a171e425e558c8afa3bfe1f279af5ec5689 Mon Sep 17 00:00:00 2001 From: Martin Thoma Date: Sat, 10 Dec 2022 14:07:56 +0100 Subject: [PATCH] DOC: How to cite PyPDF2 (#1476) Co-authored-by: Matthew Peveler --- docs/meta/faq.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/docs/meta/faq.md b/docs/meta/faq.md index 197ab033e..878fe68c9 100644 --- a/docs/meta/faq.md +++ b/docs/meta/faq.md @@ -33,3 +33,22 @@ Projects that depend on PyPDF2: * [xhtml2pdf](https://github.com/xhtml2pdf/xhtml2pdf) * [doc2text](https://github.com/jlsutherland/doc2text) * [pdfalyzer](https://pypi.org/project/pdfalyzer/): A PDF analysis tool for visualizing the inner tree-like data structure of a PDF in spectacularly large and colorful diagrams as well as scanning the binary streams embedded in the PDF for hidden potentially malicious content. + +## How do I cite PyPDF2? + +In BibTeX format: + +``` +@misc{pypdf2, + title = {The {PyPDF2} library}, + author = {Mathieu Fenniak and + Matthew Stamy and + pubpub-zz and + Martin Thoma and + Matthew Peveler and + exiledkingcc and {PyPDF2 Contributors}}, + year = {2022}, + url = {https://pypi.org/project/PyPDF2/} + note = {See https://pypdf2.readthedocs.io/en/latest/meta/CONTRIBUTORS.html for all contributors} +} +```