Skip to content

Converts PDF files to DXF, Shapefile, Geojson format using PyMuPDF and ezdxf.

Notifications You must be signed in to change notification settings

surveyorstories/pdfextract

Repository files navigation

PDF to DXF Converter

This repository contains tools to convert PDF files to DXF format, usable as a QGIS plugin or a standalone Python tool.

Contents

Quick Start

QGIS Plugin

  1. Zip the PDFtoDXF folder.
  2. Install via QGIS Plugin Manager ("Install from Zip").
  3. Or copy PDFtoDXF to your QGIS plugins folder.

Web App (Streamlit)

pip install -r requirements.txt
streamlit run streamlit_app.py

Standalone CLI

pip install pymupdf "ezdxf<1.1"
python src/converter.py input.pdf output.dxf

About

Converts PDF files to DXF, Shapefile, Geojson format using PyMuPDF and ezdxf.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages