How can I add text in pdf document page and make it as accessibility Tag
public void AddText(Page page, Rectangle rectangle, string text)
{
var textFragment = new TextFragment(text);
textFragment.MakeTransparent();
…...Adding tags to pdf document Aspose.PDF Product Family Andranik...and make it as accessibility tag public void AddText(Page page...