Select to view content in your preferred language

Print Tool Add-In - Improving Print Quality Output

947
1
12-06-2012 05:25 AM
IanPeebles
Frequent Contributor
I have configured a number of custom print templates for each web application.  When printing a map as a .pdf, all of the labels look blurry and some of the lines look jagged.  It is almost if the print quality is defaulted to 75 or 96 dpi.  Is there a way to improve print quality within the add-in code?

I have tested a number of fonts and have printed to 5 printers and print quality looks the same.
0 Kudos
1 Reply
AlexeyTereshenkov
Deactivated User
Ian, what page do you print out? A3/A4 or A1/A2?

The quality of output .pdf file cannot be better then the cache resolution of your basemap service. In case you want to substitute your data with the source vector data (recommended way to go when demanding high-quality map printing), you might need to consult the Help for using the Python code when authoring the Export Web Map GP task.
0 Kudos