|
1 | 1 | --- |
2 | 2 | layout: post |
3 | | -title: Print Overview in TypeScript PDF Viewer | Syncfusion |
4 | | -description: Learn how to enable, monitor and customize printing in the Syncfusion TypeScript PDF Viewer component. |
| 3 | +title: Print Overview in JavaScript PDF Viewer | Syncfusion |
| 4 | +description: Learn how to enable, monitor and customize printing in the Syncfusion JavaScript PDF Viewer component. |
5 | 5 | platform: document-processing |
6 | 6 | control: Print |
7 | 7 | documentation: ug |
8 | 8 | domainurl: ##DomainURL## |
9 | 9 | --- |
10 | 10 |
|
11 | | -# Print Overview in TypeScript PDF Viewer Control |
| 11 | +# Print Overview in JavaScript PDF Viewer Control |
12 | 12 |
|
13 | | -The TypeScript PDF Viewer includes built‑in printing via the toolbar and APIs so you can control how documents are printed and monitor the process. |
| 13 | +The JavaScript PDF Viewer includes built‑in printing via the toolbar and APIs so you can control how documents are printed and monitor the process. |
14 | 14 |
|
15 | 15 | Select **Print** in the built-in toolbar to open the browser print dialog. |
16 | 16 |
|
17 | 17 |  |
18 | 18 |
|
19 | | -## Enable or Disable Print in TypeScript PDF Viewer |
| 19 | +## Enable or Disable Print in JavaScript PDF Viewer |
20 | 20 |
|
21 | | -The Syncfusion TypeScript PDF Viewer component lets users print a loaded PDF document through the built-in toolbar or programmatic calls. Control whether printing is available by setting the `enablePrint` property. |
| 21 | +The Syncfusion JavaScript PDF Viewer component lets users print a loaded PDF document through the built-in toolbar or programmatic calls. Control whether printing is available by setting the `enablePrint` property. |
22 | 22 |
|
23 | | -The following TypeScript examples render the PDF Viewer with printing enabled in standalone and server-backed applications. |
| 23 | +The following JavaScript examples render the PDF Viewer with printing enabled in standalone and server-backed applications. |
24 | 24 |
|
25 | 25 | {% tabs %} |
26 | 26 | {% highlight js tabtitle="Standalone" %} |
@@ -67,7 +67,7 @@ pdfviewer.appendTo('#PdfViewer'); |
67 | 67 | {% endhighlight %} |
68 | 68 | {% endtabs %} |
69 | 69 |
|
70 | | -## Print programmatically in Typescript PDF Viewer |
| 70 | +## Print programmatically in JavaScript PDF Viewer |
71 | 71 |
|
72 | 72 | To start printing from code, call the `print.print()` method after loading a document. This approach is useful when you need to wire up custom UI or initiate printing automatically. |
73 | 73 |
|
@@ -143,7 +143,7 @@ if (printButton) { |
143 | 143 | - Choose where printing happens with printMode (Default or NewWindow) |
144 | 144 | - Track the life cycle with printStart and printEnd events |
145 | 145 |
|
146 | | -[View Sample in GitHub](https://github.com/SyncfusionExamples/typescript-pdf-viewer-examples) |
| 146 | +[View Sample in GitHub](https://github.com/SyncfusionExamples/javascript-pdf-viewer-examples) |
147 | 147 |
|
148 | 148 | ## See Also |
149 | 149 |
|
|
0 commit comments