Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: How to cite PyPDF2 #1476

Merged
merged 7 commits into from Dec 10, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
19 changes: 19 additions & 0 deletions docs/meta/faq.md
Expand Up @@ -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}
}
```