I need to highlight some random text to my PDF file. My friend advised me to convert the PDF to a Word document and parse the doc and do the highlighting before converting back to PDF.
Is there any way to this highlighting of text?
Any 3rd party library that can be use to convert PDF to doc and vice versa. Thanks.
You can use
Asposedll ‘s which has option to convert pdf file to word and vice versa.For highlighting of specific words you can use
BytesCout.pdfextractordll to find the location of the searched word.Once you have find the location of word you can easily highlight it.