diff --git a/Document-Processing/Word/Word-Processor/angular/how-to/export-document-as-pdf.md b/Document-Processing/Word/Word-Processor/angular/how-to/export-document-as-pdf.md index 475f72d64..7a7fed903 100644 --- a/Document-Processing/Word/Word-Processor/angular/how-to/export-document-as-pdf.md +++ b/Document-Processing/Word/Word-Processor/angular/how-to/export-document-as-pdf.md @@ -12,6 +12,10 @@ domainurl: ##DomainURL## In this article, we are going to see how to export the document as PDF format. You can export the document as PDF in following ways: +To quickly get started with exporting to PDF in Document Editor, please check out the video below. + +{% youtube "https://www.youtube.com/watch?v=JVRSc865Pa4" %} + ## Export the document as pdf in client-side Use [`pdf export component`](https://www.npmjs.com/package/@syncfusion/ej2-pdf-export) in application level to export the document as pdf using [`exportAsImage`](https://ej2.syncfusion.com/angular/documentation/api/document-editor/#exportasimage) API. Here, all pages will be converted to image and inserted as pdf pages(works like print as PDF).