Forums » Development »
Added by Terence Mill over 12 years ago
Can someon explain hwoto change issue pdf export layout and style. Is there a separation of model and view? Wout it the be possible to have different styles for different projects?
The PDF rendering is done by Redmine::Export::PDF.issue_to_pdf
(see source:/trunk/lib/redmine/export/pdf.rb@9973#L498) that takes the issue as argument. You should be able to override it to do custom PDF output.