We have a use case of showing tooltip on hovering the text in pdf. For that we have set PD4ML_GENERATE_TOOLTIPS constant to true to generate tooltips from title attribute, as per the documentation and the tooltip does get displayed.
But we are facing two issues :
• Issue 1 : Sometimes we need to show long string inside tooltip (as this is our custom requirement), but the content of tooltip overflows and gets cut when pdf is opened, as the size of the tooltip is not configurable.
• Issue 2 : When there is long string inside the tooltip, many of the times, the string that we show inside tooltip, appears as spaced characters.
For reference of issues I have attached screenshots of the issues.
Can you please consider adding some customizations for tooltips in your next release ?