How To: Hide the rich text toolbar when exporting to PDF

Everything I do not only hides the toolbar but the text also.

I have tried

.k-pdf-export .k-editor-toolbar {
display: none !important;
}

and

.k-pdf-export .k-editor-toolbar-wrap {
display: none !important;
}

Hello @smithme,

Unfortunately, it is not possible to export text from the rich text field to PDF due to browser limitations.

You can either export the Display Form or generate PDF with MS Flow.

1 Like