public interface PDF
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor()
The PDF author.
|
int |
getNumberOfPages()
The PDF number of pages.
|
String |
getProducer()
The PDF producer.
|
String |
getTitle()
The PDF title.
|
String |
getVersion()
The PDF version.
|
int getNumberOfPages()
String getVersion()
String getAuthor()
String getTitle()
String getProducer()
Copyright © 2020. All Rights Reserved.