Register Lost your password?

public function fAddMathDocx(string filepath)

Parameters

$fAddMathDocx

  • value: obtains an equation from a DOCX file and inserts it into the new document

Examples

Example 1


require_once '../classes/cCreateDocx.inc';
$objDocx = new cCreateDocx();
$objDocx->fAddMathDocx('../docx/math.docx');
$objDocx->fCreateDocx('ejemplo_math');

Your comments