From 650185821784b4bb7329e69485ac685b6428a1c2 Mon Sep 17 00:00:00 2001 From: ManoMurugan Date: Tue, 14 Oct 2025 12:58:01 +0530 Subject: [PATCH 1/3] 984868: Added you tube link for angular export as PDF document editor --- .../Word-Processor/angular/how-to/export-document-as-pdf.md | 5 +++++ 1 file changed, 5 insertions(+) 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 7ce2f6924..5d8da9ca2 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,11 @@ 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: +Check out this YouTube guide on exporting documents to PDF with Angular Document Editor. + +{% 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). From 8413a5a529da1898e08c8dbb3b7c9045c41e44f5 Mon Sep 17 00:00:00 2001 From: ManoMurugan Date: Mon, 20 Oct 2025 17:32:34 +0530 Subject: [PATCH 2/3] 984868: review changes --- .../Word-Processor/angular/how-to/export-document-as-pdf.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 5d8da9ca2..c05a19d3c 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,7 +12,7 @@ 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: -Check out this YouTube guide on exporting documents to PDF with Angular Document Editor. +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" %} From 56342aa594095d4d8c3fb42f6559329590e2d598 Mon Sep 17 00:00:00 2001 From: ManoSF4839 Date: Mon, 20 Oct 2025 17:42:53 +0530 Subject: [PATCH 3/3] Clean up PDF export documentation Removed unnecessary blank line in the PDF export documentation. --- .../Word-Processor/angular/how-to/export-document-as-pdf.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 744f0461d..7d9b08a4d 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 @@ -16,7 +16,6 @@ To quickly get started with exporting to PDF in Document Editor, please check ou {% 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). @@ -199,4 +198,4 @@ public void ExportPdf([FromBody]SaveParameter data) } ``` -Get the complete working sample in this [`link`](https://github.com/SyncfusionExamples/Export-document-as-PDF-in-Document-Editor/). \ No newline at end of file +Get the complete working sample in this [`link`](https://github.com/SyncfusionExamples/Export-document-as-PDF-in-Document-Editor/).