Creator property added for generated pdf files
git-svn-id: http://redmine.rubyforge.org/svn/trunk@224 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
8316e78667
commit
a3c2c4a48a
|
@ -23,6 +23,11 @@ module IfpdfHelper
|
||||||
|
|
||||||
attr_accessor :footer_date
|
attr_accessor :footer_date
|
||||||
|
|
||||||
|
def initialize
|
||||||
|
super
|
||||||
|
SetCreator("redMine #{Redmine::VERSION}")
|
||||||
|
end
|
||||||
|
|
||||||
def Cell(w,h=0,txt='',border=0,ln=0,align='',fill=0,link='')
|
def Cell(w,h=0,txt='',border=0,ln=0,align='',fill=0,link='')
|
||||||
@ic ||= Iconv.new('ISO-8859-1', 'UTF-8')
|
@ic ||= Iconv.new('ISO-8859-1', 'UTF-8')
|
||||||
txt = begin
|
txt = begin
|
||||||
|
|
Loading…
Reference in New Issue