.bz2
Archive
PPTX (Office Open XML Presentation)
PPTX는 Microsoft PowerPoint의 프레젠테이션 형식으로, 슬라이드, 애니메이션, 전환 효과, 미디어, 발표자 노트를 지원합니다. Office Open XML(OOXML) 표준에 기반합니다.
MIME 타입
application/x-bzip2
유형
바이너리
압축
무손실
장점
- + Better compression ratio than gzip (typically 10-20% smaller)
- + Built-in data integrity checking per block
- + Widely available on Unix/Linux systems
단점
- − Significantly slower than gzip for both compression and decompression
- − Higher memory usage than gzip
- − Largely superseded by xz and Zstandard for new projects
.BZ2 사용 시점
PPTX는 비즈니스 프레젠테이션과 교육 슬라이드 제작에 사용하세요. 배포에는 PDF로 내보내세요.
기술 세부사항
PPTX는 슬라이드 XML(slide1.xml), 레이아웃, 마스터, 테마, 미디어를 포함하는 ZIP 아카이브입니다. PresentationML 마크업이 슬라이드 콘텐츠, 도형, 텍스트, 전환, 애니메이션 시퀀스를 정의합니다.
역사
Microsoft는 2007년 Office 2007과 함께 PPTX를 도입하여 바이너리 .ppt 형식을 대체했습니다. XML 기반 아키텍처는 더 나은 테마 지원과 미디어 내장을 가능하게 했습니다.