alexbevi / redmine_knowledgebase

A knowledgebase plugin for Redmine
452 stars 199 forks source link

Corrupted PDF #271

Closed fuksman closed 9 years ago

fuksman commented 9 years ago

Hi. When I'm trying to export any article I get corrupted PDF file: the header of article displaying over the article body. 2015-02-20 18-17-40 export-3 pdf 1 page

Heroldgray commented 9 years ago

+1

zhukovRoman commented 9 years ago

I fixed it by editing app/helpers/knowledgebase_helper.rb:78 from

pdf.RDMwriteHTMLCell(190,5,0,0,…

to

pdf.RDMwriteHTMLCell(190,5,5,17,…

It adds margin to left and top for articles content.

alexbevi commented 9 years ago

I've been sitting on a fix for a while now apparently. I just pushed b40970b4acc427fbd1906dbdb2655f272be8b6f9, which should address this.