Category: | Enhancement request |
Priority: | Normal |
Status: | New |
Project: | Severity: | Minor |
Resolution: | Open |
|
Component: | Reproducibility: | N/A |
Assigned to: |
I'd to request an enhancement: support text alignment in JEditorPaneHtmlMarkupProcessor.
Motivation: I'm working on a project that is going to be used by doctors to give appraisals. There is a jasper report for each exam type, and the doctor input the appraisal in a html rich editor. According do them, alignment is a mandatory feature.
I tried to use html component, but it won't work with multiple pages. I also tried to export as html, manually replace the appraisal part of the text with java and convert to pdf again, but there were some formatting losses and the page header won't be repeated in case of multiple pages.
The only solution I found for now is switch to Eclipse BIRT, but it isn't as simple to use and powerful as Jasper Studio, and there will be the rework of redoing the existing reports.
If you could consider DIV and P tags and the text-align CSS property it would be enough for me.
Thanks