Hi Omar,
Syncfusion Greetings!
To Export the document as PDF, We can convert the word document in to PDF by using ‘Syncfusion.DocToPDFConverter’ server-side library.
In client side , using saveASBlob method, you can convert the Word document as blob stream and then send stream to server. In server side, using ‘Syncfusion.DocToPDFConverter’, you can convert the stream to pdf document and save it.
We have prepared the sample for your requirement and customize it based on your requirement.
1. To run front end: use below commands
a. npm install
b. npm run dev
2. Use “Pdf” options in Download to download document as Pdf format.
Please let us know if you have any questions.
Regards,
Suriya M.