RemoveFontsStrategy
Overview
RemoveFontsStrategy is a enum in Aspose.PDF FOSS for Java.
Flags controlling how fonts may be removed or subsetted while optimizing conversion output size.
This enum provides 1 method for working with RemoveFontsStrategy objects in Java programs.
Available methods include: getValue.
All public members are accessible to any Java application after installing the Aspose.PDF FOSS for Java package.
Properties: value.
Values
| Value | Description |
|---|---|
None | |
SubsetFonts | |
RemoveDuplicatedFonts |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
value | int | Read | Returns the numeric flag value. |
Methods
| Signature | Description |
|---|---|
getValue() → int | Returns the numeric flag value. |