bugra9 / gdal3.js

Convert raster and vector geospatial data to various formats and coordinate systems entirely in the browser.
https://gdal3.js.org
GNU Lesser General Public License v2.1
311 stars 46 forks source link

GeoPDF read support #78

Open antonmarsden opened 1 month ago

antonmarsden commented 1 month ago

How practical/possible is it to add GeoPDF read support? I noticed that the core GDAL build has various PDF library integration options.

bugra9 commented 1 month ago

Hi @antonmarsden,

If a PDF library that Gdal supports can be compiled into webassembly, it can be integrated into Gdal. It also matters how much it increases the size of the gdal3.js library. I will try to compile it.