Metadata-Version: 2.1
Name: switch-file
Version: 1.0.4
Summary: UNKNOWN
Home-page: UNKNOWN
Author: Harshita Dhurwe
Author-email: harshitadhurwe@gmail.com
License: MIT
Description: # SWITCH-FILE
        
        Python package that simplifies the process of converting various file formats to PDF, including Word (DOCX), text, images, and XLSX files. It provides a convenient command-line interface for users.
        
        ## Features
        
        - Convert Word (DOCX) files to PDF.
        - Convert text files to PDF.
        - Convert XLSX files to PDF.
        - Convert images (e.g., JPG, PNG) to PDF.
        - Supports conversion of files and entire folders.
        
        ## Dependencies
        
        - img2pdf
        - pandas
        - reportlab
        - python-docx2pdf (for Word to PDF conversion)
        - pywin32 (for Word to PDF conversion on Windows)
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
