The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
RKRevanth Krishnan Syncfusion Team December 20, 2021 11:53 AM UTC
Hi Joachim,
Greetings from Syncfusion support.
We are currently validating your query from our end, we will update you with further details on or before 22nd December. We appreciate your patience till then.
Regards,
Revanth
ISIndrajith Srinivasan Syncfusion Team December 27, 2021 12:19 PM UTC
Since the
Rich Text Editor accepts only the HTML content. Using document editor, you can
convert SFDT to HTML
## Sfdt
to HTML
Get the
document as SFDT using serialize and send it to backend, using ExportSfdt
API you can convert the document.