-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathplugin.xml
More file actions
22 lines (22 loc) · 893 Bytes
/
plugin.xml
File metadata and controls
22 lines (22 loc) · 893 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<plugin name='pdf' version='0.6' grailsVersion='1.1 > *'>
<author>Aaron Eischeid</author>
<authorEmail>a.eischeid@gmail.com</authorEmail>
<title>Provides a simple way to generate PDFs from web pages</title>
<description>
Pdf plugin allows your Grails application to generate PDFs and send them
to the browser by converting existing pages or templates in your application
to PDF on the fly. The underlying system uses the xhtmlrenderer component
from java.net to do the rendering.
</description>
<documentation>http://grails.org/Pdf+Plugin</documentation>
<resources>
<resource>BuildConfig</resource>
<resource>DataSource</resource>
<resource>UrlMappings</resource>
<resource>pdf.PdfController</resource>
<resource>pdf.PdfService</resource>
<resource>pdf.PdfTagLib</resource>
</resources>
<dependencies />
<behavior />
</plugin>