Opait PDF Library
|
Utility class to handle PDF formatted dates. More...
Static Public Member Functions | |
static ? DateTime | Parse (string pdfDate) |
Parse the supplied human-readable PDF string as a DateTime structure. More... | |
static string | Format (DateTime date) |
Format the supplied date in human readable PDF format. More... | |
static string | FormatXmp (DateTime date) |
Formats the supplied date in XMP format. More... | |
Utility class to handle PDF formatted dates.
|
static |
Format the supplied date in human readable PDF format.
This format is used to store dates in the document info dictionary.
date | The date to format. |
|
static |
Formats the supplied date in XMP format.
date | The date to format. |
|
static |
Parse the supplied human-readable PDF string as a DateTime structure.
pdfDate | The PDF formatted date. |