https://github.com/conterra/mapapps-printing-enhanced
This bundle extends the printing bundle. It adds a preview of the print area and allows to configure several printing options.
https://github.com/conterra/mapapps-printing-enhanced
4x analysis highlight mapapps
Last synced: about 2 months ago
JSON representation
This bundle extends the printing bundle. It adds a preview of the print area and allows to configure several printing options.
- Host: GitHub
- URL: https://github.com/conterra/mapapps-printing-enhanced
- Owner: conterra
- License: apache-2.0
- Created: 2019-07-11T13:08:10.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-11-17T13:10:14.000Z (4 months ago)
- Last Synced: 2025-11-17T14:27:49.199Z (4 months ago)
- Topics: 4x, analysis, highlight, mapapps
- Language: JavaScript
- Homepage: https://demos.conterra.de/mapapps/resources/apps/public_demo_printingenhanced/index.html
- Size: 3.57 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/conterra/mapapps-printing-enhanced/actions/workflows/devnet-bundle-snapshot.yml)


# Printing Enhanced
The Printing Enhanced Bundle extends the Printing bundle by further capabilities.

## Sample App
https://demos.conterra.de/mapapps/resources/apps/public_demo_printingenhanced/index.html
## Installation Guide
**Requirements:**
- map.apps 4.20.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](https://github.com/conterra/mapapps-printing-enhanced/tree/master/src/main/js/bundles/dn_printingenhanced)
## Quick start
Clone this project and ensure that you have all required dependencies installed correctly (see [Documentation](https://docs.conterra.de/en/mapapps/latest/developersguide/getting-started/set-up-development-environment.html)).
Then run the following commands from the project root directory to start a local development server:
```bash
# 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
```