sysalto / ReactiveReports

Reactive Reports - a framework developed in Scala, designed for generating reports from code.
Other
16 stars 4 forks source link

Can we set primary language for the PDF report? #7

Open conniepe opened 5 years ago

conniepe commented 5 years ago

Hi, I'm wondering if there is a way to set a primary language for the PDF report. I'm seeing people who use itext pdf tool, they can set a primary language for the PDF something like:

import com.itextpdf.text.Document;

Document doc = new Document(); doc.addLanguage("English"); doc.close()

Does reactive PDF report have this feature?

conniepe commented 5 years ago

Just want to let you know the reason why I asked if there is a way to set a primary language for the PDF in my previous comment, that is because the PDF is required to pass AVT (Accessibility Verification Test) and the PDF generated by using reactive report tool has failed to set Primary language when it was checked by Adobe Acrobat Pro Accessibility Test feature.

sysalto commented 5 years ago

Will look into this and will let you know. Thanks for pointing this out ! Currently, there is no way to set the primary language for Reactive Reports. We'll try to see how to implement this.

MarcusChienIBM commented 2 years ago

Hi Sysalto Team, have you had a chance to design an implementation for this? Our team is hoping to have this feature and be able to use it.