Convert one file format into another using Python scripts. Each script provides methods to enable single/multi file conversions.
- Excel to String
- Excel to XML
- GIF to MP4
- IMG to PDF
- PDF to String
- HTML to Excel
- XML to Excel
- Image processing requires PIL.
- Video conversion requires FFMPEG.
- XML parsing requires lxml.
- Excel parsing requires openpyxl and pandas.
- PDF conversion requires PyPDF2.
Want to contribute? Great!
Fork the repo and get busy or suggest a feature/bug.
These set of utilities are licensed under Apache 2.0