mysticfall / pivot4j

Pivot4J provides a common API for OLAP servers which can be used to build an analytical service frontend with pivot style GUI.
Other
128 stars 99 forks source link

Support international characters in PDF export. #140

Open mysticfall opened 10 years ago

mysticfall commented 10 years ago

Due to a problem with font used in FOP library, currently most of non-English characters are garbled in exported PDF report.

It's a well known issue with FOP, so we need to decide if we want to bundle proper font definitions (unicode version of Arial, for example) or to use default font supported by PDF readers.