Jump to content
We've recently updated our Privacy Statement, available here ×

Hyperlink failing accessibility check


sshrestha_1

Recommended Posts

Hi,

I have a PDF report with hyperlink on it created using Jasper. While going through the accessibility check using Adobe Acrobat  Pro DC, it fails saying "Tagged Annotations - Failed" in this hyperlink. Below is source code I use to create the hyperlink. Also, the tootip expression doesn't show up.

 

<textField hyperlinkType="Reference" hyperlinkTarget="Blank">

<property name="net.sf.jasperreports.export.pdf.tag.h3" value="full"/>

</reportElement>

<textElement markup="none">

<font fontName="Arial" size="11" isBold="true" isUnderline="true"/>

</textElement>

<textFieldExpression><![CDATA["click here"]]></textFieldExpression>

<hyperlinkReferenceExpression><![CDATA[https://yahoo.com]]></hyperlinkReferenceExpression>

<hyperlinkTooltipExpression><![CDATA["Yahoo Home page"]]></hyperlinkTooltipExpression>

</textField>

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...