I want to delete specific text based on search from the pdf

Hello

I want to delete the searchable text from the pdf file…

Search Tool : “Dynamic String”

above text i want to remove from PDF

PDF File :
task-capture-setup-compressed.pdf (264.0 KB)

I have attached the Screenshot:

Task.zip (4.7 KB)

once check out this
hope it helps

Do you have this pdf in document format

Hi

Hope the below steps would help you resolve this

  1. Use this marketplace component to convert pdf to word
    PDF Conversion to Microsoft Word - RPA Component | UiPath Marketplace | Overview

  2. Once after converting word replace the text u want with null value using REPLACE TEXT in word activity package
    https://docs.uipath.com/activities/other/latest/user-guide/word-replace-text

  3. Then u can export that to pdf file again from word using export to pdf
    https://docs.uipath.com/activities/other/latest/productivity/word-export-to-pdf

Cheers @kishan.savaliya