I’m trying convert word file to pdf, but not working my code.
Before it’s works.
$docxFile = $filePath;
$pdfFileName = 'destination.pdf';
$api = new WordsApi($clientId, $clientSecret);
$upload_…... I have error: [ValueError] Path cannot be empty (0) /var/ww...ValueError indicating that the path cannot be empty when trying...