Name

From GNUpdf

Syntax:

 /[RegularCharacter]*

It is an atomic symbol uniquely defined by a sequence of regular characters. That means it doenst have internal structure.

Example sunflower image
Note: the token / (a slash followed by no regular characters) is a name object


Starting in PDF 1.2, any character except null (0) may be included as: being xy the two digit hexadecimal representation of the character.

Example sunflower image
Note: PDF uses name objects in order to store information, such as font names. It is ugly given the definition of a name object, but in case you use this feature you should code such information using UTF-8
Retrieved from "http://gnupdf.org/Name"