vb.net to highlight PDF without editing the contents
When working with developing applications using vb.net to highlight pdf , I tried Adobe Acrobat SDK .
I found out that there are two ways which I could highlight pdf. I could either copy my document to another document and highlight that document (using Page.CreatePageHilite, non-javascript) OR I could manipulate using javascript objects.
My priority is to preserve the integrity of the contents of the PDF i.e. ensure that the contents in the PDF are none editable but could be highlighted only.
May I check with you all which method is preferable - using javascript OR using the copy method and highlighting on the copied version (using Page.CreatePageHilite) (non-javascript).
Thank you very much for the help.
