TextView has a function:
func textView(_ textView: UITextView, editMenuForTextin range: NSRange, suggestedActions: [UIMenuElement]) -> UIMenu? {... }
to add custom UlAction into context menu.
But PdfKit has no way to insert a custom UlAction into the context menu popped up by long press on PdfView page.