<plugin name='wkhtmltopdf' version='0.1.7' grailsVersion='1.3.6 &gt; *'>
  <author>Tobias Nendel</author>
  <authorEmail>tobias.nendel@scubical.com</authorEmail>
  <title>Wkhtmltopdf Plugin</title>
  <description>Provides a Wrapper for wkhtmltopdf,
a Simple shell utility to convert html to pdf using the webkit rendering engine, and qt.

        render( filename:"Filename ${filename}.pdf",view:"/path_to_gsp",
                model:[someModel:someModel],
                header:"/path_to_gsp",
                footer:"/path_to_gsp",
                marginLeft:20,
                marginTop:30,
                marginBottom:20,
                marginRight:20,
                headerSpacing:10
        )
</description>
  <documentation>http://grails.org/plugin/wkhtmltopdf</documentation>
  <type>WkhtmltopdfGrailsPlugin</type>
  <resources>
    <resource>WkhtmltopdfDefaultConfig</resource>
    <resource>org.wkhtmltox.WkhtmltoxService</resource>
  </resources>
  <repositories>
    <repository name='grailsCentral' url='http://grails.org/plugins' />
    <repository name='http://repo.grails.org/grails/core' url='http://repo.grails.org/grails/core/' />
    <repository name='http://download.java.net/maven/2/' url='http://download.java.net/maven/2/' />
    <repository name='mavenCentral' url='http://repo1.maven.org/maven2/' />
  </repositories>
  <dependencies />
  <plugins>
    <compile>
      <plugin group='org.grails.plugins' name='plugin-config' version='0.1.5' />
    </compile>
    <runtime>
      <plugin group='org.grails.plugins' name='mail' version='1.0' />
    </runtime>
  </plugins>
  <runtimePluginRequirements />
  <behavior />
</plugin>