Installs PrinceXML.
Prince is software for converting XML and HTML documents into PDF files by applying Cascading Style Sheets. ( www.princexml.com/ )
Pay license fee, avoiding watermark.
Retrieves the package from the PrinceXML web site and installs.
# Install files/default/license.dat from cookbook foo as the license. node[:prince][:license_cookbook] = "foo" include_recipe "prince"
Forked from the Chef community wiki ( community.opscode.com/cookbooks/prince ) by Marcel Cary ( community.opscode.com/users/marcel )