<?xml version="1.0" encoding="UTF-8"?>
<wiki>
  <body>&lt;p&gt;Allows configure the &lt;span class=&quot;caps&quot;&gt;PDF&lt;/span&gt; quality&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;:screen &amp;#8211; selects low-resolution output similar to the Acrobat Distiller &amp;#8220;Screen Optimized&amp;#8221; setting.&lt;/li&gt;
	&lt;li&gt;:ebook  &amp;#8211; selects medium-resolution output similar to the Acrobat Distiller &amp;#8220;eBook&amp;#8221; setting.&lt;/li&gt;
	&lt;li&gt;:printer  &amp;#8211; selects output similar to the Acrobat Distiller &amp;#8220;Print Optimized&amp;#8221; setting.&lt;/li&gt;
	&lt;li&gt;:prepress &amp;#8211; selects output similar to Acrobat Distiller &amp;#8220;Prepress Optimized&amp;#8221; setting.&lt;/li&gt;
	&lt;li&gt;:default &amp;#8211; selects output intended to be useful across a wide variety of uses, possibly at the expense of a larger output file&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Use the quality parameter passing it at &lt;a href=&quot;http://github.com/shairontoledo/rghost/wikis/document-and-callbacks&quot;&gt;RGhost::Document#render&lt;/a&gt; or &lt;a href=&quot;http://github.com/shairontoledo/rghost/wikis/render-for-rails-and-socketsinline&quot;&gt;RGhost::Document#render_stream&lt;/a&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code class='ruby'&gt;
 doc=RGhost::Document.new
 doc... #something here
 doc.render :pdf, :quality =&amp;gt; :ebook
&lt;/code&gt;&lt;/pre&gt;</body>
  <created-at type="datetime">2009-11-26T22:30:38-08:00</created-at>
  <id type="integer">103171</id>
  <permalink>pdf-quality</permalink>
  <repository-id type="integer">89573</repository-id>
  <title>PDF Quality</title>
  <updated-at type="datetime">2009-08-03T04:59:07-07:00</updated-at>
  <user-id type="integer">22649</user-id>
</wiki>
