-
Notifications
You must be signed in to change notification settings - Fork 47
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
Implementation for linux users #1
Comments
The issue stands in converting from DOCX to PDF, since that can only be done by one package in python that uses Windows |
We can use libreoffice for the same as well. I am trying to implement it. |
@notnotrachit you can try it , do let me know if it does work |
Ya, Its working, I will clean the code and make a pull requet, but for now, I am also trying to automate the mail sending on Linux as well |
sure sure ! Great work |
@notnotrachit don't you need any python library for doing that??? |
No, we can use Libreoffice's headless mode cli to convert from pdf to docx |
How does this mode work? |
Guys I have shited the code to work on linux. Do tell if you guys have any suggestions. |
We can achieve that by making a python script that will read the email of participant in email.xlsm file and will send them the mail and not with a macro in excel
The text was updated successfully, but these errors were encountered: