-
- Downloads
Issue #3240579 by gaurav.kapoor: Add PDF render plugin for the module
Showing
- composer.json 2 additions, 1 deletioncomposer.json
- documentation_generator.module 16 additions, 4 deletionsdocumentation_generator.module
- documentation_generator.services.yml 3 additions, 0 deletionsdocumentation_generator.services.yml
- src/Plugin/DocumentationGeneratorRender/PDF.php 92 additions, 0 deletionssrc/Plugin/DocumentationGeneratorRender/PDF.php
- templates/documentation.html.twig 31 additions, 0 deletionstemplates/documentation.html.twig
... | ... | @@ -5,7 +5,8 @@ |
"homepage": "https://drupal.org/project/documentation_generator", | ||
"license": "GPL-2.0+", | ||
"require": { | ||
"phpoffice/phpword": "^0.16.0" | ||
"phpoffice/phpword": "^0.16.0", | ||
"dompdf/dompdf": "^1.0.2" | ||
}, | ||
"minimum-stability": "dev" | ||
} |
templates/documentation.html.twig
0 → 100644
Please register or sign in to comment