I am trying to read the pdf and highlight some sub-strings in pdf, and i am able to achieve it using python libraries PYPDF2 and fitz
but i wanted to make to highlight/ change text with different colors and retain the layout of the original pdf,
please advice on this, thank you