How to change the default generated text format in PDF
Posted: Tue Oct 29, 2019 6:05 am
We write one own CSS file and use it as the CSS file in DITA Map PDF - based on HTML5 & CSS transformation scenario.
The CSS file contains some code like below:
When doing transformation, we couldn't get the correct .merged.html and PDF file.
How can we set the the style for the generated text in PDF file?
Thanks a lot.
The CSS file contains some code like below:
Code: Select all
.sectiontitle tasklabel: {
color: blue;
font-weight:bold;
}
How can we set the the style for the generated text in PDF file?
Thanks a lot.