Print map functionality

499
1
07-01-2014 09:49 AM
BhavinSanghani
Occasional Contributor II
How can I achieve print map functionality using OS printer dialog? I referred few examples and they are server side printing and allowing to download PDF file for printing. Instead of that, I want to provide just one click printing option. e.g. Clicking on Print icon should show OS print dialog and user should be able to print map from there.
0 Kudos
1 Reply
JeffPace
MVP Alum
we have been down this road.  You need to add a print.css and
<link rel="stylesheet" href="css/print.css" type="text/css" media="print">

and then do a TON of customization to the css.  And it will likely only work on one hardcoded size.  If you want to change portrait, landscape, tabloid, etc.. it (in my opinion) is not going to work
0 Kudos