Add pdf2docx recipe
alihassan143 opened this issue · 3 comments
alihassan143 commented
Add pdf2docx recipe
Julian-O commented
pdf2docx appears to be a pure Python solution. Why do you think you need a recipe for it?
alihassan143 commented
@Julian-O i want to write converter for my app that can convert the pdf files to docx without any third party library
akshayaurora commented
All pure python packages can be specified in buildozer.spec as a requirement or directly with kivy-ios or p4a. There is no need for a separate recipe.