ThinkGeo.com    |     Documentation    |     Premium Support

Printing for WebSuite Edition

Hi,


 


I am trying to recreate the Robust Printing Example for Desktop you guys just published. Can somebody please help me with a version for web edition?


 


Thanks,

Chris



Hi Chris, 
  
 For web eidtion, we still support PrinterLayers which from MapSuite Core, it provide print related functions. 
  
 But for the WYSIWYG layout system, it only implemented in Desktop edition and WPF edition now, and we don’t have a plan for implement that in web edition now. 
  
 Regards, 
  
 Don

Don,


Thanks for the reply. However, watching the video, at about 0:35 into the video, David specifically says that the toolbox of classes you can use for printing, can also be used in the web edition.


Since my post yesterday, I was able to generate a page to be printed that is very similar to what is being done in the video. Although the map scaling is all screwed up, it still is being generated. The biggest progblem I am having so for, is which Overlay in web edition corresponds to the PrintInteractiveOverlay in the Desktop edition. Also, the scaling of the my InMemoryFeatureLayer which I would like to show on the printed map, does not scale correctly.


Cheers,

Chris



Hi Chris, 
  
 The toolbox sure can work for web edition, but David also mention that the layout system is a speical control of Desktop eidtion. 
  
 That’s a good news you make the print page work looks like the video, but you still need make resize and drag and some other operations works for that. 
  
 The PrinterInteractiveOverLay only exists in Desktop edition now, if you want to have a correspond overlay in Web edition, I think you may need build that.  
  
 The other problem is if we have a web edition PrinterInteractiveOverLay maybe we need put that in client side and that’s very complex. 
  
 Regards, 
  
 Don