User Tools

Site Tools


map_suite_webapi_printing

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
map_suite_webapi_printing [2015/12/21 21:10]
mwolffer [Image Printer Layer]
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 web environment. ​
  
  
 ===== Printer Layers ===== ===== Printer Layers =====
  
-In the sample, we show some of printer layers in Map Suite printing system, ​including label printer layer, image printer layer, scale line printer layer, scale bar printer layer, data grid printer layer. There is a whole setup API in the background, you can setting printer layers'​ size, position and content.+This sample ​shows you different APIs that allows you to build your own printing system. Some of the features include adding labelsimages, scale lines, scale barsand data grid.
 ==== Label Printer Layer ==== ==== Label Printer Layer ====
 <div captionwithborder floatright>​ <div captionwithborder floatright>​
Line 28: Line 28:
 // //
 </​div>​ </​div>​
-The label printer layer is using for show label on the page. You can customize the font of label and content.+The label printer layer allows you to add a label to the page. The user has full control and can customize the font and content ​of the label.
  
 <div newline></​div>​ <div newline></​div>​
map_suite_webapi_printing.1450732204.txt.gz ยท Last modified: 2015/12/21 21:10 by mwolffer