##// END OF EJS Templates
Creator property added for generated pdf files...
Jean-Philippe Lang -
r221:a3c2c4a48af6
parent child
Show More
@@ -22,6 +22,11 module IfpdfHelper
22 class IFPDF < FPDF
22 class IFPDF < FPDF
23
23
24 attr_accessor :footer_date
24 attr_accessor :footer_date
25
26 def initialize
27 super
28 SetCreator("redMine #{Redmine::VERSION}")
29 end
25
30
26 def Cell(w,h=0,txt='',border=0,ln=0,align='',fill=0,link='')
31 def Cell(w,h=0,txt='',border=0,ln=0,align='',fill=0,link='')
27 @ic ||= Iconv.new('ISO-8859-1', 'UTF-8')
32 @ic ||= Iconv.new('ISO-8859-1', 'UTF-8')
General Comments 0
You need to be logged in to leave comments. Login now