Jessica

Results 2 comments of Jessica

I've found a possible solution: just change in `PhpWord/Writer/Word2007/Element/TOC.php` the line `116` from `$xmlWriter->text("PAGEREF _Toc{$rId} \\h");` to `$xmlWriter->text("PAGEREF $rId \\h");` using `$phpWord->getSettings()->setUpdateFields(true);` it seems it works.

I've found a possible solution: just change in `PhpWord/Writer/Word2007/Element/TOC.php` the line `116` from `$xmlWriter->text("PAGEREF _Toc{$rId} \\h");` to `$xmlWriter->text("PAGEREF $rId \\h");` using `$phpWord->getSettings()->setUpdateFields(true);` it seems it works.