File tree Expand file tree Collapse file tree 5 files changed +12
-5
lines changed
Document-Processing/PDF/PDF-Viewer/blazor
aws-benstalk-deployment-images Expand file tree Collapse file tree 5 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -74,10 +74,11 @@ Add the following stylesheet and script to the head section of the **~/Pages/_Ho
74
74
<head >
75
75
<!-- Syncfusion Blazor PDF Viewer control's theme style sheet -->
76
76
<link href="_content/Syncfusion.Blazor.Themes/bootstrap5.css" rel="stylesheet" />
77
+ </head >
78
+ <body >
77
79
<!-- Syncfusion Blazor PDF Viewer control's scripts -->
78
80
<script src="_content/Syncfusion.Blazor.SfPdfViewer/scripts/syncfusion-blazor-sfpdfviewer.min.js" type="text/javascript"></script>
79
- </head >
80
-
81
+ </body >
81
82
{% endhighlight %}
82
83
{% endtabs %}
83
84
Original file line number Diff line number Diff line change @@ -91,9 +91,11 @@ Add the following stylesheet and script to the head section of the **~/wwwroot/i
91
91
<head >
92
92
<!-- Syncfusion Blazor PDF Viewer control's theme style sheet -->
93
93
<link href="_content/Syncfusion.Blazor.Themes/bootstrap5.css" rel="stylesheet" />
94
+ </head >
95
+ <body >
94
96
<!-- Syncfusion Blazor PDF Viewer control's scripts -->
95
97
<script src="_content/Syncfusion.Blazor.SfPdfViewer/scripts/syncfusion-blazor-sfpdfviewer.min.js" type="text/javascript"></script>
96
- </head >
98
+ </body >
97
99
98
100
{% endhighlight %}
99
101
{% endtabs %}
Original file line number Diff line number Diff line change @@ -247,9 +247,11 @@ Add the following stylesheet and script to the head section of the **~/Component
247
247
<head >
248
248
<!-- Syncfusion Blazor PDF Viewer control's theme style sheet -->
249
249
<link href =" _content/Syncfusion.Blazor.Themes/bootstrap5.css" rel =" stylesheet" />
250
+ </head >
251
+ <body >
250
252
<!-- Syncfusion Blazor PDF Viewer control's scripts -->
251
253
<script src =" _content/Syncfusion.Blazor.SfPdfViewer/scripts/syncfusion-blazor-sfpdfviewer.min.js" type =" text/javascript" ></script >
252
- </head >
254
+ </body >
253
255
```
254
256
255
257
## Adding Blazor PDF Viewer Component
Original file line number Diff line number Diff line change @@ -143,9 +143,11 @@ Add the following stylesheet and script to the head section of the **wwwroot/ind
143
143
<head >
144
144
<!-- Syncfusion Blazor PDF Viewer control's theme style sheet -->
145
145
<link href="_content/Syncfusion.Blazor.Themes/bootstrap5.css" rel="stylesheet" />
146
+ </head >
147
+ <body >
146
148
<!-- Syncfusion Blazor PDF Viewer control's scripts -->
147
149
<script src="_content/Syncfusion.Blazor.SfPdfViewer/scripts/syncfusion-blazor-sfpdfviewer.min.js" type="text/javascript"></script>
148
- </head >
150
+ </body >
149
151
150
152
{% endhighlight %}
151
153
{% endtabs %}
You can’t perform that action at this time.
0 commit comments