.zip
Archive
EPUB (Electronic Publication)
EPUB은 전자책의 개방형 표준으로, 다양한 화면 크기에 자동으로 텍스트를 맞추는 리플로우 가능한 콘텐츠를 지원합니다. Apple Books, Google Play Books, Kobo 등에서 사용됩니다.
MIME 타입
application/zip
유형
바이너리
압축
무손실
장점
- + Universal support across all operating systems without extra software
- + Random access to individual files without decompressing everything
- + Optional AES-256 encryption for sensitive content
- + Well-suited for bundling mixed file types
단점
- − DEFLATE compression ratio is lower than 7z, Zstandard, or XZ
- − Legacy ZIP encryption (ZipCrypto) is weak and easily cracked
- − No built-in error recovery for corrupted archives
.ZIP 사용 시점
EPUB은 리플로우 가능한 전자책 제작과 배포에 사용하세요. Amazon Kindle은 자체 형식(KF8/AZW3)을 사용하지만 EPUB에서 변환 가능합니다.
기술 세부사항
EPUB 파일은 XHTML 콘텐츠, CSS 스타일, 이미지, 메타데이터(OPF 패키지), 네비게이션(NCX 또는 EPUB3 nav)을 포함하는 ZIP 아카이브입니다. mimetype 파일이 첫 번째 항목이어야 하며 압축하지 않습니다.
역사
IDPF(International Digital Publishing Forum)가 2007년 OPF/OEB를 대체하는 EPUB 2.0을 출시했습니다. EPUB 3(2011)은 HTML5, CSS3, JavaScript 인터랙티비티를 추가했습니다. W3C가 2017년 IDPF를 흡수했습니다.