{"id":22432845,"url":"https://github.com/quantumpixelator/exceltopdf","last_synced_at":"2025-03-27T07:43:05.143Z","repository":{"id":266312528,"uuid":"886937553","full_name":"QuantumPixelator/ExceltoPDF","owner":"QuantumPixelator","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-03T17:00:39.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T12:46:10.462Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/QuantumPixelator.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-11T22:02:09.000Z","updated_at":"2024-12-03T17:01:10.000Z","dependencies_parsed_at":"2024-12-03T17:18:58.842Z","dependency_job_id":"3f727e5a-3fad-4d77-b477-5edee6eba11e","html_url":"https://github.com/QuantumPixelator/ExceltoPDF","commit_stats":null,"previous_names":["quantumpixelator/exceltopdf"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuantumPixelator%2FExceltoPDF","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuantumPixelator%2FExceltoPDF/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuantumPixelator%2FExceltoPDF/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QuantumPixelator%2FExceltoPDF/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/QuantumPixelator","download_url":"https://codeload.github.com/QuantumPixelator/ExceltoPDF/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245806088,"owners_count":20675293,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-05T22:13:00.594Z","updated_at":"2025-03-27T07:43:05.126Z","avatar_url":"https://github.com/QuantumPixelator.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Excel to PDF Converter\n\nThis project provides a Windows-based application that converts Excel files (.xls and .xlsx) to PDF format. The application uses the `win32com` library to interface with Microsoft Excel, allowing for high-quality PDF exports directly from Excel files. Built with PySide6, it provides a simple, user-friendly GUI to select files, choose an output folder, and monitor conversion progress.\n\n## Features\n\n- **Batch Conversion**: Convert multiple Excel files at once.\n- **Output Folder Selection**: Specify the destination folder for PDFs.\n- **Progress Tracking**: Visual progress bar and log messages for each file.\n- **Renaming Options**: Automatically removes `%20` from filenames and unwanted Excel extensions (`.xls` or `.xlsx`).\n\n## Requirements\n\nTo run this application, install the dependencies listed in `requirements.txt`:\n\n```text\npypiwin32==223\nPySide6==6.8.0.2\nPySide6_Addons==6.8.0.2\nPySide6_Essentials==6.8.0.2\npywin32==308\nshiboken6==6.8.0.2\n```\n\nInstall the requirements using pip:\n\n```bash\npip install -r requirements.txt\n```\n\n## Getting Started\n\n1. **Clone the repository**:\n   ```bash\n   git clone https://github.com/yourusername/excel-to-pdf-converter.git\n   cd excel-to-pdf-converter\n   ```\n\n2. **Install dependencies**:\n   Run the following command to install the required packages:\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n3. **Run the Application**:\n   Launch the application by running the `main.pyw` file:\n   ```bash\n   python main.pyw\n   ```\n\n4. **Using the Application**:\n   - Select Excel files for conversion by clicking \"Browse Files.\"\n   - Choose an output directory with \"Select Output Folder.\"\n   - Click \"Convert to PDF\" to start the batch conversion.\n\n## File Renaming and Path Management\n\n- During conversion, the application ensures file paths are Windows-compatible.\n- Files are saved with `.pdf` as the sole extension, removing any preceding `.xls` or `.xlsx` extensions.\n- Spaces replace URL-encoded `%20` in file names.\n\n## Known Issues\n\n- This application requires Microsoft Excel to be installed on the machine, as it uses `win32com` to interact with Excel.\n- Currently designed only for Windows due to reliance on Windows-specific libraries (`win32com`).\n\n## License\n\nMIT License. See `LICENSE` file for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquantumpixelator%2Fexceltopdf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquantumpixelator%2Fexceltopdf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquantumpixelator%2Fexceltopdf/lists"}