> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pdfnoodle.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PDF metadata

# PDF metadata

### PDF Metadata options

Here's a list of all the **optional parameters** that you can send as an object "metadata" while using our endpoints:

<ParamField body="title" type="string">
  A human-readable name for the document, like a book title. Default: the name
  of the template
</ParamField>

<ParamField body="author" type="string">
  The individual or organization that created the document. Default: `pdfnoodle`
</ParamField>

<ParamField body="subject" type="string">
  A brief description of the document's topic.
</ParamField>

<ParamField body="keywords" type="string[]">
  A list of keywords describing the content.
</ParamField>

<ParamField body="creator" type="string">
  The original software that created the content before it was turned into a
  PDF. Default: `pdfnoodle`
</ParamField>

These values will appear in the PDF's file details. On macOS, you can check them by right-clicking the file and selecting **Get Info** in Finder.

<img src="https://mintcdn.com/pdforge/rwoRLXXUvihWxlAY/images/api-reference/options/image-1-1.png?fit=max&auto=format&n=rwoRLXXUvihWxlAY&q=85&s=b37a2af9a7c25f9e7f7673b4d7eb0765" alt="" width="244" height="240" data-path="images/api-reference/options/image-1-1.png" />

<Info>
  The only field you can't override is the **Encoding software.** It's
  automatically set by our system.
</Info>
