This configuration of Scribus may be voluntary. This prevents printers from printing with deactivated layers.
I tested with the GDAL library, and it seems to work.
But it's in command line, a little more complicated.
GDAL is installed with the qgis sig.
Works on windows and linux.
GDAL Plus: EXCLUSIVE_LAYERS
(make button type radio)
***************************************
Cette configuration de Scribus est peut-être volontaire. Ca évite aux imprimeurs de faire des impressions avec des calques désactivés.
J'ai tester avec la bibliothèque GDAL, et ça semble fonctionner.
Mais c'est en ligne de commande, un peu plus compliqué.
GDAL est installé avec le sig qgis.
Fonctionne sur windows et linux.
Le plus de GDAL: EXCLUSIVE_LAYERS
(faire bouton type radio)
*************************
https://gdal.gloobe.org/gdal/formats/pdf.htmlhttp://www.gdal.org/frmt_pdf.html*************************
gdal_translate ^
-of PDF "C:\aaaaa\GDAL\fond.tif" "C:\aaaaa\GDAL\TEST_GDAL.pdf" ^
-co LAYER_NAME="fond" ^
-co EXTRA_RASTERS="C:\aaaaa\GDAL\atd.tif","C:\aaaaa\GDAL\points.tif","C:\aaaaa\GDAL\test1.tif","C:\aaaaa\GDAL\test2.tif","C:\aaaaa\GDAL\carreau1.tif","C:\aaaaa\GDAL\carreau2.tif" ^
-co EXTRA_RASTERS_LAYER_NAME="atd","points","test1","test2","carreau1","carreau2" ^
-co OFF_LAYERS="atd","points","test1","carreau1","carreau2" ^
-co EXCLUSIVE_LAYERS="carreau1","carreau2" ^
-co TILED=YES ^
-co AUTHOR="Moi" ^
-co CREATOR="gdal_translate" ^
-co CREATION_DATE=D:20180614132447+02 ^
-co KEYWORDS="BZH, Vannes, Lorientt" ^
-co PRODUCER="GDAL" ^
-co SUBJECT="TEST GDAL" ^
-co TITLE="TEST GDAL" ^
-co JAVASCRIPT_FILE=C:\aaaaa\GDAL\script.js