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 ?
🏷️ Limited Offer: 25% OFF 🏷️
First 100 purchases only — Special discount!
Use this coupon on checkout: PHPDXPJ_D1SC1N5T
Get it nowHi
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());
}
}