[PR #2700] Add pdf2wordx modlue-GUI to 'Specific Formats Processing > PDF' section #2013

Open
opened 2025-11-06 13:27:44 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/2700
Author: @tutosrive
Created: 5/7/2025
Status: 🔄 Open

Base: masterHead: add-pdf2wordx


📝 Commits (1)

  • 5d7a188 Add pdf2wordx modlue-GUI to 'Specific Formats Processing > PDF' section

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

What is this Python project?

PDF2WordX is a GUI application (Tkinter-based) that converts PDF files to DOCX in two clicks. It leverages the pdf2docx library under the hood and provides a simple interface for end users.

pip install pdf2wordx

What’s the difference between this Python project and similar ones?

Aspect PDF2WordX pdf2docx (CLI / library) Adobe Acrobat
Interface Graphical (Tkinter) Command-line and Python API Commercial GUI
Workflow Select PDF → Click Convert → Get DOCX Write a few lines of code or CLI commands Manual Export → Save
Dependencies pdf2docx, tkinter pdf2docx only Proprietary
Use Case Non-technical users needing quick conversion Developers scripting conversions Professional PDF editing and batch exports

Anyone who agrees with this pull request could submit an Approve review to it.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/2700 **Author:** [@tutosrive](https://github.com/tutosrive) **Created:** 5/7/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `add-pdf2wordx` --- ### 📝 Commits (1) - [`5d7a188`](https://github.com/vinta/awesome-python/commit/5d7a18892632c83daf00e9ea303e64427465c147) Add `pdf2wordx` modlue-GUI to 'Specific Formats Processing > PDF' section ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What is this Python project? PDF2WordX is a GUI application (Tkinter-based) that converts PDF files to DOCX in two clicks. It leverages the `pdf2docx` library under the hood and provides a simple interface for end users. ```shell pip install pdf2wordx ``` --- ## What’s the difference between this Python project and similar ones? | Aspect | PDF2WordX | pdf2docx (CLI / library) | Adobe Acrobat | |---------------------|--------------------------------------------------|------------------------------------------------|-----------------------------------------------| | **Interface** | Graphical (Tkinter) | Command-line and Python API | Commercial GUI | | **Workflow** | Select PDF → Click Convert → Get DOCX | Write a few lines of code or CLI commands | Manual Export → Save | | **Dependencies** | `pdf2docx`, `tkinter` | `pdf2docx` only | Proprietary | | **Use Case** | Non-technical users needing quick conversion | Developers scripting conversions | Professional PDF editing and batch exports | Anyone who agrees with this pull request could submit an *Approve* review to it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:27:44 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#2013