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: Miscellaneous tiny changes #2744

Merged
merged 8 commits into from
Jul 9, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# -- Project information -----------------------------------------------------

project = py_pkg.__name__
copyright = "2006 - 2023, Mathieu Fenniak and pypdf contributors"
copyright = "2006 - 2024, Mathieu Fenniak and pypdf contributors"
j-t-1 marked this conversation as resolved.
Show resolved Hide resolved
author = "Mathieu Fenniak"

# The version info for the project you're documenting, acts as replacement for
Expand Down
2 changes: 1 addition & 1 deletion docs/meta/faq.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Frequently-Asked Questions
# Frequently Asked Questions

## How is pypdf related to PyPDF2?

Expand Down
2 changes: 0 additions & 2 deletions docs/user/cropping-and-transforming.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ page3.mediabox.upper_right = (
writer.add_page(page3)

# Add some JavaScript to launch the print window on opening this PDF.
# The password dialog may prevent the print dialog from being shown,
j-t-1 marked this conversation as resolved.
Show resolved Hide resolved
# comment the encryption lines, if that's the case, to try this out.
# https://opensource.adobe.com/dc-acrobat-sdk-docs/library/jsapiref/index.html
writer.add_js("this.print({bUI:true,bSilent:false,bShrinkToFit:true});")

Expand Down
Loading