Select to view content in your preferred language

High Quality Printing (Looking cool)

2212
2
05-28-2013 10:43 AM
TonyCollins
Regular Contributor
So I finally hooked up the 10.1 printing which seems great so far, just have a few issues/questions:

1. Sometimes some of the drawing is missing, like parts of a polyline?
2. Graphic transparency/alpha is ignored/unsupported?
3. To get vector output for my cached service I turned on Dynamic Layers and set the DPI to 300 which seems to work brilliant. Is this the right thing to do?
4. At some point I need to support any colour transformtions the user has applied to the layer, is this going to be possible with some python interaction? Previously I handled all this stuff in a custom .NET webservice?

Thanks
Tony
Tags (2)
0 Kudos
2 Replies
Drew
by
Frequent Contributor
I can help answer some of your questions...

So I finally hooked up the 10.1 printing which seems great so far, just have a few issues/questions: 

1. Sometimes some of the drawing is missing, like parts of a polyline? 
- Could this be due to scale dependency? I have never seen that before.
2. Graphic transparency/alpha is ignored/unsupported? 
- From my knowledge this is how it is currently. I have the same issue.
3. To get vector output for my cached service I turned on Dynamic Layers and set the DPI to 300 which seems to work brilliant. Is this the right thing to do? 
- I had to do the same or else cached services looked blurry.
4. At some point I need to support any colour transformtions the user has applied to the layer, is this going to be possible with some python interaction? Previously I handled all this stuff in a custom .NET webservice? 

Thanks 
Tony
0 Kudos
PaulHastings1
Deactivated User
#1 could also be if you're rendering any of your graphics as composite symbols, the print task simply won't print them. that just bit us when we swapped from our own print service.
0 Kudos