🍋
Menu
.tar Archive

DOCX (Office Open XML Document)

DOCX는 Microsoft Word의 기본 문서 형식으로, 서식이 있는 텍스트, 이미지, 표, 차트, 매크로를 지원합니다. Office Open XML(OOXML) 표준에 기반합니다.

MIME 타입

application/x-tar

유형

바이너리

압축

무손실

장점

  • + Preserves Unix permissions, ownership, symbolic links, and timestamps
  • + Streaming-friendly — can be created and extracted via pipes
  • + Standard on all Unix/Linux systems with no additional software

단점

  • No built-in compression — must be combined with gzip, bzip2, or xz
  • No random access — extracting one file requires reading sequentially
  • Less intuitive for Windows users than ZIP

.TAR 사용 시점

DOCX는 편집 가능한 문서 작성과 공유에 사용하세요. 최종 배포에는 PDF로 변환하세요.

기술 세부사항

DOCX는 여러 XML 파일(document.xml, styles.xml, relationships)과 미디어 파일을 포함하는 ZIP 아카이브입니다. [Content_Types].xml이 파트 타입을 정의합니다. WordprocessingML 마크업이 텍스트 서식, 문단, 표, 이미지를 기술합니다.

역사

Microsoft는 2007년 Office 2007과 함께 DOCX를 도입하여 이전 바이너리 .doc 형식을 대체했습니다. 2006년에 Ecma International이, 2008년에 ISO가 OOXML로 표준화했습니다.

.TAR에서 변환

.TAR로 변환

관련 포맷

관련 용어