From 9894d05fe3fd239247f755c60dc22247360be958 Mon Sep 17 00:00:00 2001 From: Agustín Martín Barbero Date: Sat, 26 Jan 2019 16:14:35 -0800 Subject: Improve writing metadata for docx, pptx and odt (#5252) * docx writer: support custom properties. Solves the writer part of #3024. Also supports additional core properties: `subject`, `lang`, `category`, `description`. * odt writer: improve standard properties, including the following core properties: `generator` (Pandoc/VERSION), `description`, `subject`, `keywords`, `initial-creator` (from authors), `creation-date` (actual creation date). Also fix date. * pptx writer: support custom properties. Also supports additional core properties: `subject`, `category`, `description`. * Includes golden tests. * MANUAL: document metadata support for docx, odt, pptx writers --- test/pptx/document-properties_templated.pptx | Bin 0 -> 394725 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 test/pptx/document-properties_templated.pptx (limited to 'test/pptx/document-properties_templated.pptx') diff --git a/test/pptx/document-properties_templated.pptx b/test/pptx/document-properties_templated.pptx new file mode 100644 index 000000000..89a048592 Binary files /dev/null and b/test/pptx/document-properties_templated.pptx differ -- cgit v1.2.3