Register Lost your password?
Full api documentation: full api documentation FREE version full api documentation PRO version

public function addMathDocx(string filepath)

Parameters

$filepath

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

Examples

Example 1


require_once 'classes/CreateDocx.inc';

$docx = new CreateDocx();

$docx->addMathDocx('math.docx');

$docx->createDocx('example_math');

Your comments