Tags in PDF to render deleted content

Having trouble installing Oxygen? Got a bug to report? Post it all here.
hotdoglover
Posts: 1
Joined: Mon Sep 16, 2024 4:53 am
Contact:

Tags in PDF to render deleted content

Post 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.
julien_lacour
Posts: 665
Joined: Wed Oct 16, 2019 3:47 pm

Re: Tags in PDF to render deleted content

Post 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
Post Reply