Hello,
I have an PDF file and I need to Hide an field in PDF.
e.g In PDF I have an Field
TFN No 123 456 789
I need to Redact or hide (or Blur) the TFN No.
I have tried several ways.
Read pdf to Text (PDF pages are images, I tried using OCR engines as well) then Find the Value using Regex and replace them with empty value and again convert text to PDF (using write Text File), but no success.
How can I achieve this.
Any Suggestion on this ?
@Palaniyappan @Anil_G @Lalasa_Mulakaluri @Parth_Doshi @Yoichi @Harika_Mudiam
Thanks