This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
map_suite_webapi_printing [2015/12/21 21:16] mwolffer [Printer Layers] |
map_suite_webapi_printing [2015/12/21 21:17] (current) mwolffer [Overview] |
||
---|---|---|---|
Line 15: | Line 15: | ||
=====Overview===== | =====Overview===== | ||
- | This project shows you how to add robust printing support to your WebAPI application. Using the code in this sample you will be able to build a print preview interface that lets your users interactively arrange items such as a map, scale line, labels, data grid, or image on a virtual page before printing the result to a printer, exporting to a PDF or to a bitmap image. Maps are printed using vector graphics so you can be sure the output will look great on anything from a PDF to a large plotter. The printing system also includes low-level report building classes that make it easy to generate reports in the web environment. | + | This project shows you how to add robust printing support to your WebAPI application. Using the code in this sample you will be able to build a print preview interface that lets your users interactively arrange items such as a map, scale line, labels, data grid, or image on a virtual page before printing the result to a printer, exporting to a PDF or to a bitmap image. Maps are printed using vector graphics so you can be sure the output will look great on anything from a PDF or even a large plotter. The printing system also includes low-level report building classes that make it easy to generate reports in a web environment. |