-
Notifications
You must be signed in to change notification settings - Fork 3
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
How to convert single one worksheet to PDF #3
Comments
Hi, this package does not support such function, but I think you can achieve this by using a macro. Here is an example for converting the correct sheet to CSV. If you have a nice solution, let me know! |
I tried to create a demo for converting the doc file to PDF with Libreoffice, but it can't work successfully. How should I do is right?Here are my code.
In addition, the README.md has an error. The word 'conveter' of the composer command Thanks for your package! |
Thanks, can you open a new issue for that? I will have a look at this Problem :) |
I tried to create a demo for converting the doc file to PDF with Libreoffice, but it can't work successfully. How should I do is right?Here are my code. use Breadlesscode\Office\Converter; Converter::file('Documento2.docx')
but i have an error! Uncaught Symfony\Component\Process\Exception\ProcessFailedException: The command "'/usr/bin/libreoffice' --headless --convert-to 'pdf' --outdir '.' /opt/lampp/htdocs/sefaureo2.5/sources/ajax/Documento2.docx" failed. Exit Code: 1(General error) Working directory: /opt/lampp/htdocs/sefaureo2.5/sources/ajax Output: ================ Error Output: ================ /usr/lib/libreoffice/program/oosplash |
I used to search on Google abort how to convert single one worksheet to PDF with Libreoffice,but I did not get the answer.Do you know some idea abort this problem?
And thanks for your package!
The text was updated successfully, but these errors were encountered: