How do I fix the Tagged Annotations fail/error for accessibility for links using pdfbox java?
问题 Found the solution by using adobe - https://answers.acrobatusers.com/How-I-fix-Tagged-Annotations-fail-error-accessibility-links-q228128.aspx How can I add Link-OBJR (object reference to link annotation) using pdfbox. `PDAnnotationLink txtLink = new PDAnnotationLink(); PDRectangle position = new PDRectangle(); position.setLowerLeftX(PDFUtils.lw_lft_x); position.setLowerLeftY(PDFUtils.lw_lft_y); position.setUpperRightX(PDFUtils.tp_rgt_x); position.setUpperRightY(PDFUtils.tp_rgt_y); txtLink