public interface PdfVersion
Modifier and Type | Method and Description |
---|---|
void |
addDeveloperExtension(PdfDeveloperExtension de)
Adds a developer extension to the Extensions dictionary in the Catalog.
|
void |
setAtLeastPdfVersion(char version)
If the PDF Header hasn't been written yet, this changes the version as it will appear in the PDF Header, but only if the parameter refers to a higher version.
|
void |
setPdfVersion(char version)
If the PDF Header hasn't been written yet, this changes the version as it will appear in the PDF Header.
|
void |
setPdfVersion(PdfName version)
Sets the PDF version as it will appear in the Catalog.
|
void setPdfVersion(char version)
version
- a character representing the PDF version
void setAtLeastPdfVersion(char version)
version
- a character representing the PDF version
void setPdfVersion(PdfName version)
version
- the PDF name that will be used for the Version key in the catalog
void addDeveloperExtension(PdfDeveloperExtension de)
de
- an object that contains the extensions prefix and dictionary
Copyright © 2016. All rights reserved.