The Printing Enhanced Bundle extends the Printing bundle by further capabilities.
https://demos.conterra.de/mapapps/resources/apps/downloads_printingenhanced/index.html
Requirements:
- map.apps 4.12.0 or later
- A print service that supports the Get Layout Templates Info Task (https://developers.arcgis.com/rest/services-reference/get-layout-templates-info-task.htm)
- ArcGIS Server 10.4 or later (pageUnits property is supported since 10.6)
Simply add the bundle "dn_printingenhanced" to your app.
dn_printingenhanced Documentation
Clone this project and ensure that you have all required dependencies installed correctly (see Documentation).
Then run the following commands from the project root directory to start a local development server:
# install all required node modules
$ mvn initialize
# start dev server
$ mvn compile -Denv=dev -Pinclude-mapapps-deps
# run unit tests
$ mvn test -P run-js-tests,include-mapapps-deps