Skip to content

Commit dc56428

Browse files
983689: updated the script and the image
1 parent 2cc2ae1 commit dc56428

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

Document-Processing/PDF/PDF-Viewer/blazor/deployment/aws-beanstalk-deployment.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,11 @@ Add the following stylesheet and script to the head section of the **~/Pages/_Ho
7474
<head>
7575
<!-- Syncfusion Blazor PDF Viewer control's theme style sheet -->
7676
<link href="_content/Syncfusion.Blazor.Themes/bootstrap5.css" rel="stylesheet" />
77+
</head>
78+
<body>
7779
<!-- Syncfusion Blazor PDF Viewer control's scripts -->
7880
<script src="_content/Syncfusion.Blazor.SfPdfViewer/scripts/syncfusion-blazor-sfpdfviewer.min.js" type="text/javascript"></script>
79-
</head>
80-
81+
</body>
8182
{% endhighlight %}
8283
{% endtabs %}
8384

21.7 KB
Loading

Document-Processing/PDF/PDF-Viewer/blazor/getting-started/deploy-maui-windows.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,11 @@ Add the following stylesheet and script to the head section of the **~/wwwroot/i
9191
<head>
9292
<!-- Syncfusion Blazor PDF Viewer control's theme style sheet -->
9393
<link href="_content/Syncfusion.Blazor.Themes/bootstrap5.css" rel="stylesheet" />
94+
</head>
95+
<body>
9496
<!-- Syncfusion Blazor PDF Viewer control's scripts -->
9597
<script src="_content/Syncfusion.Blazor.SfPdfViewer/scripts/syncfusion-blazor-sfpdfviewer.min.js" type="text/javascript"></script>
96-
</head>
98+
</body>
9799

98100
{% endhighlight %}
99101
{% endtabs %}

Document-Processing/PDF/PDF-Viewer/blazor/getting-started/web-app.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,9 +247,11 @@ Add the following stylesheet and script to the head section of the **~/Component
247247
<head>
248248
<!-- Syncfusion Blazor PDF Viewer control's theme style sheet -->
249249
<link href="_content/Syncfusion.Blazor.Themes/bootstrap5.css" rel="stylesheet" />
250+
</head>
251+
<body>
250252
<!-- Syncfusion Blazor PDF Viewer control's scripts -->
251253
<script src="_content/Syncfusion.Blazor.SfPdfViewer/scripts/syncfusion-blazor-sfpdfviewer.min.js" type="text/javascript"></script>
252-
</head>
254+
</body>
253255
```
254256

255257
## Adding Blazor PDF Viewer Component

Document-Processing/PDF/PDF-Viewer/blazor/getting-started/web-assembly-application.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,11 @@ Add the following stylesheet and script to the head section of the **wwwroot/ind
143143
<head>
144144
<!-- Syncfusion Blazor PDF Viewer control's theme style sheet -->
145145
<link href="_content/Syncfusion.Blazor.Themes/bootstrap5.css" rel="stylesheet" />
146+
</head>
147+
<body>
146148
<!-- Syncfusion Blazor PDF Viewer control's scripts -->
147149
<script src="_content/Syncfusion.Blazor.SfPdfViewer/scripts/syncfusion-blazor-sfpdfviewer.min.js" type="text/javascript"></script>
148-
</head>
150+
</body>
149151

150152
{% endhighlight %}
151153
{% endtabs %}

0 commit comments

Comments
 (0)