{"id":25298772,"url":"https://github.com/azad77/pdf-to-word","last_synced_at":"2025-04-06T22:42:42.815Z","repository":{"id":275191448,"uuid":"925354248","full_name":"Azad77/pdf-to-word","owner":"Azad77","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-01T10:20:50.000Z","size":48,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T04:51:18.555Z","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/Azad77.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":"2025-01-31T18:06:54.000Z","updated_at":"2025-02-01T10:20:52.000Z","dependencies_parsed_at":"2025-01-31T19:37:25.578Z","dependency_job_id":null,"html_url":"https://github.com/Azad77/pdf-to-word","commit_stats":null,"previous_names":["azad77/pdf-to-word"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azad77%2Fpdf-to-word","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azad77%2Fpdf-to-word/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azad77%2Fpdf-to-word/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azad77%2Fpdf-to-word/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Azad77","download_url":"https://codeload.github.com/Azad77/pdf-to-word/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247563923,"owners_count":20958971,"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":"2025-02-13T04:51:16.404Z","updated_at":"2025-04-06T22:42:42.796Z","avatar_url":"https://github.com/Azad77.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PDF to Word Converter Django App\n\nThis is a simple Django web application that allows users to upload a PDF file, convert it to a Word document, and download the converted file. The app utilizes the `pdfplumber` library for extracting text from PDF files and the `python-docx` library for creating Word documents.\n\n## Features\n- Upload a PDF file.\n- Extracts text from the PDF using `pdfplumber`.\n- Converts the extracted text into a Word document (`.docx` format).\n- Allows users to download the converted Word document.\n\n## Technologies Used\n- **Django** - A high-level Python web framework.\n- **pdfplumber** - A Python library for extracting text from PDF files.\n- **python-docx** - A Python library for creating and modifying Word documents.\n\n## Installation\n\n### 1. Clone the Repository\n\nClone this repository to your local machine:\n\n```bash\ngit clone https://github.com/yourusername/pdf-to-word-django.git\ncd pdf-to-word-django\n```\n2. Set Up Virtual Environment\nCreate a virtual environment and activate it:\n```bash\nconda create -n pdf_to_word_env python=3.9\nconda activate pdf_to_word_env\n```\n3. Install Dependencies\nInstall all the required dependencies:\n\n```bash\npip install -r requirements.txt\n```\nMake sure to include requirements.txt in your repository, containing the necessary libraries:\n\n```text\ndjango==3.2\npdfplumber==0.5.28\npython-docx==0.8.11\n```\n4. Apply Migrations\nRun the database migrations:\n\n```bash\npython manage.py makemigrations\npython manage.py migrate\n```\n5. Run the Application Locally\nStart the development server:\n\n```bash\npython manage.py runserver\n```\nVisit the app in your browser at http://127.0.0.1:8000/ to test the functionality.\n\n## Usage\n\n1. Navigate to the home page of the app.\n2. Upload a PDF file that you want to convert.\n3. Click the **\"Convert\"** button.\n4. Once the conversion is complete, the Word document will be available for download.\n\n## Deployment\n\nThis application can be deployed on platforms such as **Render** or **Railway**. For deployment instructions, please refer to the respective platform's documentation.\n\n## Contributing\n\nFeel free to fork this repository and submit pull requests. Contributions are welcome!\n\n### Steps for Contributing:\n\n1. Fork the repository.\n2. Create a new branch for your feature (`git checkout -b feature-name`).\n3. Commit your changes (`git commit -am 'Add feature'`).\n4. Push to the branch (`git push origin feature-name`).\n5. Create a new Pull Request.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Local Testing\n\nVisit the app in your browser at `http://127.0.0.1:8000/` to test the functionality.\n\n=======\n# pdf-to-word\n\u003e\u003e\u003e\u003e\u003e\u003e\u003e ba0b12ae6eef55deef18525ac86bcedf12a4d55d\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazad77%2Fpdf-to-word","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazad77%2Fpdf-to-word","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazad77%2Fpdf-to-word/lists"}