You might try to run the script below to see if your image quality is good enough to use vtkGL2PSExporter<div><br></div><div><div>rw=GetActiveView().GetRenderWindow()</div><div>exp=paraview.vtk.vtkInstantiator.CreateInstance(&#39;vtkGL2PSExporter&#39;)</div>

<div>exp.SetRenderWindow(rw)</div><div>exp.SetDrawBackground(0)</div><div>exp.SetSortToSimple()</div><div>exp.SetFileFormatToEPS()</div><div>exp.SetFilePrefix(&quot;test&quot;)</div><div>#exp.Write3DPropsAsRasterImageOn()</div>

<div>exp.Write()</div><br><div class="gmail_quote">On Wed, Mar 30, 2011 at 6:41 PM, David E DeMarle <span dir="ltr">&lt;<a href="mailto:dave.demarle@kitware.com">dave.demarle@kitware.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Sorry, ParaView doesn&#39;t have true vector graphics output. Please add<br>
your vote to the existing user voice request for it.<br>
<br>
(<a href="http://paraview.uservoice.com/forums/11350-general/suggestions/313565-add-vector-graphics-output-i-e-postscript-?ref=title" target="_blank">http://paraview.uservoice.com/forums/11350-general/suggestions/313565-add-vector-graphics-output-i-e-postscript-?ref=title</a>)<br>


<br>
The pdf writer in ParaView uses Qt to write a raster image. VTK&#39;s<br>
vtkGL2PSExporter is not exercised by ParaView at all and it is likely<br>
not to support many of our rendering techniques if it was added as an<br>
new exporter option. 2D views are more likely to be supported, but we<br>
haven&#39;t yet had the time to do so.<br>
<br>
David E DeMarle<br>
Kitware, Inc.<br>
R&amp;D Engineer<br>
28 Corporate Drive<br>
Clifton Park, NY 12065-8662<br>
Phone: <a href="tel:518-371-3971">518-371-3971</a> x109<br>
<br>
<br>
<br>
On Fri, Mar 25, 2011 at 10:00 AM, Nima Emadi &lt;<a href="mailto:deeepsky@gmail.com">deeepsky@gmail.com</a>&gt; wrote:<br>
&gt; Dear all,<br>
&gt; I&#39;d like to export a paraview vector field plot into a vectorial image<br>
&gt; format (e.g. eps) to generate high quality images which are not huge<br>
&gt; in size for publication purposes.<br>
&gt; I already compiled paraview 3.10 with gl2ps=on. So according to old<br>
&gt; messages in the email list I should be able to save vectorial images.<br>
&gt; Could anybody give me instructions how to do that?<br>
&gt;<br>
&gt; Thanks,<br>
&gt; Nima.<br>
&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
</blockquote></div><br></div>