Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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 changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ Other:

* Other:

* Fixed bug in set_xml_metadata(), PR `3112 https://github.com/pymupdf/PyMuPDF/pull/3112>`_: Fix pdf_add_stream metadata error
* Fixed bug in set_xml_metadata(), PR `3112 <https://github.com/pymupdf/PyMuPDF/pull/3112>`_: Fix pdf_add_stream metadata error
* Fixed lack of `.parent` member in `TextPage` from `Annot.get_textpage()`.
* Fixed bug in `Page.add_widget()`.

Expand Down
2 changes: 2 additions & 0 deletions docs/footer.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _documentation_footer:

----

.. raw:: html
Expand Down
20 changes: 8 additions & 12 deletions docs/header.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@

<cite>PyMuPDF Pro</cite>

.. |PDF| raw:: html

<cite>PDF</cite>

.. |PyMuPDF4LLM| raw:: html

<cite>PyMuPDF4LLM</cite>
Expand All @@ -40,6 +36,14 @@

<cite>PyMuPDF Layout</cite>

.. |MuPDF| raw:: html

<cite>MuPDF</cite>

.. |PDF| raw:: html

<cite>PDF</cite>

.. |Markdown| raw:: html

<cite>Markdown</cite>
Expand All @@ -52,14 +56,6 @@

<cite>TXT</cite>

.. |MuPDF| raw:: html

<cite>MuPDF</cite>

.. |PDF| raw:: html

<cite>PDF</cite>

.. |AGPL| raw:: html

<cite>AGPL</cite>
Expand Down
Binary file modified docs/locales/ja/LC_MESSAGES/pymupdf4llm/api.mo
Binary file not shown.
Binary file modified docs/locales/ja/LC_MESSAGES/version.mo
Binary file not shown.
24 changes: 10 additions & 14 deletions docs/locales/ja/LC_MESSAGES/version.po
Original file line number Diff line number Diff line change
Expand Up @@ -19,33 +19,29 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"

#: ../../version.rst:3 d1fbe6ff1d5549fb8be875f6d37c584b
#: ../../version.rst:1 d1fbe6ff1d5549fb8be875f6d37c584b
msgid "This documentation covers PyMuPDF |version|."
msgstr "このドキュメントは |version| までのすべてのバージョンを対象としています。"

#: ../../version.rst:5 133bf913bb004c8ca82964184ed7628c
#: ../../version.rst:3 133bf913bb004c8ca82964184ed7628c
msgid ""
"The major and minor versions of |PyMuPDF| and |MuPDF| will always be the "
"same. Only the third qualifier (patch level) may deviate from that of "
"|MuPDF|."
msgstr ""
"|PyMuPDF| と |MuPDF| のメジャーおよびマイナーバージョンは常に同じになります。第三の修飾子(パッチレベル)のみが |MuPDF|"
" のものと異なる場合があります。"
"The major and minor versions of PyMuPDF and MuPDF will always be the same. Only the third qualifier (patch level) may deviate from that of MuPDF."
msgstr "PyMuPDF と MuPDF のメジャーおよびマイナーバージョンは常に同じになります。第三の修飾子(パッチレベル)のみが MuPDF のものと異なる場合があります。"

#: ../../version.rst:7 994720d99f72419ebd711b2cf71dcefb
#: ../../version.rst:5 994720d99f72419ebd711b2cf71dcefb
msgid ""
"Typically PyMuPDF is released more frequently than MuPDF so it will often"
" be the case that the patch level of PyMuPDF will be greater than the "
"embedded MuPDF."
msgstr ""
msgstr "通常、PyMuPDFはMuPDFよりも頻繁にリリースされるため、PyMuPDFのパッチレベルが組み込まれたMuPDFのパッチレベルよりも大きくなることがよくあります。"

#: ../../version.rst:11 371aa251e8314b9aad7c870f54636f80
#: ../../version.rst:9 371aa251e8314b9aad7c870f54636f80
msgid "For example PyMuPDF-1.24.5 contains MuPDF-1.24.2."
msgstr ""
msgstr "例えば、PyMuPDF-1.24.5にはMuPDF-1.24.2が含まれています。"

#: ../../version.rst:13 7c7d7d87d7e14441959c236fee7d2ee5
#: ../../version.rst:11 7c7d7d87d7e14441959c236fee7d2ee5
msgid "Also see `pymupdf_version` and `mupdf_version`."
msgstr ""
msgstr "pymupdf_versionとmupdf_versionも参照してください。"

#~ msgid ""
#~ "This documentation covers **PyMuPDF "
Expand Down
4 changes: 1 addition & 3 deletions docs/the-basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -444,8 +444,6 @@ To delete a page from a document, do the following:

To delete a multiple pages from a document, do the following:

.. raw:: html

.. code-block:: python

import pymupdf
Expand Down Expand Up @@ -670,7 +668,7 @@ To add a blank page, do the following:
Inserting Pages with Text Content
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Using the :meth:`Document.insert_page` method also inserts a new page and accepts the same `width` and `height` parameters. But it lets you also insert arbitrary text into the new page and returns the number of inserted lines.
Using the :meth:`Document.insert_page` method also inserts a new page and accepts the same ``width`` and ``height`` parameters. But it lets you also insert arbitrary text into the new page and returns the number of inserted lines.

.. code-block:: python

Expand Down
4 changes: 1 addition & 3 deletions docs/version.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
----

This documentation covers PyMuPDF |version|.

The major and minor versions of |PyMuPDF| and |MuPDF| will always be the same. Only the third qualifier (patch level) may deviate from that of |MuPDF|.
The major and minor versions of PyMuPDF and MuPDF will always be the same. Only the third qualifier (patch level) may deviate from that of MuPDF.

Typically PyMuPDF is released more frequently than MuPDF so it will often be
the case that the patch level of PyMuPDF will be greater than the embedded
Expand Down