Stats
Version
0.3
Wheels Compatibility
1.1.7, 1.1.2, 1.1.1, 1.1, 1.1 RC 1, 1.1 Beta 2, 1.1 Beta 1
Downloads
139
Last Updated
March 21, 2012
About Plugins
Plugins allow you to extend or modify default Wheels application behavior. To use, you just drop the zip file into your plugins directory and reload your application.
Read Using and Creating Plugins for more information.
PdfMaker
With pdfMaker you can create a pdf file to be sent to the browser or saved to your folder of choice.
Author
Project Home
https://github.com/bizonbytes/pdfMaker
Description
With pdfMaker you can create a pdf file to be sent to the browser or saved to your folder of choice.
The features are:
- Create the document from a partial, a URL or a simple string.
- Once the pdf created save your file or just send it to the browser.
- Use the plugin as a pdf Friendly by selecting the type url and then it will grab the actual page or your page of choice.
Usage/Examples
<cfset createPDF(type="partial", partial="/shared/pdfinvoice", sendToFile="true", filename="yannick")>
To learn more about this plugin visit the wiki page : https://github.com/bizonbytes/pdfMaker/wiki
Change Log
Version 0.3—March 21, 2012 Download
- Added footer and header argument. Text to add to the footer and header
Wheels compatibility: 1.1 Beta 1, 1.1, 1.1 Beta 2, 1.1 RC 1, 1.1.1, 1.1.2, 1.1.7.
Version 0.1—July 25, 2011 Download
- Initial release.
- Wheels compatibility: 1.1 Beta 1, 1.1, 1.1 Beta 2, 1.1 RC 1, 1.1.1, 1.1.2, 1.1.3, 1.1.4 RC 1, 1.1.4.
