ASCII85Filter
Overview
ASCII85Filter is a class in Aspose.Pdf FOSS for Java.
Inherits from: COSFilter.
ASCII85Decode filter (§7.4.3, ISO 32000-1:2008).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | COSName | Read | {@inheritDoc} |
| / |
Methods
| Signature | Description |
|---|---|
ASCII85Filter() | Creates an ASCII85Filter instance. |
decode(encoded: byte[], params: COSDictionary) → byte[] | {@inheritDoc} |
| / | |
encode(decoded: byte[], params: COSDictionary) → byte[] | {@inheritDoc} |
| / | |
getName() → COSName | {@inheritDoc} |
| / |