Some package alternatives should be considered
from win32com import client # for excel to pdf
from docx2pdf import convert
from ppt2pdf import main as ppt_processor
#13
following code doesnt works on linux.
You should consider other packages that dont use windows api calls
Also you should consider using dependency managment such as poetry
Some package alternatives should be considered
from win32com import client # for excel to pdffrom docx2pdf import convertfrom ppt2pdf import main as ppt_processor#13
following code doesnt works on linux.
You should consider other packages that dont use windows api calls
Also you should consider using dependency managment such as poetry