Re: [gdal-dev] ogr2ogr using PDF driver reports: ERROR 1: Max token stack size reached

2024-02-08 Thread Even Rouault via gdal-dev
Fix in https://github.com/OSGeo/gdal/pull/9213 for the "max token stack size reached" error. However opening the resulting converted file doesn't show something that can be immediately correlated with the content of the PDF. It is likely that some geometry transformations are missed by the GDAL

Re: [gdal-dev] ogr2ogr using PDF driver reports: ERROR 1: Max token stack size reached

2024-02-08 Thread Even Rouault via gdal-dev
Arjan, I'm trying to convert a PDF with vector data into a shape with: ogr2ogr test.shp Archeologische\ beleidskaart\ 2023.pdf  --config OGR_PDF_READ_NON_STRUCTURED YES However, It gives the error: ERROR 1: Max token stack size reached The sources are only converted partly, possibly becaus

[gdal-dev] ogr2ogr using PDF driver reports: ERROR 1: Max token stack size reached

2024-02-08 Thread Bureau voor Archeologie via gdal-dev
I'm trying to convert a PDF with vector data into a shape with: ogr2ogr test.shp Archeologische\ beleidskaart\ 2023.pdf  --config OGR_PDF_READ_NON_STRUCTURED YES However, It gives the error: ERROR 1: Max token stack size reached The sources are only converted partly, possibly because of this