From ec94b6ea1957a25d00ddc46ba528e66b9e94b6c0 Mon Sep 17 00:00:00 2001 From: Trenton Holmes <797416+stumpylog@users.noreply.github.com> Date: Tue, 10 Dec 2024 11:02:52 -0800 Subject: [PATCH] Formatting updates --- README.md | 1 + docs/routes.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index d486a04..1534d70 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/docs/routes.md b/docs/routes.md index 437cff7..8963003 100644 --- a/docs/routes.md +++ b/docs/routes.md @@ -121,6 +121,7 @@ with GotenbergClient("http://localhost:3000") as client: ``` Supported metadata fields: + - `title`: Document title - `author`: Document author - `subject`: Document subject