Typeset.sh
HomeNewsDemoPricing
  • Getting started
    • Installation
    • Using typeset.sh
    • First template
    • CSS and paged media
      • Page counters
      • Page selectors
      • Page groups
      • Running elements
      • Bleed area
    • Convert from URL
    • Document Metadata
    • Changelog
  • Advanced guides
    • QR codes
    • Save handlers
    • Error handling
    • Signing a PDF
    • PDF Standards
      • ZUGFeRD
      • PDF/A
      • PDF/UA
      • PDF/X-4
    • Color profiles
    • JavaScript
    • Common Object/Classes
      • createPdf function
      • HtmlToPdf
      • Result Object
Powered by GitBook
On this page
  1. Getting started

Document Metadata

In addition to defining the document title using the element, you can also specify the author, keywords, and description of the document using the meta HTML elements.

<head>
    <title>Hello World</title>    
    <meta name="author" content="John">
    <meta name="description" content="typeset.sh is great">
    <meta name="keywords" content="pdf php typeset.sh">
    <meta name="view.fitWindow" content="yes">
    <meta name="view.displayTitle" content="false">
</head>

PreviousConvert from URLNextChangelog

Last updated 2 years ago