public class PDFProperties extends Object
| Constructor and Description |
|---|
PDFProperties() |
| Modifier and Type | Method and Description |
|---|---|
Document |
getDocument()
Returns a
Document instance specifying document level properties such as fonts, PDF versions etc. |
List<Page> |
getPages()
Returns a list of
Page instances specifying page level properties of the pages from the specified PDF file
such as page number, page height etc. |
SecuritySettings |
getSecuritySettings()
Returns a
SecuritySettings instance specifying security settings of the such as encryption
algorithm, user and owner passwords etc. |
public Document getDocument()
Document instance specifying document level properties such as fonts, PDF versions etc.Document instance consisting of document level properties.public SecuritySettings getSecuritySettings()
SecuritySettings instance specifying security settings of the such as encryption
algorithm, user and owner passwords etc.SecuritySettings instance consisting of security settings of the PDF.Copyright © 2022 Adobe. All rights reserved.