Hello
I have a template for my docx but i need the table of content appear in page number 3 not in last page like now
  $legend = array('text' => 'Presiona para actualziar el indice',Â
  'color' => 'B70000',Â
  'bold' => true,Â
  'fontSize' => 12,
  );
$docx->addTableContents(array('autoUpdate' => true), $legend);
How Can I put the table of content in a specific page?