lib/controller/pdf_builder.rb in lipsiadmin-5.0.3 vs lib/controller/pdf_builder.rb in lipsiadmin-5.0.4
- old
+ new
@@ -4,9 +4,11 @@
#
# PD4ML is a powerful PDF generating tool that uses HTML and CSS (Cascading Style Sheets) as page layout
# and content definition format. Written in 100% pure Java, it allows users to easily add PDF generation
# functionality to end products.
#
+ # Remember to install jdk ex: yum install java-1.6.0-openjdk-devel.i386
+ #
# For generate a pdf you can simply do
#
# script/generate pdf invoice
#
# then edit your template /app/views/pdf/invoice.html.haml
\ No newline at end of file