ZipEntry

Overview

ZipEntry is a interface in Aspose.PDF FOSS for TypeScript.

One file in an archive.

Properties: bytes, method, path.

Properties

NameTypeAccessDescription
path: stringReadArchive-relative path, ‘/’-separated, with no leading slash.
bytes: Uint8ArrayReadGets the bytes.
method: 'store' | 'deflate'ReadDefault ‘deflate’.