@asad.ali I am unable to upload the file due to file extension limitations so I have attached sample HTML below. I am using Aspose.words (builder) to construct a dynamic word document and converting it into a pdf file. Now it is possible to convert it to a Tagged PDF? I have tried converting word into HTML and loaded it to ASPOSE.PDF but still, I’m unable to generate tagged pdf. Could you please suggest the best way to create tagged pdf and also let me know if aspose has the auto-tagging feature.
NOTE: I am using the adobe pro accessibility tool to verify this and I am getting tagged content failed error
<html>
<body>
<p> User Details : </p>
<table>
<tr>
<td> User Name : </td> <td> Arjun7766</td>
</tr>
<tr>
<td> First Name : </td> <td> Arjun </td>
</tr>
<tr>
<td> Last Name : </td> <td> G </td>
</tr>
</table>
</body>
</html>