a11y.skipToMainContent
1

PDF 쇼 구조

JSON 형식으로 PDF의 내부 구조를 검사합니다. 개체, 스트림, 교차 설정 테이블 및 페이지 나무를 참조하십시오 - 디버깅 및 학습에 유용합니다.

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 표현을 추출하는 Analyze Structure를 클릭합니다.
  3. 필터 입력을 사용하여 특정 객체를 찾습니다 (예 : 'font', 'image', 'page').
  4. JSON을 클립보드로 복사하거나 오프라인 리뷰를 다운로드하십시오.

PDF 구조 표시은 무엇입니까?

모든 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