Printing 2.4.0
Description
This plugin enables printing the content of a map to pdf.
Some extra elements can be added to the print (scale, legend, ...).
The default widget is a panel that allows the user to give a title and an orientation of the map.
After clicking the "print" button, a pdf file will be created. By default this pdf file will be shown in a new browser window.
Community & Docs
HTML:
PDF:
JavaDoc:
Using this project in maven
In order to use this plug-in in your Maven-project, add the following dependency to the pom.xml:
<dependency> <groupId>org.geomajas.plugin</groupId> <artifactId>geomajas-client-gwt2-plugin-print-parent</artifactId> <version>2.4.0</version> </dependency>