Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Binary driver on windows #14

Open
ozilion opened this issue Sep 18, 2019 · 2 comments
Open

Binary driver on windows #14

ozilion opened this issue Sep 18, 2019 · 2 comments

Comments

@ozilion
Copy link

ozilion commented Sep 18, 2019

Hi, I am trying to convertMS Word template file filled by PHPWord framework to PDF. Found here on Google search and decided to give a try but i get Executable not found, proposed error.

Where can i find the required binary driver and use it?

@adeelaftab
Copy link

Same Problem here, don't Know what i am doing wrong.
$loader = require 'unoconv/vendor/autoload.php'; $unoconv = Unoconv\Unoconv::create(); $unoconv->transcode($savePath, 'pdf', $savepdf); unlink($savePath); ///UNLINK DOC FILE
its gives error of binery drive exectuable on windows - Xampp php file
Error:
Fatal error: Uncaught Alchemy\BinaryDriver\Exception\ExecutableNotFoundException: Executable not found, proposed : unoconv in \unoconv\vendor\alchemy\binary-driver\src\Alchemy\BinaryDriver\AbstractBinary.php:160 Stack trace: #0 \unoconv\src\Unoconv\Unoconv.php(102): Alchemy\BinaryDriver\AbstractBinary::load(Array, NULL, Object(Alchemy\BinaryDriver\Configuration)) #1 xml_form_info.php(757): Unoconv\Unoconv::create() #2 index.php(14): include_once('E:\\Work\\htdocs\\...') #3 {main} thrown in unoconv\vendor\alchemy\binary-driver\src\Alchemy\BinaryDriver\AbstractBinary.php on line 160

@saldanha10
Copy link

Same problem here... Is this library compatible with windows?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants