Skip to content

Commit 9dcc382

Browse files
1234: Diataxis changes for getting started and Load and open PDF
1 parent 1aebfbf commit 9dcc382

3 files changed

Lines changed: 180 additions & 186 deletions

File tree

Document-Processing-toc.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,8 @@
888888
<li>
889889
<a href="/document-processing/pdf/pdf-viewer/react/overview">React</a>
890890
<ul>
891-
<li>Getting Started
891+
<li>
892+
<a href="/document-processing/pdf/pdf-viewer/react/getting-started-overview">Getting Started</a>
892893
<ul>
893894
<li><a href="/document-processing/pdf/pdf-viewer/react/getting-started">with Standalone PDF Viewer</a></li>
894895
<li><a href="/document-processing/pdf/pdf-viewer/react/getting-started-with-server-backed">with Server-Backed PDF Viewer</a></li>
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
layout: post
3+
title: Getting started with Syncfusion React PDF Viewer component| Syncfusion
4+
description: Learn here all about Getting started with Syncfusion React PDF Viewer component of Syncfusion Essential JS 2 and more details.
5+
control: PDF Viewer
6+
platform: document-processing
7+
documentation: ug
8+
domainurl: ##DomainURL##
9+
---
10+
11+
12+
# Getting started — Syncfusion<sup style="font-size:70%">&reg;</sup> React PDF Viewer
13+
14+
15+
If you're starting to integrate the Syncfusion<sup style="font-size:70%">&reg;</sup> React PDF Viewer into your application, choose the path below that matches how you'll run the viewer in your app (client-only or via a web service) and follow that tutorial.
16+
17+
- **Standalone** — Run the viewer entirely in the browser (no server rendering). This mode delivers excellent runtime performance and responsiveness because rendering and interaction happen on the client; it is ideal for quick prototyping and simple integrations.
18+
- **Server‑backed** — Use a web service to perform PDF Viewer operations (rendering, document processing, or streaming). Choose this path when you need server-side processing for PDF Viewer operations.
19+
20+
This page is intentionally a short introduction — choose a path and follow its tutorial:
21+
22+
- [Standalone tutorial](./getting-started)
23+
- [Server‑backed tutorial](./getting-started-with-server-backed)
24+
25+
Related:
26+
27+
- [Annotations](./annotation/text-markup-annotation)
28+
- [Form designer](./forms/form-designer)
29+
- [Organize pages](./organize-pages/overview)
30+
31+
See also:
32+
33+
- [PDF Viewer overview](../overview)

0 commit comments

Comments
 (0)