Skip to content

Commit

Permalink
Formatting updates
Browse files Browse the repository at this point in the history
  • Loading branch information
stumpylog committed Dec 10, 2024
1 parent 3e66566 commit ec94b6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ with GotenbergClient("http://localhost:3000") as client:
Adding metadata to a PDF:

This example shows how to add metadata to your generated PDF. All metadata fields are optional and include:

- Document info (title, author, subject, keywords)
- Dates (creation, modification)
- Technical details (pdf version, creator, producer)
Expand Down
1 change: 1 addition & 0 deletions docs/routes.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ with GotenbergClient("http://localhost:3000") as client:
```

Supported metadata fields:

- `title`: Document title
- `author`: Document author
- `subject`: Document subject
Expand Down

0 comments on commit ec94b6e

Please sign in to comment.