Page 1 of 1
Remove a line of copy on every page of the pdf
Posted: Mon Mar 14, 2016 1:18 pm
by franzo
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?
Re: Remove a line of copy on every page of the pdf
Posted: Mon Mar 14, 2016 3:51 pm
by Terkelsen
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?
Re: Remove a line of copy on every page of the pdf
Posted: Mon Mar 14, 2016 4:00 pm
by franzo
Sorry for not being very clear, it is a line of text that falls in the same place on each page of the pdf
Re: Remove a line of copy on every page of the pdf
Posted: Tue Mar 15, 2016 10:44 am
by Terkelsen
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
Re: Remove a line of copy on every page of the pdf
Posted: Tue Mar 15, 2016 12:49 pm
by franzo
Thanks Terkelsen! works Perfect!