Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-01-26 | Improve writing metadata for docx, pptx and odt (#5252) | Agustín Martín Barbero | 1 | -0/+0 | |
* 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 | |||||
2018-02-19 | Powerpoint writer: Update.golden tests. | Jesse Rosenthal | 1 | -0/+0 | |
Checked with Office 2013. No corruption and output as expected. | |||||
2018-02-18 | Powerpoint writer: update golden test files | Jesse Rosenthal | 1 | -0/+0 | |
Since the template changed, some small elements of these test files changed as well. All of these were checked with Powerpoint 2013 on Windows 10 (VirtualBox). All had expected outcomes and no corruption. | |||||
2018-01-22 | Powerpoint writer: Add further tests | Jesse Rosenthal | 1 | -0/+0 | |
Tests added for: - table of contents - endnotes - endnotes with table of contents Powerpoint output checked in MS PowerPoint 2013 (Windows) |