Skip to content

Commit 7b4ea04

Browse files
Integrated latest changes at 02-28-2024 1:30:08 AM
1 parent ad4d719 commit 7b4ea04

File tree

5 files changed

+22
-3
lines changed

5 files changed

+22
-3
lines changed

ej2-angular-toc.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2821,7 +2821,7 @@
28212821
</ul>
28222822
</li> <li>Release Notes
28232823
<ul>
2824-
<li>2023 Volume 4 - 24.*<ul><li>Weekly Release<ul><li><a href="/ej2-angular/release-notes/24.2.7">24.2.7</a></li><li><a href="/ej2-angular/release-notes/24.2.6">24.2.6</a></li><li><a href="/ej2-angular/release-notes/24.2.5">24.2.5</a></li><li><a href="/ej2-angular/release-notes/24.2.4">24.2.4</a></li><li><a href="/ej2-angular/release-notes/24.1.47">24.1.47</a></li><li><a href="/ej2-angular/release-notes/24.1.46">24.1.46</a></li><li><a href="/ej2-angular/release-notes/24.1.45">24.1.45</a></li><li><a href="/ej2-angular/release-notes/24.1.44">24.1.44</a></li><li><a href="/ej2-angular/release-notes/24.1.43">24.1.43</a></li></ul></li> <li><a href="/ej2-angular/release-notes/24.2.3">24.2.3 Service Pack Release</a></li>
2824+
<li>2023 Volume 4 - 24.*<ul><li>Weekly Release<ul><li><a href="/ej2-angular/release-notes/24.2.8">24.2.8</a></li><li><a href="/ej2-angular/release-notes/24.2.7">24.2.7</a></li><li><a href="/ej2-angular/release-notes/24.2.6">24.2.6</a></li><li><a href="/ej2-angular/release-notes/24.2.5">24.2.5</a></li><li><a href="/ej2-angular/release-notes/24.2.4">24.2.4</a></li><li><a href="/ej2-angular/release-notes/24.1.47">24.1.47</a></li><li><a href="/ej2-angular/release-notes/24.1.46">24.1.46</a></li><li><a href="/ej2-angular/release-notes/24.1.45">24.1.45</a></li><li><a href="/ej2-angular/release-notes/24.1.44">24.1.44</a></li><li><a href="/ej2-angular/release-notes/24.1.43">24.1.43</a></li></ul></li> <li><a href="/ej2-angular/release-notes/24.2.3">24.2.3 Service Pack Release</a></li>
28252825
<li><a href="/ej2-angular/release-notes/24.1.41">24.1.41 Main Release</a></li></ul></li>
28262826
<li>2023 Volume 3 - 23.*<ul><li> Weekly Release<ul><li><a href="/ej2-angular/release-notes/23.2.7">23.2.7</a></li><li><a href="/ej2-angular/release-notes/23.2.6">23.2.6</a></li><li><a href="/ej2-angular/release-notes/23.2.5">23.2.5</a></li><li><a href="/ej2-angular/release-notes/23.1.44">23.1.44</a></li><li><a href="/ej2-angular/release-notes/23.1.43">23.1.43</a></li><li><a href="/ej2-angular/release-notes/23.1.42">23.1.42</a></li><li><a href="/ej2-angular/release-notes/23.1.41">23.1.41</a></li><li><a href="/ej2-angular/release-notes/23.1.40">23.1.40</a></li><li><a href="/ej2-angular/release-notes/23.1.39">23.1.39</a></li><li><a href="/ej2-angular/release-notes/23.1.38">23.1.38</a></li></ul></li>
28272827
<li><a href="/ej2-angular/release-notes/23.2.4">23.2.4 Service Pack Release</a></li>

ej2-angular/Release-notes/24.2.8.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Essential Studio for Angular 2024 Weekly Nuget Release Release Notes
3+
description: Essential Studio for Angular 2024 Weekly Nuget Release Release Notes
4+
platform: ej2-angular
5+
documentation: ug
6+
---
7+
8+
# Essential Studio for ##Platform_Name## Release Notes
9+
10+
{% include release-info.html date="February 27, 2024" version="v24.2.8" %}
11+
12+
{% directory path: _includes/release-notes/v24.2.8 %}
13+
14+
{% include {{file.url}} %}
15+
16+
{% enddirectory %}

ej2-angular/pdfviewer/getting-started-with-server-backed.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,4 +172,4 @@ The output will appear as follows.
172172
```
173173
N> When configuring the server-backed PDF viewer, it's essential to understand that there is no need to include the pdfium.js and pdfium.wasm files. Unlike the standalone PDF viewer, which relies on these files for local rendering, the server-backed PDF viewer fetches and renders PDFs directly from the server. Consequently, you can exclude the copy command for deployment process, as they are not required to load and display PDFs in this context.
174174
175-
[View sample in GitHub](https://github.com/SyncfusionExamples/angular-pdf-viewer-examples/tree/master/Getting%20started).
175+
[View sample in GitHub](https://github.com/SyncfusionExamples/angular-pdf-viewer-examples/tree/master/Getting%20started%20-%20Server-Back).

ej2-angular/pdfviewer/getting-started.md

+2
Original file line numberDiff line numberDiff line change
@@ -194,3 +194,5 @@ The Standalone PDF Viewer does not have the capability to utilize PNG format for
194194
* The Standalone PDF Viewer allows users to export annotations and form fields from the viewer, it's important to be aware that the viewer does not support the direct import of annotations and form fields from a locally specified file path. In other words, you can extract annotations and form fields from the viewer, but you cannot reintroduce them into the viewer from external sources by specifying a file path located on your local device.
195195

196196
N> These limitations are temporary and are expected to be addressed in the near future.
197+
198+
[View sample in GitHub](https://github.com/SyncfusionExamples/angular-pdf-viewer-examples/tree/master/Getting%20started%20-%20Standalone).

ej2-angular/pdfviewer/save-pdf-files.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ import { LinkAnnotationService, BookmarkViewService, MagnificationService,
9090
}
9191
```
9292

93-
[View sample in GitHub]()
93+
[View sample in GitHub](https://github.com/SyncfusionExamples/angular-pdf-viewer-examples/tree/master/Save%20and%20Load/Save%20PDF%20file%20to%20Server)
9494

9595
## Download PDF file as a copy
9696

@@ -105,3 +105,4 @@ downloadClicked() {
105105
var viewer = (<any>document.getElementById("pdfViewer")).ej2_instances[0];
106106
viewer.download();
107107
}
108+
```

0 commit comments

Comments
 (0)