This guide walks you through everything you need to convert your first PDF into an editable Word document using pdf2wordx. By the end, you will have installed the application, launched its graphical interface, and produced a ready-to-editDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/dev2forge/pdf2wordx/llms.txt
Use this file to discover all available pages before exploring further.
.docx file — all in under a minute. No prior experience with Python or command-line tools is required beyond the initial pip install.
Install pdf2wordx
If you have not already installed pdf2wordx, open your terminal and run:pip will install
pdf2wordx version 2.1.1 along with its dependencies (pdf2docx==0.5.8 and chromologger==0.1.8) automatically. For virtual environment setup and platform-specific notes, see the Installation guide.Launch the application
Once installed, start the graphical interface by running the following command in your terminal:The PDF2WORDX window will open immediately — a compact 500×300 px interface with a dark navy background. The window is fixed-size and centred on your screen.
Name your output file
At the top of the interface you will see a Nombre Archivo (File Name) label next to an entry field. This field is pre-populated with the default value:You can leave it as-is or clear the field and type your preferred filename. Whatever you enter here will become the name of the output
.docx file (the .docx extension is appended automatically).The filename entry field must not be empty when you proceed. If you clear the default and leave the field blank, the output filename will be
.docx with no base name.Open your PDF
Click the Abrir Archivo (Open File) button. A native file-picker dialog will appear, filtered to show only
.pdf files. Navigate to and select the PDF you want to convert.After selecting a file, the label beneath the buttons updates to show the PDF’s filename, confirming your selection. The Elegir Directorio (Choose Directory) button is now enabled and ready to use.Choose an output directory
Click the Elegir Directorio (Choose Directory) button. A folder-picker dialog will open. Navigate to the folder where you want the converted
.docx file to be saved and confirm your selection.The interface updates a second label to show the output filename (your chosen name with the .docx extension appended), confirming the name the converted file will be saved as.Once a directory is chosen, the Convertir (Convert) button becomes enabled.Convert the file
Click the Convertir (Convert) button. The conversion runs in a background thread so the GUI stays responsive. Two dialogs will appear in sequence:
- An information dialog confirms that conversion has started, displaying the path of the PDF being processed.
- A success dialog — titled “Conversión Exitosa” — confirms that the file was converted successfully and shows the original PDF filename.
.docx file is now in the output directory you chose.What happens next
Your converted.docx file is now sitting in the directory you selected. You can open it in any Word-compatible application, including:
- Microsoft Word (Windows and macOS)
- LibreOffice Writer (Windows, macOS, and Linux — free and open source)
- Google Docs (via File → Open → upload the
.docxfile) - WPS Office, OnlyOffice, or any other OOXML-compatible editor