Skip to content

Commit 6501858

Browse files
committed
984868: Added you tube link for angular export as PDF document editor
1 parent e538c44 commit 6501858

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Document-Processing/Word/Word-Processor/angular/how-to/export-document-as-pdf.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ domainurl: ##DomainURL##
1212

1313
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:
1414

15+
Check out this YouTube guide on exporting documents to PDF with Angular Document Editor.
16+
17+
{% youtube "https://www.youtube.com/watch?v=JVRSc865Pa4" %}
18+
19+
1520
## Export the document as pdf in client-side
1621

1722
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).

0 commit comments

Comments
 (0)