Skip to content

Commit f0564f7

Browse files
Merge pull request #1554 from syncfusion-content/984868-youtube
984868: Added you tube link for angular export as PDF document editor
2 parents 57ea375 + 56342aa commit f0564f7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ 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+
To quickly get started with exporting to PDF in Document Editor, please check out the video below.
16+
17+
{% youtube "https://www.youtube.com/watch?v=JVRSc865Pa4" %}
18+
1519
## Export the document as pdf in client-side
1620

1721
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).
@@ -194,4 +198,4 @@ public void ExportPdf([FromBody]SaveParameter data)
194198
}
195199
```
196200

197-
Get the complete working sample in this [`link`](https://github.com/SyncfusionExamples/Export-document-as-PDF-in-Document-Editor/).
201+
Get the complete working sample in this [`link`](https://github.com/SyncfusionExamples/Export-document-as-PDF-in-Document-Editor/).

0 commit comments

Comments
 (0)