kivy / kivy-ios

Toolchain for compiling Python / Kivy / other libraries for iOS
https://kivy.org/docs/guide/packaging-ios.html
MIT License
781 stars 240 forks source link

Add pdf2docx recipe #883

Closed alihassan143 closed 10 months ago

Julian-O commented 10 months ago

pdf2docx appears to be a pure Python solution. Why do you think you need a recipe for it?

alihassan143 commented 10 months ago

@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 10 months ago

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.