Print map without ArcGIS Server print service

3898
1
02-26-2015 07:11 AM
BrentHoskisson
Occasional Contributor III

Has anyone printed a web map without using the ArcGIS Server print service?  Is it possible?   I am finding that the print service is too limiting.  Is there a way to send HTML5 code to the map that is printed in the print service?

Thanks

Brent Hoskisson

Tags (1)
0 Kudos
1 Reply
ChrisSergent
Regular Contributor III

You could set the elements in CSS based on what you what to print like here:CSS Media Types   and if you want to print to pdf you could use Apache FOP and convert a page into pdf using XSL-FO. There is also another way if you are using .NET by using iTextSharp with information here: Creating PDF Documents with ASP.NET and iTextSharp - 4GuysFromRolla.com

0 Kudos