HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › HTML/CSS rendering issues › Disabled Component › Re: Re: Disabled Component
November 19, 2012 at 18:11
#29157
We cannot change the “legacy behaviour”, some customer may rely on.
A workaround would be to apply the style
[language=css:kh8uwqqk]@media pdf {
INPUT[disabled=”true”] {
disabled: false;
}
}[/language:kh8uwqqk]
either regular way or via pd4ml.addStyle() API call.