Remove a line of copy on every page of the pdf

Post Reply
franzo
Newbie
Posts: 3
Joined: Sun Mar 13, 2016 9:31 pm

I have a pdf with 60 pages in it, I need to remove a line of copy that is on every page.
Can this be done globally in pitstop so I do not have to delete page by page?
User avatar
Terkelsen
Member
Posts: 126
Joined: Thu Sep 08, 2011 5:08 pm
Contact:

Could you explain a little more about this "line of copy"? Is it text, vector or bitmap? Is it in the same place and/or in equal size on each page?
franzo
Newbie
Posts: 3
Joined: Sun Mar 13, 2016 9:31 pm

Sorry for not being very clear, it is a line of text that falls in the same place on each page of the pdf
User avatar
Terkelsen
Member
Posts: 126
Joined: Thu Sep 08, 2011 5:08 pm
Contact:

In that case you should be able to use an action like this:

Select all
Select text segments
Split in words
Select text by key phrase (Type in the exact text to be removed)
Remove selection

If you don't split in words all text containing the phrase you type in, will be removed. If you don't want to split all text in words you could do this instead:

Select all
Select text by key phrase (Type in the exact text to be removed)
Split in words
Select text by key phrase (Type in the exact text to be removed)
Remove selection
franzo
Newbie
Posts: 3
Joined: Sun Mar 13, 2016 9:31 pm

Thanks Terkelsen! works Perfect!
Post Reply