kendo-angular
kendo-angular copied to clipboard
[PDF Export] Doesn't export non-breaking space correctly ( )
Describe the bug When the HTML content contains non-breaking spaces( ), the exported PDF doesn't look correct. This bug is noticeable when using embedded fonts.
To Reproduce Steps to reproduce the behavior: Run the following project and export the HTML to PDF: test-project.zip
Expected behavior A clear and concise description of what you expected to happen.
Screenshots
Workaround
kendo-pdf-export {
font-family: "AvenirLTStdMedium";
white-space: pre;
}
Update private thread 1564596 when a fix is available.
Could be related to https://github.com/telerik/kendo-angular/issues/3337