🇩🇪Germany @philippjor

Account created on 29 April 2021, about 4 years ago
#

Recent comments

🇩🇪Germany philippjor

#83 ist a good workaround, but in Drupal10.3 does not work.

I got an error in this function of WOrdDocx.php

  public function __construct(array $configuration, $plugin_id, $plugin_definition, ExportTypeInterface $export_type) {
    parent::__construct($configuration, $plugin_id, $plugin_definition, $export_type);
    $this->print = new EntityPrintPhpWord();
    $this->section = $this->print->addSection();
    Settings::setOutputEscapingEnabled($this->configuration['enable_output_escaping']);
  }

For testing i used "TCPDF();" instead of "EntityPrintPhpWord();" and the config-site of module entityprint worked for me:
/admin/config/content/entityprint

Did anyone tested it in Drupal10 ?

Production build 0.71.5 2024