Content
View differences
Updated by Niels Lindenthal about 2 years ago
**As an** OpenProject employee
**I want to** trigger the pdf creation from markdown files directly inside OpenProject
**so that** I don't have to install all the mechanism on my local machine.
# **Acceptance criteria**
* No local installation of Ruby and the export gem required.
* The .md-content pdf export is taken triggered from description.
the files list.
* Text macros are rendered in Choose the pdf export, e.g.:
export template
* `workPackageValue:45896:updateAt` -> workPackageValue:45896:updatedAt
* `workPackageValue:45896:author` -> workPackageValue:45896:author
* `workPackageValue:45896:status`\-> workPackageValue:45896:status
* The created pdf export file is triggered from the export modal.
* For each styling we have a separate icon saved in the export modal (styling definition and selection will be enhanced later).
* contract same folder as the markdown file
**I want to** trigger the pdf creation from markdown files directly inside OpenProject
**so that** I don't have to install all the mechanism on my local machine.
#
* No local installation of Ruby and the export gem required.
* `workPackageValue:45896:author` -> workPackageValue:45896:author
* `workPackageValue:45896:status`\-> workPackageValue:45896:status
* The
* For each styling we have a separate icon
* contract