Skip to content

Instantly share code, notes, and snippets.

@japicoder
japicoder / ExtendedTemplateProcessor.php
Last active March 28, 2023 05:34
ExtendedTemplateProcessor class for PHPOffice/PHPWord that updates the relationships for links.
<?php
namespace App\Utils;
use PhpOffice\PhpWord\Element\Link;
use PhpOffice\PhpWord\Exception\Exception as PhpWordException;
use PhpOffice\PhpWord\TemplateProcessor;
class ExtendedTemplateProcessor extends TemplateProcessor