Page 1 of 1

Tags in PDF to render deleted content

Posted: Mon Mar 31, 2025 4:09 am
by hotdoglover
Hi, I am an Oxygen XML Author 26.1 user. When I utilize track changes to remove content from a PDF, we also see a lot of erased tags. Please tell me how to remove these unnecessary PDF tags.

Re: Tags in PDF to render deleted content

Posted: Mon Mar 31, 2025 12:33 pm
by julien_lacour
Hello,

You can hide the removed content by using the following CSS rule:

Code: Select all

.oxy-delete-hl {
  display: none;
}
Regards,
Julien