Skip to content

Commit 56342aa

Browse files
authored
Clean up PDF export documentation
Removed unnecessary blank line in the PDF export documentation.
1 parent 0eaa646 commit 56342aa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ To quickly get started with exporting to PDF in Document Editor, please check ou
1616

1717
{% youtube "https://www.youtube.com/watch?v=JVRSc865Pa4" %}
1818

19-
2019
## Export the document as pdf in client-side
2120

2221
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)
199198
}
200199
```
201200

202-
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)