PDFTemplate

Component type

module

Maintenance status

Development status

Downloads

344

Component created

Component changed

This modules offers an easy way to create PDFs from OpenDocument (.odt) templates. The magic: Each template can hold a variety of placeholders/variables that can easy be replaced via rules.

This module integrates the free pdftemplate.eu service. No registration required!

This module is developed and maintained by Kommune3

Entity Print Form

Component type

module

Maintenance status

Development status

Component created

Component changed

Do you need to export an entity form to PDF?

Use cases:
- Exporting current user input in a form e.g. sending a user a copy of their input via email
- Exporting a user printable form for offline use e.g. an application form

Use form modes to change the output of your form, and export these too!

URL format for export: /entityprint/form/[export-type]/[entity-type]/[entity-id]/[form-mode]

Also includes a handy debug URL for checking what will be exported.

Requirements:
Entity Print 8.x-2.x-dev

Migrate Process Plugins

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides a set of usefull process plugins to be used with the Migration Framework in Drupal 8. As the project evolves more plugins will be added.

The first release of this module is planned for the first week of september 2016. If you have any questions / suggestions please submit an issue.

Migrate source XLS

Component type

module

Maintenance status

Development status

Downloads

1634

Component created

Component changed

A source migrate plugin, to allow us to use XLS and XLSX files as a migration source.

Requirements:

  • Drupal 8
  • PHPExcel library(>=1.8.1)
  • Migrate module (>= 8.1)

Usage:

To use this plugin you have to:

  • install PHPExcel library via Composer
  • install this module via default installation process

Next point it's specifying a source plugin in your migration
and all it's params:

Views data export - HTML support

Component type

module

Categories

Maintenance status

Development status

Downloads

585

Component created

Component changed

This module provides an HTML output format for the Views data export module, allowing an export into a simple form of HTML.

The main use case is printing a view displaying lots of items, and whose output is quite heavy to render. Using the batched export and the HTML format allows to obtain plain HTML code and style it as needed.

Config Direct Save

Component type

module

Maintenance status

Development status

Downloads

10240

Component created

Component changed

Config Direct Save
What's config Direct Save ?

This module allow you to :
- Make backup of configurations (when you check the backup checkbox).
- Override the sync (all files with old configuration) by the new configurations(replace all configurations files).

You should before using the module : :
- Give access ( chmod -R 775 sites/default/files/config_HASH, HASH= Random string) for overriding the directory sync and creating a new directories.