From 18c5d0993b7547cb634e9569d9d817197bfe96f6 Mon Sep 17 00:00:00 2001 From: ReachableCEO Date: Mon, 14 Jul 2025 11:30:10 -0500 Subject: [PATCH] beginning of client microservice to replace my various iteration of document creation microserices --- PDF/SupportMaterials/PDFMetadata.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 PDF/SupportMaterials/PDFMetadata.yml diff --git a/PDF/SupportMaterials/PDFMetadata.yml b/PDF/SupportMaterials/PDFMetadata.yml new file mode 100644 index 0000000..857e108 --- /dev/null +++ b/PDF/SupportMaterials/PDFMetadata.yml @@ -0,0 +1,14 @@ +title: tbd +titlepage: true +author: tbd +date: \today +toc: true +toc-own-page: true +header-left: "\\hspace{1cm}" +header-center: "\\leftmark" +header-right: "Page \\thepage" +footer-left: "\\thetitle" +footer-center: "Copyright ReachableCEO Enterprises LLC" +footer-right: "\\theauthor" +page-background: "tbd" +titlepage-logo: "tbd" \ No newline at end of file