You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/footer.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@
44
44
document.getElementById("footerDisclaimer").innerHTML=getHeaderAndFooterTranslation("This software is provided AS-IS with no warranty, either express or implied. This software is distributed under license and may not be copied, modified or distributed except as expressly authorized under the terms of that license. Refer to licensing information at <a href='https://www.artifex.com?utm_source=rtd-pymupdf&utm_medium=rtd&utm_content=footer-link'>artifex.com</a> or contact Artifex Software Inc., 39 Mesa Street, Suite 108A, San Francisco CA 94129, United States for further information.");
45
45
46
46
47
-
// more tranlsation for admonition-title as the in-built translation isn't great, needs: 注釈 -> 注
47
+
// more translation for admonition-title as the in-built translation isn't great, needs: 注釈 -> 注
Copy file name to clipboardExpand all lines: docs/glossary.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Glossary
8
8
9
9
.. data:: coordinate
10
10
11
-
This is an esential general mathematical / geometrical term for understanding this documentation. Please see this section for a more detailed discussion: :ref:`Coordinates`.
11
+
This is an essential general mathematical / geometrical term for understanding this documentation. Please see this section for a more detailed discussion: :ref:`Coordinates`.
Copy file name to clipboardExpand all lines: docs/page.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1546,7 +1546,7 @@ In a nutshell, this is what you can do with PyMuPDF:
1546
1546
1547
1547
Specifying `extended=True` significantly alters the output. Most importantly, new dictionary types are present: "clip" and "group". All paths will now be organized in a hierarchic structure which is encoded by the new integer key "level", the hierarchy level. Each group or clip establishes a new hierarchy, which applies to all subsequent paths having a *larger* level value. (New in v1.22.0)
1548
1548
1549
-
Any path with a smaller level value than its predecessor will end the scope of (at least) the preceeding hierarchy level. A "clip" path with the same level as the preceding clip will end the scope of that clip. Same is true for groups. This is best explained by an example::
1549
+
Any path with a smaller level value than its predecessor will end the scope of (at least) the preceding hierarchy level. A "clip" path with the same level as the preceding clip will end the scope of that clip. Same is true for groups. This is best explained by an example::
Copy file name to clipboardExpand all lines: docs/recipes-stories.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -335,7 +335,7 @@ Outputting HTML tables is supported as follows:
335
335
* Column widths are computed automatically based on column content. They cannot be directly set.
336
336
* Table **cells may contain images** which will be considered in the column width calculation magic.
337
337
* Row heights are computed automatically based on row content - leading to multi-line rows where needed.
338
-
* The potentially multiple lines of a table row will always be kept together on one page (respectively "where" rectangle) and not be splitted.
338
+
* The potentially multiple lines of a table row will always be kept together on one page (respectively "where" rectangle) and not be split.
339
339
* Table header rows are only **shown on the first page / "where" rectangle.**
340
340
* The "style" attribute is ignored when given directly in HTML table elements. Styling for a table and its elements must happen separately, in CSS source or within the :htmlTag:`style` tag.
341
341
* Styling for :htmlTag:`tr` elements is not supported and ignored. Therefore, a table-wide grid or alternating row background colors are not supported. One of the following example scripts however shows an easy way to deal with this limitation.
Redactions are special types of annotations which can be marked onto a document page to denote an area on the page which should be securely removed. After marking an area with a rectangle then this area will be marked for *redaction*, once the redaction is *applied* then the content is securly removed.
1004
+
Redactions are special types of annotations which can be marked onto a document page to denote an area on the page which should be securely removed. After marking an area with a rectangle then this area will be marked for *redaction*, once the redaction is *applied* then the content is securely removed.
1005
1005
1006
1006
For example if we wanted to redact all instances of the name "Jane Doe" from a document we could do the following:
0 commit comments