Deleted content rendering with Tags in PDF

Having trouble installing Oxygen? Got a bug to report? Post it all here.
rallur78
Posts: 1
Joined: Mon Jun 10, 2024 10:16 am

Deleted content rendering with Tags in PDF

Post by rallur78 »

Hi,
I use Oxygen XML Author 26.1 version. When I delete content and use track changes We see lot deleted tags also in the PDF. How do you get rid of this extra tags in PDF.
julien_lacour
Posts: 665
Joined: Wed Oct 16, 2019 3:47 pm

Re: Deleted content rendering with Tags in PDF

Post by julien_lacour »

Hello,

If you are using the DITA Map PDF - based on HTML5 & CSS scenario you can simply add this rule in a custom CSS stylesheet:

Code: Select all

.oxy-delete-hl {
  display: none;
}
For more information about tracked changes, you can check this topic from our user guide.

Also you can debug the CSS using the merged.html file to see all the CSS rules applied on an inspected element and the HTML structure that will be transformed into PDF.

Regards,
Julien
Post Reply