[QGIS-Developer] GeoPDF not available with GDAL 3.0.4

matteo matteo.ghetta at gmail.com
Mon Mar 9 01:52:19 PDT 2020


Hi Jorge,

> My gdalinfo returns:
> 
> gdalinfo --formats | grep -i pdf
>   PDF -raster,vector- (rw+vs): Geospatial PDF
> 
> Can you check your's gdalinfo --formats output?

same for me

matteo at debian:~$ gdalinfo --formats | grep -i pdf
  PDF -raster,vector- (rw+vs): Geospatial PDF

> Did you compile it? I compile gdal myself and I use the option:
> --with-pdfium=/usr/local

no just updated from debian sid packages, so standard one. I just
compiled QGIS as usual.

GDAL and OGR algorithms seem to work fine, geopdf is not available...

> To compile PDFium, use Even's receipt:
> 
> git clone https://github.com/rouault/pdfium_build_gdal_3_1
> cd pdfium_build_gdal_3_1/
> ./build_linux.sh
> sudo cp -r install/include /usr/local
> sudo cp -r install/lib /usr/local
> sudo ldconfig
> 
> Then compile GDAL.

Cheers and thanks

Matteo


More information about the QGIS-Developer mailing list