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
@@ -27,7 +27,7 @@ The table below illustrates the performance of PDF document creation.
27
27
<table>
28
28
<tr>
29
29
<th>Pages</th>
30
-
<th>Syncfusion<sup>®</sup> Syncfusion Time (sec)</th>
30
+
<th>Syncfusion<sup>®</sup> Time (sec)</th>
31
31
</tr>
32
32
<tr>
33
33
<td>1</td>
@@ -47,6 +47,8 @@ The table below illustrates the performance of PDF document creation.
47
47
</tr>
48
48
</table>
49
49
50
+
A complete working sample used for this performance evaluation is available for download on [GitHub](https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Performance%20Metrics/.NET/Document_creation).
51
+
50
52
## Open and save PDF document
51
53
52
54
The table below illustrates the performance of open and save operations when working with PDF documents.
@@ -59,16 +61,18 @@ The table below illustrates the performance of open and save operations when wor
A complete working sample used for this performance evaluation is available for download on [GitHub](https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Performance%20Metrics/.NET/Open-and-Save-document).
75
+
72
76
## Apply Watermark
73
77
74
78
The table below illustrates the performance of watermark application operations in PDF documents.
@@ -81,16 +85,18 @@ The table below illustrates the performance of watermark application operations
A complete working sample used for this performance evaluation is available for download on [GitHub](https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Performance%20Metrics/.NET/Apply-watermark).
99
+
94
100
## Merge PDF document
95
101
96
102
The table below illustrates the performance of merge operations on PDF documents.
@@ -103,16 +109,18 @@ The table below illustrates the performance of merge operations on PDF documents
A complete working sample used for this performance evaluation is available for download on [GitHub](https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Performance%20Metrics/.NET/Merge-Documents).
123
+
116
124
## Split PDF document
117
125
118
126
The table below illustrates the performance of split operations on PDF documents.
@@ -125,19 +133,21 @@ The table below illustrates the performance of split operations on PDF documents
A complete working sample used for this performance evaluation is available for download on [GitHub](https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Performance%20Metrics/.NET/Split-PDF).
147
+
138
148
## Compress PDF
139
149
140
-
The table below illustrates the performance of compression operations applied to PDF documents.
150
+
The table below illustrates the performance of compression operations applied to PDF documents. To compress an existing PDF document in .NET, you should add the [Syncfusion.Pdf.Imaging.NET](https://www.nuget.org/packages/Syncfusion.Pdf.Imaging.NET/31.2.12) package.
141
151
142
152
<table>
143
153
<tr>
@@ -147,15 +157,17 @@ The table below illustrates the performance of compression operations applied to
A complete working sample used for this performance evaluation is available for download on [GitHub](https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Performance%20Metrics/.NET/Compress-pdf).
171
+
160
172
N> Compression efficiency varies based on the type of content in the input PDF document.
161
173
N> Benchmarks were measured on a freshly configured system. Performance results such as speed and memory usage may differ when additional processes are running on the machine.
0 commit comments