Hi
I have this error when i want make a Docx...
Call to undefined method RepairPDF::repairPDFConversion() in [.....]classes\CreateDocx.inc on line 3350
Can you help me ?
Hi
I have this error when i want make a Docx...
Call to undefined method RepairPDF::repairPDFConversion() in [.....]classes\CreateDocx.inc on line 3350
Can you help me ?
if (file_exists(dirname(__FILE__) . '/RepairPDF.inc')) {
if ($this->_compatibilityMode) {
$contentRepair = RepairPDF::repairPDFConversion($contentRepair, '', array());
}
}