PdfComplianceLevel
Leave feedback
On this page
Inheritance: java.lang.Object, java.lang.Enum
public enum PdfComplianceLevel extends Enum<PdfComplianceLevel>
Represents a list of supported PDF compliance levels.
| Field | Description |
|---|---|
| Auto | The output file will comply with the PDF/A-1b standard by default. |
| PdfA1a | The output file will comply with the PDF/A-1a standard. |
| Method | Description |
|---|---|
| values() | |
| valueOf(String name) |
public static final PdfComplianceLevel Auto
The output file will comply with the PDF/A-1b standard by default.
public static final PdfComplianceLevel PdfA1a
The output file will comply with the PDF/A-1a standard.
public static PdfComplianceLevel[] values()
Returns: com.groupdocs.redaction.options.PdfComplianceLevel[]
public static PdfComplianceLevel valueOf(String name)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| name | java.lang.String |
Returns: PdfComplianceLevel
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.