-
Notifications
You must be signed in to change notification settings - Fork 634
Level up documentation #2380
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
Level up documentation #2380
Conversation
Multiple changes to reflect level of PyMuPDF v1.22.x.
The correct parameter name for drawing rounded rectangles is "radius"
docs/document.rst
Outdated
|
||
* New in v1.22.2 | ||
|
||
A string containing the `/PageMode` value. If not specified, the default "UseNone" is returned. If not a PDF, *None* is returned. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
None -> None
|
||
:raises ValueError: for unsupported image formats. | ||
:rtype: bytes | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for -> For
bytes - > Bytes
docs/recipes-optional-content.rst
Outdated
How to Define Complex Optional Content Conditions | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
https://drive.google.com/file/d/11nRaSzp76ruAGW1q9x-4RqQUW6VX4Kxs/view?usp=share_link |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Strike thru this URL please!
docs/recipes-optional-content.rst
Outdated
|
||
For example, you might want to create a multi-language document, so the user may switch between languages as required. | ||
|
||
Please have a look at [this](https://drive.google.com/file/d/11nRaSzp76ruAGW1q9x-4RqQUW6VX4Kxs/view?usp=share_link) Jupyter Notebook and execute it as desired. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[this](https://drive.google.com/file/d/11nRaSzp76ruAGW1q9x-4RqQUW6VX4Kxs/view?usp=share_link)
needs to be re-written. I'll attach my version as an image as the formatting goes jank here otherwise.
Please have a look at [this](https://drive.google.com/file/d/11nRaSzp76ruAGW1q9x-4RqQUW6VX4Kxs/view?usp=share_link) Jupyter Notebook and execute it as desired. | ||
|
||
Certainly, your requirements may even be more complex and involve multiple OCGs with ON/OFF states that are connected by some kind of logical relationship -- bur it should give you an impression of what is possible and how to plan your next steps. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bur -> but
Please have a look at [this](https://drive.google.com/file/d/11nRaSzp76ruAGW1q9x-4RqQUW6VX4Kxs/view?usp=share_link) Jupyter Notebook and execute it as desired. | ||
|
||
Certainly, your requirements may even be more complex and involve multiple OCGs with ON/OFF states that are connected by some kind of logical relationship -- bur it should give you an impression of what is possible and how to plan your next steps. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We also need to remove the rubric Footnotes part in this doc!
Multiple changes to reflect level of PyMuPDF v1.22.x.