|
|
Settings
Essential PDF supports settings like Document properties, Page Orientation, Viewer Preferences, etc., in PDF document.
|
|
|
|
Essential PDF has support for writing document properties into the generated PDF files. Document properties consists of information such as Author, Creation Date, KeyWords, Producer, Subject and Title. These document properties can be seen in the viewer application.
Setting document properties
Extended Metadata Platform
XMP is a technology using which the metadata of a file is embedded into the file itself. It uses XML as the syntax for metadata description. XMP is provided with the following schemas:
-
Basic Schema
-
Dublin Core Schema
-
Rights Management Schema
-
Basic Job Ticket Schema
-
Paged-Text Schema
-
PDF Schema
XMP PDF Schema
The Document Properties can also be set using the PDF schema of XMP.
|
|
|
|
Essential PDF has support for setting the page orientation. Newly created PDF documents can have either Landscape or Portrait orientations.
Code to setup page orientation
|
|
|
|
Essential PDF has support for setting the size of the created PDF page.
Code to setup page size
|
|
|
|
Essential PDF has support for setting various viewer preferences like Hide Toolbar, Hide Menubar, Page Layout, Text Directions etc.,
Code to setup viewer preferences
|
|
|
|
|
|
|