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_…...matches the name of the file generated during the conversion process...