ZipEntry
Overview
ZipEntry is a interface in Aspose.PDF FOSS for TypeScript.
One file in an archive.
Properties: bytes, method, path.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
path | : string | Read | Archive-relative path, ‘/’-separated, with no leading slash. |
bytes | : Uint8Array | Read | Gets the bytes. |
method | : 'store' | 'deflate' | Read | Default ‘deflate’. |