Järnefelt Jouko <Jouko.Jarnefelt@...> writes: > Hey all. > > I have a simple question for which I haven’t been able to find answer. Is there way to print out a layered PDF-document? > > Thanks for your help!
Not directly but you can prepare the raster and vector layers with QGIS and create PDF with GDAL. It is a bit tricky for the first time but I hope that this helps http://latuviitta.org/documents/Geospatial_PDF_maps_from_OSM_with_GDAL.pdf Other alternative is to use SkyJUMP http://sourceforge.net/projects/skyjump/ OpenJUMP has also the same SkyJUMP printing utility as a plugin http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/Printing%20Plugins/SkyPrinter%20Plugin/1.0.0/ The plugin works but installation is tricky at the moment: - place SkyPrinterPlugIn-1.0.0.jar into /lib - move or copy itext-2.1.7.jar from /lib/ext into /lib - edit default-plugins.xml and add <plug-in>com.isa.jump.plugin.PrintPlugIn</plug-in> into FILE menu section SkyPrinter does not have advanced features but it prints the layers as they are in the OpenJUMP into PDF so that it is possible to control the layer visibility in Acrobat reader. SkyPrinter does not make geospatial PDF. -Jukka Rahkonen- _______________________________________________ Qgis-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-user
