@@ -348,12 +348,19 @@ constexpr static const char* const apszKnownConfigOptions[] =
348
348
" GDAL_PAM_ENABLED" , // from gdalpamdataset.cpp
349
349
" GDAL_PAM_MODE" , // from gdalpamdataset.cpp
350
350
" GDAL_PAM_PROXY_DIR" , // from gdalpamproxydb.cpp
351
+ " GDAL_PDF_BANDS" , // from pdfdrivercore.cpp
352
+ " GDAL_PDF_DPI" , // from pdfdrivercore.cpp
351
353
" GDAL_PDF_GEO_ENCODING" , // from pdfcreatecopy.cpp, pdfdataset.cpp
352
354
" GDAL_PDF_LAUNDER_LAYER_NAMES" , // from pdfdataset.cpp
355
+ " GDAL_PDF_LAYERS" , // from pdfdrivercore.cpp
356
+ " GDAL_PDF_LAYERS_OFF" , // from pdfdrivercore.cpp
357
+ " GDAL_PDF_LIB" , // from pdfdrivercore.cpp
353
358
" GDAL_PDF_LIMIT_PAGE_COUNT" , // from pdfdataset.cpp
359
+ " GDAL_PDF_NEATLINE" , // from pdfdrivercore.cpp
354
360
" GDAL_PDF_OGC_BP_READ_WKT" , // from pdfdataset.cpp
355
361
" GDAL_PDF_OGC_BP_WRITE_WKT" , // from pdfcreatecopy.cpp, pdfcreatefromcomposition.cpp
356
362
" GDAL_PDF_PRINT_COMMANDS" , // from pdfdataset.cpp
363
+ " GDAL_PDF_RENDERING_OPTIONS" , // from pdfdrivercore.cpp
357
364
" GDAL_PDF_USE_SPAWN" , // from pdfdataset.cpp
358
365
" GDAL_PDF_WRITE_ESRI_CODE_AS_EPSG" , // from pdfcreatecopy.cpp
359
366
" GDAL_PDF_WRITE_GEOREF_ON_IMAGE" , // from pdfcreatecopy.cpp
@@ -899,6 +906,7 @@ constexpr static const char* const apszKnownConfigOptions[] =
899
906
" PDF_DUMP_STREAM" , // from pdfdataset.cpp
900
907
" PDF_REPORT_GCPS" , // from pdfdataset.cpp
901
908
" PDF_USE_CTM" , // from pdfdataset.cpp
909
+ " PDF_USER_PWD" , // from pdfdrivercore.cpp
902
910
" PDS4_ENDIANNESS" , // from pds4vector.cpp
903
911
" PDS4_FORCE_MASK" , // from pds4dataset.cpp
904
912
" PDS4_SIGNEDNESS" , // from pds4vector.cpp
0 commit comments