<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>Hi,</div>

<div>&nbsp;</div>

<div>after a lot of trying and reading i found the solution that seems to work:</div>

<div>var printProvider = Ext.create(&#39;GeoExt.data.MapfishPrintProvider&#39;,{<br/>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp;method: &quot;GET&quot;,&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;// &quot;POST&quot; recommended for production use<br/>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp;url: &#39;http://localhost:8080/Portal_Prototype/cgi-bin/proxy.cgi?url=http://norderney:8080/geoserver/pdf/&#39;,<br/>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp;autoLoad: true,</div>

<div>&nbsp;</div>

<div>Maybe somebody can update the documentation, that point out more clearly that autoLoad has!&nbsp;to be set. And a lot of problems are related&nbsp;to this stupid cross-site-scripting.</div>

<div>I would like to share my experiences with setting up this &quot;quite simple&quot; example. Maybe somebody can tell me where and how it would be best or i write a document an an experienced user checks it. At least for beginners there are a lot of traps, like do not remove CustomParams and when remove them in config.yaml too, add urls there, etc.&nbsp;</div>

<div>&nbsp;</div>

<div>At the end,&nbsp;<span style="font-family: Verdana, sans-serif, Arial, &#39;Trebuchet MS&#39;; font-size: 13px; line-height: 1.6em;">how can i set the resolution, because my maps are looking quite pixelated.</span></div>

<div>setting in the printProvider:</div>

<div>dpi: 300,&nbsp;</div>

<div>is not accepted, as it takes the default value.</div>

<div>&nbsp;</div>

<div>Thanks and cheers</div>

<div>Christian</div>

<div>&nbsp;
<div name="quote" style="margin:10px 5px 5px 10px; padding: 10px 0 10px 10px; border-left:2px solid #C3D9E5; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div style="margin:0 0 10px 0;"><b>Gesendet:</b>&nbsp;Mittwoch, 24. April 2013 um 12:57 Uhr<br/>
<b>Von:</b>&nbsp;&quot;Bernhard Kiselka&quot; &lt;bernhard.kiselka@prisma-solutions.at&gt;<br/>
<b>An:</b>&nbsp;&quot;cromail@gmx.de&quot; &lt;cromail@gmx.de&gt;<br/>
<b>Cc:</b>&nbsp;&quot;users@geoext.org&quot; &lt;users@geoext.org&gt;<br/>
<b>Betreff:</b>&nbsp;print page</div>

<div name="quoted-content">Hallo/Hello Christian!<br/>
<br/>
Durch das auskommentieren von<br/>
http://norderney:8080/geoserver/pdf/info.json?var=printCapabilities<br/>
musst du nun die Variable printCapabilities nun selbst bef&uuml;llen, z.B.:<br/>
printCapabilities={&quot;scales&quot;:[{&quot;name&quot;:&quot;1:100&quot;,&quot;value&quot;:&quot;100&quot;},{&quot;name&quot;:&quot;1:250&quot;,&quot;value&quot;:&quot;250&quot;},{...<br/>
bzw. eben auch direkt vom Server holen<br/>
<br/>
By commenting<br/>
http://norderney:8080/geoserver/pdf/info.json?var=printCapabilities<br/>
you need to sete printCapabilities manually, e.g.<br/>
printCapabilities={&quot;scales&quot;:[{&quot;name&quot;:&quot;1:100&quot;,&quot;value&quot;:&quot;100&quot;},{&quot;name&quot;:&quot;1:250&quot;,&quot;value&quot;:&quot;250&quot;},{...<br/>
or get it from the server.<br/>
<br/>
lg<br/>
Bernhard<br/>
<br/>
-----Urspr&uuml;ngliche Nachricht-----<br/>
Hallo,<br/>
<br/>
<br/>
<br/>
ich versuche gerade das Print Beispiel umzusetzen (<a href="http://api.geoext.org/1.1/examples/print-page.html" target="_blank">http://api.geoext.org/1.1/examples/print-page.html</a>) bzw. die Umsetzung mit GeoExt2 (<a href="https://github.com/geoext/geoext2/tree/master/examples/printpage" target="_blank">https://github.com/geoext/geoext2/tree/master/examples/printpage</a>) auf meinem Geoserver 2.3.<br/>
<br/>
Das Beispiel l?uft auch in der Originalversion. Nur wenn ich versuche die info.json direkt im printProvider zu laden bekomme ich immer folgenden Fehler:<br/>
<br/>
TypeError: scale is undefined<br/>
<br/>
&lt;chrome://firebug/content/blank.gif&gt;<br/>
<br/>
var s = scale.get(&quot;value&quot;);<br/>
<br/>
PrintPage.js (Zeile 320)<br/>
<br/>
<br/>
<br/>
Meine ?nderungen:<br/>
<br/>
in der print-page.html habe ich das laden auskommentiert:<br/>
<br/>
&lt;!--script type=&quot;text/javascript&quot; src=&quot;http://norderney:8080/geoserver/pdf/info.json?var=printCapabilities&quot;&gt;&lt;/script--&gt;<br/>
<br/>
<br/>
<br/>
und in der print-page.js versuche ich nun die info.json direkt zu laden:<br/>
<br/>
launch: function() {<br/>
// The MapfishPrintProvider that connects us to the print service<br/>
printProvider = Ext.create(&#39;GeoExt.data.MapfishPrintProvider&#39;, {<br/>
method: &quot;GET&quot;, // &quot;POST&quot; recommended for production use<br/>
url: &quot;http://norderney:8080/geoserver/pdf/info.json?&quot;,<br/>
//capabilities: printCapabilities, // from the info.json script in the html<br/>
customParams: {<br/>
mapTitle: &quot;Printing Demo&quot;,<br/>
comment: &quot;This is a simple map printed from GeoExt.&quot;<br/>
}<br/>
});<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
Ich versteh das nicht wirklich, da das Beispiel oben einkommentiert, unten capabilities einkommentiert, url raus ja funktioiert. Und so wie ich die Doku verstehe, soll das laden per URL ja auch der bessere Weg sein.<br/>
<br/>
<br/>
<br/>
Danke und sch?ne Gr??e<br/>
<br/>
Christian</div>
</div>
</div></div></body></html>