This repository contains tools to convert PDF files to DXF format, usable as a QGIS plugin or a standalone Python tool.
- QGIS Plugin: A plugin for QGIS to convert PDFs directly within the interface.
- Standalone Tool: A Python script to convert PDFs from the command line.
- Zip the
PDFtoDXFfolder. - Install via QGIS Plugin Manager ("Install from Zip").
- Or copy
PDFtoDXFto your QGIS plugins folder.
pip install -r requirements.txt
streamlit run streamlit_app.pypip install pymupdf "ezdxf<1.1"
python src/converter.py input.pdf output.dxf