@@ -37,64 +37,64 @@ msgstr ""
3737
3838#: ../../converting-files.rst:7 153e0c6c14bf4b8bac1dcdc565ac0f16
3939msgid "Converting Files"
40- msgstr ""
40+ msgstr "ファイルの変換 "
4141
4242#: ../../converting-files.rst:12 9b1bc6f3061c4fd9a084829ef7554c37
4343msgid "Files to PDF"
44- msgstr ""
44+ msgstr "ファイルからPDFへ "
4545
4646#: ../../converting-files.rst:14 38d5a093dfc24e72b3627f1a2c952515
4747msgid ""
4848":ref:`Document types supported by PyMuPDF<HowToOpenAFile>` can easily be "
4949"converted to |PDF| by using the :meth:`Document.convert_to_pdf` method. "
5050"This method returns a buffer of data which can then be utilized by "
5151"|PyMuPDF| to create a new |PDF|."
52- msgstr ""
52+ msgstr ":ref:`PyMuPDFでサポートされているドキュメントタイプ<HowToOpenAFile>` は、:meth:`Document.convert_to_pdf` メソッドを使用することで簡単に |PDF| に変換できます。このメソッドはデータバッファを返し、それを |PyMuPDF| が利用して新しい |PDF| を作成できます。 "
5353
5454#: ../../converting-files.rst:18 ../../converting-files.rst:38
5555#: ../../converting-files.rst:62 ../../converting-files.rst:82
5656#: 2eff8f1c0f704e9d9e23a98078353847 7345723f19864e81be97447aab194cd9
5757#: c3ae18efff164928b70b884d3a47caac ecdbf8cbbb2d46bc9bf312b716b264af
5858msgid "**Example**"
59- msgstr ""
59+ msgstr "**例** "
6060
6161#: ../../converting-files.rst:32 4e3eda1d4bff4593ae1f0333bcc47a5d
6262msgid "PDF to SVG"
63- msgstr ""
63+ msgstr "PDFからSVGへ "
6464
6565#: ../../converting-files.rst:34 d8f0e0e26f99486485d27038482b5558
6666msgid ""
6767"Technically, as SVG files cannot be multipage, we must export each page "
6868"as an SVG."
69- msgstr ""
69+ msgstr "技術的には、SVGファイルは複数ページを持つことができないため、各ページをSVGとしてエクスポートする必要があります。 "
7070
7171#: ../../converting-files.rst:36 45efc8839a1b44e9a877335aa51df1b6
7272msgid ""
7373"To get an SVG representation of a page use the :meth:`Page.get_svg_image`"
7474" method."
75- msgstr ""
75+ msgstr "ページのSVG表現を取得するには、:meth:`Page.get_svg_image` メソッドを使用します。 "
7676
7777#: ../../converting-files.rst:58 9249883d41654d3c8041c561743679c6
7878msgid "PDF to Markdown"
79- msgstr ""
79+ msgstr "PDFからMarkdownへ "
8080
8181#: ../../converting-files.rst:60 9d35a0dc74c742419817cfab8ac5fbb6
8282msgid ""
8383"By utlilizing the :doc:`PyMuPDF4LLM API <pymupdf4llm/api>` we are able to"
8484" convert PDF to a Markdown representation."
85- msgstr ""
85+ msgstr ":doc:`PyMuPDF4LLM API <pymupdf4llm/api>` を利用することで、PDFをMarkdown表現に変換できます。 "
8686
8787#: ../../converting-files.rst:76 a8c608159d57471c89e55f3c44adafe2
8888msgid "PDF to DOCX"
89- msgstr ""
89+ msgstr "PDFからDOCXへ "
9090
9191#: ../../converting-files.rst:78 443eb3ec0d3a4ba89f8e4361a7607e16
9292msgid ""
9393"Use the pdf2docx_ library which uses |PyMuPDF| to provide document "
9494"conversion from |PDF| to **DOCX** format."
95- msgstr ""
95+ msgstr "|PyMuPDF| を使用してドキュメントを |PDF| から **DOCX** 形式に変換する pdf2docx_ ライブラリを使用します。 "
9696
9797#: ../../footer.rst:46 bf92de7cbdc140fba9255f9a43b9932a
9898msgid "This documentation covers all versions up to |version|."
99- msgstr ""
99+ msgstr "このドキュメントは |version| までのすべてのバージョンを対象としています。 "
100100
0 commit comments