Skip to content

Commit 7a4842f

Browse files
1002609: Resoled CI failures
1 parent 7cc928c commit 7a4842f

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

Document-Processing/PDF/PDF-Viewer/javascript-es5/Localization/new-language.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ domainurl: ##DomainURL##
1212

1313
You can localize the PDF Viewer UI by:
1414
- Registering localized strings for each culture using `L10n.load` at the application level
15-
- Setting the [`locale`](https://ej2.syncfusion.com/documentation/api/pdfviewer/index-default#locale) property of the `PdfViewer` instance to the desired culture
15+
- Setting the `locale` property of the `PdfViewer` instance to the desired culture
1616

1717
![German Locale](../../javascript-es6/images/locale-de.gif)
1818

Document-Processing/PDF/PDF-Viewer/javascript-es5/print/enable-print-rotation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ documentation: ug
88
domainurl: ##DomainURL##
99
---
1010

11-
# Enable print rotation in the PDF Viewer
11+
# Enable print rotation in the JavaScript
1212

1313
Set the `enablePrintRotation` property to control whether landscape pages are rotated automatically to fit the paper orientation. Keep it enabled to minimize clipping, or disable it to preserve the original orientation.
1414

Document-Processing/PDF/PDF-Viewer/javascript-es5/print/overview.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
---
22
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.
55
platform: document-processing
66
control: Print
77
documentation: ug
88
domainurl: ##DomainURL##
99
---
1010

11-
# Print Overview in TypeScript PDF Viewer Control
11+
# Print Overview in JavaScript PDF Viewer Control
1212

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.
1414

1515
Select **Print** in the built-in toolbar to open the browser print dialog.
1616

1717
![Print](../../javascript-es6/images/print.gif)
1818

19-
## Enable or Disable Print in TypeScript PDF Viewer
19+
## Enable or Disable Print in JavaScript PDF Viewer
2020

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.
2222

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.
2424

2525
{% tabs %}
2626
{% highlight js tabtitle="Standalone" %}
@@ -67,7 +67,7 @@ pdfviewer.appendTo('#PdfViewer');
6767
{% endhighlight %}
6868
{% endtabs %}
6969

70-
## Print programmatically in Typescript PDF Viewer
70+
## Print programmatically in JavaScript PDF Viewer
7171

7272
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.
7373

@@ -143,7 +143,7 @@ if (printButton) {
143143
- Choose where printing happens with printMode (Default or NewWindow)
144144
- Track the life cycle with printStart and printEnd events
145145

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

148148
## See Also
149149

Document-Processing/PDF/PDF-Viewer/javascript-es5/print/print-modes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ documentation: ug
88
domainurl: ##DomainURL##
99
---
1010

11-
# Print modes in the PDF Viewer
11+
# Print modes in the JavaScript PDF Viewer
1212

1313
Use the `printMode` property to choose how the document is printed.
1414

0 commit comments

Comments
 (0)