Skip to content

Commit e97b6cf

Browse files
1014821: Revamped print module in react
1 parent bf0fb6c commit e97b6cf

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Document-Processing/PDF/PDF-Viewer/react/print/print-modes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ This guide shows how to set the PDF Viewer [`printMode`](https://ej2.syncfusion.
1818

1919
## Steps to set print mode
2020

21-
1. Decide which [`printMode`](https://ej2.syncfusion.com/react/documentation/api/pdfviewer#printmode) you need:
21+
**Step 1:** Decide which [`printMode`](https://ej2.syncfusion.com/react/documentation/api/pdfviewer#printmode) you need:
2222
- `Default` — print from the same browser window.
2323
- `NewWindow` — print from a new window or tab (may be blocked by pop-up blockers).
2424

25-
2. Set [`printMode`](https://ej2.syncfusion.com/react/documentation/api/pdfviewer#printmode) during viewer initialization (recommended):
25+
**Step 2:** Set [`printMode`](https://ej2.syncfusion.com/react/documentation/api/pdfviewer#printmode) during viewer initialization (recommended):
2626

2727
{% tabs %}
2828
{% highlight ts tabtitle="App.tsx" %}
@@ -58,7 +58,7 @@ export default function App() {
5858

5959
![Print in New Window](../../javascript-es6/images/print-newwindow.gif)
6060

61-
3. Or change it at runtime after the viewer is created:
61+
**Step 3:** Print mode can also be changed at runtime after the viewer is created:
6262

6363
```ts
6464
// switch to NewWindow at runtime

Document-Processing/PDF/PDF-Viewer/react/print/print-quality.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This article shows a concise, task-oriented workflow to set and verify print qua
1414

1515
**Goal:** Set a suitable [`printScaleFactor`](https://ej2.syncfusion.com/react/documentation/api/pdfviewer#printscalefactor) to improve printed output sharpness while balancing performance and memory use.
1616

17-
## Steps to set `printScaleFactor`
17+
## Steps
1818

1919
### 1. Choose a target print quality.
2020

0 commit comments

Comments
 (0)