Document Information embedded into PDF
Document information such as an author and title can be embedded in the PDF. Antenna House Formatter generates document information automatically by adding the following extended elements. It’s also possible to specify how to display PDF or hide the menu and tool bar. See also “” in the Online Manual. The information that is embedded into the PDF can be seen by Adobe Acrobat or Reader.

Example

The <meta> element is used to specify the document information. The <meta> element is placed in the <head> element. The following example shows how to specify the document information.
... <meta name="document-title" content="The document title" > <meta name="subject" content="The document subject" > <meta name="author" content="The author" > <meta name="author-title" content="Title of, or some keywords about, the author" > <meta name="description-writer" content="The author of the document description" > <meta name="keywords" content="Comma-separated keywords list" > <meta name="copyright-status" content="Copyright status" > <meta name="copyright-notice" content="Copyright notice" > <meta name="copyright-info-url" content="URL of the copyright information" > <meta name="xmp" content="URL of XMP file to embed in the PDF" > <meta name="pagemode" content="How the document should be displayed when it is opened" > <meta name="pagelayout" content="Page layout when the document is opened" > <meta name="hidetoolbar" content="Whether to hide the tool bar when opening the document" > <meta name="hidemenubar" content="Whether to hide the menu bar when opening the document" > <meta name="hidewindowui" content="Whether to hide the user interface elements when opening the document" > <meta name="fitwindow" content="Whether to resize the document’s window to fit the first displayed page" > <meta name="centerwindow" content="Whether to position the document’s window in the center of the screen" > <meta name="displaydoctitle" content="Whether the window’s title should display the document title" > <meta name="openaction" content="Destination to display or action to perform when document is opened" > <meta name="createdate" content="Date and time the document was created" > <meta name="modifydate" content="Date and time the document was most recently modified" > ...
  • The ‘createdate’ and ‘modifydate’ values for ‘name’ are valid only with AH Formatter V6.6 MR5 and later.
  • This sample specifies ‘document-title’, ‘author’, and ‘keywords’.
  • The information can be displayed in the Document Information Dialog in the Antenna House Formatter GUI.