{"id":20642556,"url":"https://github.com/aditeyabaral/convert2pdf","last_synced_at":"2025-07-29T16:35:59.421Z","repository":{"id":116761123,"uuid":"251518290","full_name":"aditeyabaral/convert2pdf","owner":"aditeyabaral","description":"A Python3 application that converts multiple Office files into their PDF versions automatically thus saving you the hassle of looking for online converters or converting them manually.","archived":false,"fork":false,"pushed_at":"2020-10-13T07:18:19.000Z","size":19,"stargazers_count":4,"open_issues_count":5,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-16T01:50:48.399Z","etag":null,"topics":["comtypes-library","pdf-generation","python","python-3"],"latest_commit_sha":null,"homepage":"","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/aditeyabaral.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,"zenodo":null}},"created_at":"2020-03-31T06:24:58.000Z","updated_at":"2024-11-24T06:27:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"ae64467b-bdac-4ca9-b1de-84eccfced99e","html_url":"https://github.com/aditeyabaral/convert2pdf","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aditeyabaral/convert2pdf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aditeyabaral%2Fconvert2pdf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aditeyabaral%2Fconvert2pdf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aditeyabaral%2Fconvert2pdf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aditeyabaral%2Fconvert2pdf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aditeyabaral","download_url":"https://codeload.github.com/aditeyabaral/convert2pdf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aditeyabaral%2Fconvert2pdf/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267718331,"owners_count":24133448,"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","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["comtypes-library","pdf-generation","python","python-3"],"created_at":"2024-11-16T16:09:26.648Z","updated_at":"2025-07-29T16:35:59.399Z","avatar_url":"https://github.com/aditeyabaral.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Convert2PDF\nA Python3 application that converts multiple Office files into their PDF versions automatically. \n\nConvert2PDF takes in a file type as input and exports all matching file extensions for that Office format (such as, a word document may have the extension .doc or .docx) and saves them in a separate directory, thus saving you the hassle of converting them all manually or looking for online converters. Made during the COVID-19 outbreak to kill Quarantine Boredom :P\n\n*Since comtypes primarily supports Windows, Convert2PDF will not work on other platforms* :(\n\n# Getting Started\nConvert2PDF requires **comtypes** and **img2pdf** to be installed. This can be done using a simple pip command.\n\n```pip install -r requirements.txt``` \n\nThat's it. You're good to go!\n\n# How to use Convert2PDF\n### To convert all files in a directory\nYou can convert all files in a directory using \n```python Convert2PDF.py```\nor\n```python Convert2PDF.py -f *```\n\n### To convert specific formats\nYou can also explicitly mention which files you would like to convert. To specify a particular type, pass in the respective format paramter as a command line argument. \n\n##### For all Word Document files\n```python Convert2PDF.py -f word``` \n\n##### For all Powerpoint files\n```python Convert2PDF.py -f ppt``` \n\n##### For all Excel Spreadsheets\n```python Convert2PDF.py -f excel``` \n\n##### For all Image files\n```python Convert2PDF.py -f img``` \n\n### Missing file formats \nA list of various file formats has been declared at the top section of the code. Don't see a file extension you need? You can add it in!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faditeyabaral%2Fconvert2pdf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faditeyabaral%2Fconvert2pdf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faditeyabaral%2Fconvert2pdf/lists"}