suraj-singh12 / any-to-pdf

Convert text, Docs, Ppt, Excel, and images to pdf files easily.
GNU General Public License v3.0
12 stars 13 forks source link

Some package is windows only #15

Open ktomi96 opened 2 years ago

ktomi96 commented 2 years ago

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

suraj-singh12 commented 2 years ago

Your changes are most welcome. During the design of the application, only Windows was taken into consideration. If you can find alternate dependencies for Linux, kindly mention them. Will do an analysis, and implementation thereafter.

glitchdawg commented 2 years ago

i can implement dependency management using poetry and could also look to implement api calls that also work on linux

suraj-singh12 commented 2 years ago

That sounds good @glitchdawg. So would you like to proceed?

glitchdawg commented 2 years ago

That sounds good @glitchdawg. So would you like to proceed?

Yes but to maintain sanitary code I'll have to first implement the dependency management and implement the api calls in a later push. I'll start working on the dependency management shortly

suraj-singh12 commented 2 years ago

That sounds good @glitchdawg. So would you like to proceed?

Yes but to maintain sanitary code I'll have to first implement the dependency management and implement the api calls in a later push. I'll start working on the dependency management shortly

Perfect then I am assigning this to you.

suryan-s commented 1 year ago

Does the package now support Linux?

suraj-singh12 commented 1 year ago

windows only!