-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add word to PDF option #2
Comments
Look at requirement of docx2pdf. It says that user need MS Office in order to use this library. MS Office is not compatible with Linux so we can't use this library on Linux systems. |
I found this alternative which works on all platform. It uses the unoconv library, though introduces the threshold to install Libre / Open Office. Then again, it can be run headless. Perhaps worth a consideration. Somewhere I feel we would be better off using Word for macOS and Windows, and perhaps Libre Office for Linux - instead of one for all, primarily due to the familiarity and user base of Microsoft Word. |
I was just thinking, also in relation to #32, that I am curious to see the performance difference between:
Especially since |
@davidverweij -- that would be really useful. Maybe you could expand your CLI to pipe the output into
docx2pdf
:*Assuming your programme has a name change to
docx-csv-mailmerge
The text was updated successfully, but these errors were encountered: