@@ -23,6 +23,11 module IfpdfHelper | |||||
23 |
|
23 | |||
24 | attr_accessor :footer_date |
|
24 | attr_accessor :footer_date | |
25 |
|
|
25 | ||
|
26 | def initialize | |||
|
27 | super | |||
|
28 | SetCreator("redMine #{Redmine::VERSION}") | |||
|
29 | end | |||
|
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') | |
28 | txt = begin |
|
33 | txt = begin |
General Comments 0
You need to be logged in to leave comments.
Login now