a11y.skipToMainContent
1

PDF表示構造

PDF の内部構造を JSON のフォーマットで調べます。 オブジェクト、ストリーム、クロスリファレンステーブル、ページツリーを参照してください。デバッグや学習に役立ちます.

Drag your PDF here or

Developer tool. All processing is done in-browser. Your file never leaves your device.

Developer Tool — Inspects the internal structure of a PDF: objects, streams, cross-reference table, and page tree. Useful for debugging PDF generation, analyzing file composition, or learning the PDF format.

Was this tool helpful?
Send PDF to:
Advertisement

How to use PDF Show Structure

  1. 検査したいPDFをアップロードします.
  2. 構造解析をクリックして、JSON 表現を抽出します.
  3. 特定のオブジェクト(例:'font'、'image'、'page')を見つけるためにフィルタ入力を使用します.
  4. JSON をクリップボードにコピーするか、オフラインレビュー用にダウンロードします.

PDF表示構造とは?

Every PDF は、ページ、フォント、画像、コンテンツストリーム、クロスリファレンステーブルでリンクしている数値オブジェクトのコレクションです。 この開発者ツールは、qpdf の --json=latest モードを使用して、完全な内部構造をヒトで読みやすい JSON としてダンプします。 オブジェクトをブラウズ, キーワードでフィルタリング, クリップボードにコピー, またはオフライン解析のためにJSONをダウンロード.

PDF 生成ライブラリのデバッグ、特定の PDF の作成方法の理解、または PDF 形式の内部学習に役立ちます。 プログラミングは必要ありません。

Advertisement

FAQ

開発者専用のツールですか?
Primarily はい — 生の PDF の内部を表示します。 しかし、PDFファイルの中のものを見たい好奇心旺盛なユーザーにも便利です.
JSON の出力から学ぶことができますか?
フォント、埋め込み画像、ページ寸法、コンテンツストリームデータ、アノテーション、フォームフィールド、メタデータなど、すべてのオブジェクトを見ることができます.
このツールはPDFを変更しますか?
いいえ。 構造を読み、JSONを出力するだけです。 ファイルが変更されることはありません.

Related tools

Author

MW
Marcus Webb"The DevTool Craftsman"

Full-Stack Developer & Tools Architect

Marcus has been writing code since the dial-up era. He has contributed to open-source developer tools, built CI/CD pipelines for startups, and debugged production incidents at 3 AM more times than he would like to admit. His philosophy is that the best developer tool is the one that gets out of your way, and he writes about practical tooling that helps teams ship faster with fewer headaches.

← Back to Developer Tools · All tags

Last updated:

Advertisement