Hello,
I'm generating my PDF's using princexml v12.5 and are having some trouble with warnings from PAC, PAVE and Adobe acrobat.
It's a multi-column PDF using the css property display:inline-block; and basic bootstrap css to split everything.
Whenever i generate the PDFs and test them using PAC, PAVE and Adobe acrobat i'm getting theese warnings: innapropiate use of art structure, tables missing header and an image with link.
If i take the components and test them as stand-alone components without the css property display:inline-block; it works without any warnings.
Image with a link wrapped around is correctly structured in html and its all passed through https://validator.w3.org/.
However when i run the image component through PAVE its giving me this error "Structure element is incorrectly nested: Figure in Link"
Do you have any solutions on how to set up an image component using HTML to avoid this warning?
How do we fix the <table> missing header when its nested inside display:inline-block;?
Why does Prince add unnecessary tags to pdfs when its nested inside display:inline-block:?
I'm generating my PDF's using princexml v12.5 and are having some trouble with warnings from PAC, PAVE and Adobe acrobat.
It's a multi-column PDF using the css property display:inline-block; and basic bootstrap css to split everything.
Whenever i generate the PDFs and test them using PAC, PAVE and Adobe acrobat i'm getting theese warnings: innapropiate use of art structure, tables missing header and an image with link.
If i take the components and test them as stand-alone components without the css property display:inline-block; it works without any warnings.
Image with a link wrapped around is correctly structured in html and its all passed through https://validator.w3.org/.
However when i run the image component through PAVE its giving me this error "Structure element is incorrectly nested: Figure in Link"
Do you have any solutions on how to set up an image component using HTML to avoid this warning?
How do we fix the <table> missing header when its nested inside display:inline-block;?
Why does Prince add unnecessary tags to pdfs when its nested inside display:inline-block:?