Skip to content

Releases: Dev2Forge/bridgex

The program installer v0.2.3-beta.1

20 Jul 00:47
2f5bbdf

Choose a tag to compare

Important

  • Fixes #31 and Fixes #32
  • The program is not made for 32-bit systems (I lack tools to prevent access to those systems, but it is 90% recommended that you use a 64-bit system)

Warning

It is not recommended to install the program on 32-bit systems (It has not been tested on these)

The installer size increased because "VC_Resdist x64" was added, so that everything is automatic.

  • In the previous version, there was no precaution if the user had "VC Redist x64" which caused the error #31
  • In #32, the lack of permissions is evident, since the system denies access to some folders or to the hard drive C (where the system is installed), now both the installer and the Program itself run in administrator mode.
  • The entire installation is automatic; both the program and "VC Redist x64" are installed automatically. Check out this repository if you want to know and verify the compilation process, both for the installer and the program itself: https://github.com/tutosrive/bridgex-builds-2-exe/

v0.1.0-beta.1

11 Jul 22:41
5600959

Choose a tag to compare

Bridgex is an Open Source tool that lets you convert a wide range of file formats - Office documents and others such as EPUB, HTML, PDF (plain-text), and more - into Markdown. It serves as a visual bridge between the powerful Markitdown library and anyone who prefers not to use the command line.

Install:

From Button
Source Forge (.exe) Download bridgex
pip - Pypi pip install bridgex

Screenshots 🖼️

img
Example of Bridgex’s main window.

View interface previews
Name Preview
Open File img
Mini Editor img
Convert img
Change Language img

This program is:

  • Free and Open Source: All code is available under the MIT licence, including Python code and UI files, for you to inspect, modify and redistribute.
  • Quick and Simple: A modern, intuitive interface that gets straight to the point—no jargon, no fluff.
  • Highly Useful: Instantly turn your documents into clean Markdown (.md) for blogs, wikis, documentation or personal notes.
  • Flexible & Customisable: The entire UI is built with Qt Designer .ui files and translation .ts files—feel free to tweak every element.

Supported Formats 📂

Bridgex supports conversion of the following file formats:
  • PDF (`.pdf`)
  • Word (`.docx`)
  • PowerPoint (`.pptx`)
  • Excel (`.xlsx`, `.xls`, `.csv`)
  • Outlook Messages (`.msg`)
  • Text (`.txt`, `.text`)
  • Markdown (`.md`, `.markdown`)
  • JSON (`.json`, `.jsonl`)
  • XML (`.xml`)
  • RSS/Atom (`.rss`, `.atom`)
  • HTML/MHTML (`.html`, `.htm`, `.mhtml`)
  • ePub (`.epub`)
  • Compressed files (`.zip`)
  • Jupyter Notebooks (`.ipynb`)
  • Other formats supported by Markitdown

Quick Start

Prerequisite: You must have Bridgex installed.
Installation instructions:
https://github.com/Dev2Forge/bridgex?tab=readme-ov-file#installation-

  1. Launch Bridgex

    • If installed via pip, run bridgex in your terminal.
    • Or simply double-click the provided .exe.
  2. Open Your File

    • Click the icons8-subir-30 button.
    • Select any document containing extractable plain-text (not image-only PDFs).
  3. Automatic Conversion

    • Under the hood, Markitdown parses and formats your content into Markdown where possible.
  4. Preview & Edit

    • A lightweight editor shows you the generated Markdown.
    • Note: image previews aren’t shown yet (coming soon). Use this editor to tweak formatting if needed.
  5. Save Your Markdown

    • Click the icons8-actualizar-30 button.
    • Choose the folder to save your .md file.

Your new Markdown file will appear in your chosen directory—ready to use in any Markdown-friendly tool.


Reporting Issues & Contributing


Customising the Interface

Every UI file is included for your convenience:

  • Qt Designer .ui files—modify or redesign your layout in Qt Creator:
    Download Qt Creator: https://www.qt.io/download

  • Translation .ts files—add or edit language support for the GUI.

All project assets are provided so you can adapt Bridgex to your workflow under the MIT licence. Enjoy a truly Open Source, easy-to-use, highly functional document conversion experience!

What's Changed

Full Changelog: V0.0.2-dev...v0.1.0-beta.1

v0.0.3-dev

10 Jul 01:42
56f30a7

Choose a tag to compare

v0.0.3-dev Pre-release
Pre-release

What's Changed

Full Changelog: V0.0.2-dev...v0.0.3-dev

Bridgex v0.0.2-dev

06 Jul 13:50
85fc581

Choose a tag to compare

Bridgex v0.0.2-dev Pre-release
Pre-release

Bridgex v0.0.2-dev:

Supported files:

  • .pdf
  • .csv
  • .docx
  • .xlsx
  • .html

And many more...

What's Changed

New Contributors

Full Changelog: https://github.com/Dev2Forge/bridgex/commits/V0.0.2-dev