Is there any way to fix the linking error in subhead while creating ADA compliance PDF?

Hi Everybody,

I am getting error while creating ADA compliance PDF and this is due to link coming in the subhead component, whereas it is working fine for text components. For example:

<bridgehead><para><para>This is test head having a <?xpp :pdfs;12;www.google.com?>link<?xpp :pdfe;12></para></para></bridgehead>

Can anybody help me to fix it.

Thanks!

Shahnawaz

emoji
Parents
  • Hi Shahnawaz,

    In the PDF Support in XPP manual, in the Special PDF Features: Direct-to-PDF (divpdf) chapter 8, there is the following section:

    PDF/UA Tagging Tips and Tricks

    Overview

    When debugging issues with PDF tagging, you may encounter PDFlib exceptions in cases where, for example, an assigned PDF tag is not valid in the context in which it is assigned. In such cases, it can be useful to execute divpdf with the -dump option, which creates a debugging output file named divpdf.log in the same directory where the PDF is created.

    By examining the divpdf.log file, specifically looking for operations having to do with PDF tagging, you might get some hints as to what the problem with tagging is.

    Jonathan Dagresta
    RWS Group/
    XPP Development

    emoji
Reply
  • Hi Shahnawaz,

    In the PDF Support in XPP manual, in the Special PDF Features: Direct-to-PDF (divpdf) chapter 8, there is the following section:

    PDF/UA Tagging Tips and Tricks

    Overview

    When debugging issues with PDF tagging, you may encounter PDFlib exceptions in cases where, for example, an assigned PDF tag is not valid in the context in which it is assigned. In such cases, it can be useful to execute divpdf with the -dump option, which creates a debugging output file named divpdf.log in the same directory where the PDF is created.

    By examining the divpdf.log file, specifically looking for operations having to do with PDF tagging, you might get some hints as to what the problem with tagging is.

    Jonathan Dagresta
    RWS Group/
    XPP Development

    emoji
Children
No Data