You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1030,7 +1030,7 @@ This example demonstrates how to add a document link annotation to a PDF page us
1030
1030
1031
1031
{% tabs %}
1032
1032
{% highlight typescript tabtitle="TypeScript" %}
1033
-
import {PdfDocument, PdfPage, PdfDocumentLinkAnnotation, PdfDestinationMode, PdfBorderStyle} from '@syncfusion/ej2-pdf';
1033
+
import {PdfDocument, PdfPage, PdfDocumentLinkAnnotation, PdfDestination, PdfAnnotationBorder, PdfDestinationMode, PdfBorderStyle} from '@syncfusion/ej2-pdf';
1034
1034
1035
1035
// Create a new PDF document
1036
1036
let document: PdfDocument = new PdfDocument();
@@ -1077,7 +1077,7 @@ The following code snippet explains how to add a document link annotation in an
1077
1077
1078
1078
{% tabs %}
1079
1079
{% highlight typescript tabtitle="TypeScript" %}
1080
-
import {PdfDocument, PdfPage, PdfDocumentLinkAnnotation, PdfDestinationMode, PdfBorderStyle} from '@syncfusion/ej2-pdf';
1080
+
import {PdfDocument, PdfPage, PdfDocumentLinkAnnotation, PdfDestination, PdfAnnotationBorder, PdfDestinationMode, PdfBorderStyle} from '@syncfusion/ej2-pdf';
1081
1081
1082
1082
// Load an existing PDF document
1083
1083
let document: PdfDocument = new PdfDocument(data);
@@ -2014,7 +2014,7 @@ document.destroy();
2014
2014
2015
2015
## Modifying the annotations
2016
2016
2017
-
This example demonstrates how to modify an existing annotation in a PDF page using the PdfAnnotation class. Modifying annotations allows updating properties such as position, color, content, or appearance, enabling customization and refinement of the document’s interactive elements.
2017
+
This example demonstrates how to modify an existing annotation in a PDF page using the PdfAnnotation class. Modifying annotations allows updating properties such as position, color, content, or appearance, enabling customization and refinement of the document's interactive elements.
2018
2018
2019
2019
{% tabs %}
2020
2020
{% highlight typescript tabtitle="TypeScript" %}
@@ -2171,7 +2171,7 @@ This example demonstrates how to export annotations from a PDF document using th
2171
2171
2172
2172
{% tabs %}
2173
2173
{% highlight typescript tabtitle="TypeScript" %}
2174
-
import {PdfDocument, Uint8Array} from '@syncfusion/ej2-pdf';
2174
+
import {PdfDocument} from '@syncfusion/ej2-pdf';
2175
2175
2176
2176
// Load an existing PDF document
2177
2177
let document: PdfDocument = new PdfDocument(data);
Copy file name to clipboardExpand all lines: Document-Processing/PDF/PDF-Library/javascript/Create-PDF-document-asp-net-core.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Step 5: **Add script reference** : Add the required scripts using the CDN inside
35
35
{% endhighlight %}
36
36
{% endtabs %}
37
37
38
-
N> Check out the following topics for including script references in an ASP.NET Core application to enable PDF creation using the Syncfusion<supstyle="font-size:70%">®</sup> JavaScript PDF library:
38
+
N> Check out the following topics for including script references in an ASP.NET Core application to enable PDF creation using the Syncfusion<sup>®</sup> JavaScript PDF library:
0 commit comments