PDFをWordに変換
PDFの中の文字から、編集できる.docxを組み直します。
このツールはブラウザーの中だけで動きます。ファイルがアップロードされることはなく、そのことはブラウザーのネットワークタブでご自身で確認できます。 ご自分で確かめてください。ブラウザーのネットワークタブを開いて見てください。残りの作業回数を尋ねる小さなリクエストが1つだけ表示されます。ツール名とハッシュだけで、ファイルは決して含まれません。
このツールでできること
This rebuilds a Word document from what a PDF actually contains, which is glyphs at coordinates rather than paragraphs. Headings, lists and tables are inferred from the geometry of the page and written into a real .docx. It is a reconstruction, not the original recovered: the text re-flows in Word, so line and page breaks will not always fall where the PDF put them.
Use it when you have to change words in a document nobody sent you the source for: a contract that needs amending, a template letter worth re-using, a report whose figures have moved on, or a page of text you would rather edit than retype.
仕組み
- Drop the PDF onto this page. One file at a time, up to 200 MB.
- Choose the layout mode. Flowing gives paragraphs that re-wrap as you edit; preserve keeps the original line breaks and looks closer to the PDF.
- Leave heading, table and list detection on unless the document is plain prose you want kept plain.
- Under advanced options, give a page range to convert one chapter rather than the whole file.
- Press Convert to Word.
- Open the .docx and check the tables first - they are where reconstruction is hardest.
A PDF does not contain the Word document it was made from. When the PDF was written, the paragraph, the heading style and the table were thrown away, and what survived was ink at coordinates. Turning that back into structure means inferring it: a line in a larger or bolder face becomes a heading, lines sharing a hanging indent become a list, text in consistent vertical gutters becomes a table. The same analysis feeds PDF to Markdown, so there is one detector to improve rather than two that would slowly disagree.
The two modes answer different questions. Flowing is for editing: sentences become paragraphs that re-wrap when you change a word, which is what makes the file useful and also why it will not look identical to the PDF. Preserve is for looking at: each line becomes its own paragraph, so the page keeps its shape and edits badly, since typing into one line pushes nothing along to the next.
A scan is checked for before any work starts. The first five pages are sampled for a text layer, and if there is none the conversion stops and points at OCR, because a scan is a picture of words with nothing in it to convert. That is a deliberate choice over handing you an empty document and letting you conclude the tool is broken.
The .docx is assembled in your browser - the OOXML written by hand and zipped locally - so no part of a confidential contract is uploaded to be converted. The only thing that crosses the network is the allowance check, which is worth knowing when the document is the sort you would not put through a web service in the first place.
このツールにできないこと
- The document is inferred from page geometry rather than recovered from an original, so expect to correct some headings, spacing and table edges by hand.
- Pictures are not carried into the .docx. The conversion works from the text layer; use PDF to image if you need the artwork from a page.
- Multi-column layouts, sidebars and footnotes are flattened into one stream of text in the order the analysis reads them.
- A scanned PDF has no text to convert. It is refused with a link to OCR rather than producing an empty document.
よくある質問
- WordのファイルはPDFとまったく同じ見た目になりますか?
- なりませんし、正直な変換ツールならどれもそれを約束できません。WordはWord自身の改行規則とフォントの寸法で本文を流し直すので、改ページはずれ、字間や行間も変わります。「改行をそのまま保つ」は元の改行を残すぶん見た目が近くなり、「段落として流し込む」は似ていない代わりに、実際に編集できます。手紙や報告書なら、この違いは見た目だけの問題です。
- PDFがスキャンで、変換できません。なぜですか?
- スキャンに入っているのは文字の写真であって、文字ではないからです。先頭5ページにテキストのレイヤーがあるかを調べ、なければ変換を止めて「OCR」へご案内します。まず「OCR」をかけてから、その結果を持って戻ってきて変換してください。
- 表は引き継がれますか?
- 列がそろって組まれた表なら、たいていは引き継がれます。検出は幾何的で、どの行にも共通して残る縦の余白のすじを探します。そのため、きれいな財務の表はうまく変換されますが、罫線と不ぞろいな字間で成り立っている表は、ただの段落として出てくることがあります。結合されたセルは復元されません。
- PDFの中の画像はどうなりますか?
- Word文書には持ち込まれません。この変換はテキストのレイヤーから組み立てるため、写真・ロゴ・図は残されます。必要なときは、そのページを「PDFを画像に変換」に通し、できた画像をご自分で.docxに挿入してください。
- レイアウトはどちらを選べばよいですか?
- 文字を編集するつもりなら「段落として流し込む」です。段落が段落としてふるまうからです。主にPDFに近い見た目のものが必要で、読むだけなら「改行をそのまま保つ」です。こちらは1行ごとに1つの段落になります。
- 変換するためにドキュメントはアップロードされますか?
- されません。PDFの読み取りも.docxの書き出しも、すべてブラウザーの中で行われ、Wordのファイルはサーバーではなく手元で組み立てられます。何も送信されないことは、開発者ツールのネットワークタブで確認できます。接続を切ったままでも動きます。