Page 1 of 1

Deleted content rendering with Tags in PDF

Posted: Mon Nov 04, 2024 1:51 pm
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.

Re: Deleted content rendering with Tags in PDF

Posted: Mon Nov 04, 2024 4:07 pm
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