On mercredi 12 août 2020 14:53:41 CEST Andrew C Aitchison wrote: > On Wed, 12 Aug 2020, Kélian Devillier wrote: > > Hello, > > > > I'm trying to work with GeospatialPDF generation from an XML file on > > Linux. > > > > Using Ubuntu 18.04, I compiled the sources from version 3.0.4 myself. > > > > Unfortunately, when I tried to execute the Python script with my xml, I > > got > > the following message : > > ERROR 6: PDF node not supported due to PDF read support in this GDAL build > > > > Is it due to the fact that I don't have any PDF viewer capable of reading > > GeospatialPDF installed ?
I'd suggest installing the libpoppler-private-dev package from apt, and then building GDAL with ./configure --with-poppler Make sure to "make clean" before building again. Even -- Spatialys - Geospatial professional services http://www.spatialys.com
_______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
