Skip to content

Commit ff7dc38

Browse files
Merge branch 'hotfix/hotfix-v31.2.12' into SEO-211225-Document-Processing-word-conversions-word-to-pdf-net-
2 parents 7c8140d + c0e784a commit ff7dc38

File tree

1 file changed

+25
-13
lines changed

1 file changed

+25
-13
lines changed

Document-Processing/PDF/PDF-Library/NET/Performance-Metrics.md

Lines changed: 25 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The following system configurations were used for benchmarking:
1818
* Processor: AMD Ryzen 7 5800HS with Radeon Graphics 3.20 GHz
1919
* RAM: 16GB
2020
* .NET Version: .NET 10.0
21-
* Syncfusion® Version: [Syncfusion.Pdf.Imaging.Net.Core 31.2.12](https://www.nuget.org/packages/Syncfusion.Pdf.Imaging.Net.Core/31.2.12)
21+
* Syncfusion® Version: [Syncfusion.Pdf.Net.Core 31.2.12](https://www.nuget.org/packages/Syncfusion.Pdf.Net.Core/31.2.12)
2222

2323
## Create document
2424

@@ -27,7 +27,7 @@ The table below illustrates the performance of PDF document creation.
2727
<table>
2828
<tr>
2929
<th>Pages</th>
30-
<th>Syncfusion<sup>&reg;</sup> Syncfusion Time (sec)</th>
30+
<th>Syncfusion<sup>&reg;</sup> Time (sec)</th>
3131
</tr>
3232
<tr>
3333
<td>1</td>
@@ -47,6 +47,8 @@ The table below illustrates the performance of PDF document creation.
4747
</tr>
4848
</table>
4949

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+
5052
## Open and save PDF document
5153

5254
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
5961
</tr>
6062
<tr>
6163
<td>64</td>
62-
<td>PDF_Succinctly</td>
64+
<td><a href="https://github.com/SyncfusionExamples/PDF-Examples/blob/master/Performance%20Metrics/.NET/Open-and-Save-document/Open-and-Save-document/Data/PDF_Succinctly.pdf">PDF_Succinctly.pdf</a></td>
6365
<td>0.06 seconds</td>
6466
</tr>
6567
<tr>
6668
<td>132</td>
67-
<td>JavaScript_Succinctly</td>
69+
<td><a href="https://github.com/SyncfusionExamples/PDF-Examples/blob/master/Performance%20Metrics/.NET/Open-and-Save-document/Open-and-Save-document/Data/JavaScript_Succinctly.pdf">JavaScript_Succinctly.pdf</a></td>
6870
<td>0.42 seconds</td>
6971
</tr>
7072
</table>
7173

74+
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+
7276
## Apply Watermark
7377

7478
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
8185
</tr>
8286
<tr>
8387
<td>64</td>
84-
<td>PDF_Succinctly</td>
88+
<td><a href="https://github.com/SyncfusionExamples/PDF-Examples/blob/master/Performance%20Metrics/.NET/Apply-watermark/Apply-watermark/Data/PDF_Succinctly.pdf">PDF_Succinctly.pdf</a></td>
8589
<td>0.15 seconds</td>
8690
</tr>
8791
<tr>
8892
<td>132</td>
89-
<td>JavaScript_Succinctly</td>
93+
<td><a href="https://github.com/SyncfusionExamples/PDF-Examples/blob/master/Performance%20Metrics/.NET/Apply-watermark/Apply-watermark/Data/JavaScript_Succinctly.pdf">JavaScript_Succinctly.pdf</a></td>
9094
<td>0.66 seconds</td>
9195
</tr>
9296
</table>
9397

98+
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+
94100
## Merge PDF document
95101

96102
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
103109
</tr>
104110
<tr>
105111
<td>64</td>
106-
<td>PDF_Succinctly</td>
112+
<td><a href="https://github.com/SyncfusionExamples/PDF-Examples/blob/master/Performance%20Metrics/.NET/Merge-Documents/Merge-Documents/Data/PDF_Succinctly.pdf">PDF_Succinctly.pdf</a></td>
107113
<td>0.96 seconds</td>
108114
</tr>
109115
<tr>
110116
<td>132</td>
111-
<td>JavaScript_Succinctly</td>
117+
<td><a href="https://github.com/SyncfusionExamples/PDF-Examples/blob/master/Performance%20Metrics/.NET/Merge-Documents/Merge-Documents/Data/JavaScript_Succinctly.pdf">JavaScript_Succinctly.pdf</a></td>
112118
<td>0.96 seconds</td>
113119
</tr>
114120
</table>
115121

122+
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+
116124
## Split PDF document
117125

118126
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
125133
</tr>
126134
<tr>
127135
<td>64</td>
128-
<td>PDF_Succinctly</td>
136+
<td><a href="https://github.com/SyncfusionExamples/PDF-Examples/blob/master/Performance%20Metrics/.NET/Split-PDF/Split-PDF/Data/PDF_Succinctly.pdf">PDF_Succinctly.pdf</a></td>
129137
<td>0.52 seconds</td>
130138
</tr>
131139
<tr>
132140
<td>132</td>
133-
<td>JavaScript_Succinctly</td>
141+
<td><a href="https://github.com/SyncfusionExamples/PDF-Examples/blob/master/Performance%20Metrics/.NET/Split-PDF/Split-PDF/Data/JavaScript_Succinctly.pdf">JavaScript_Succinctly.pdf</a></td>
134142
<td>1.37 seconds</td>
135143
</tr>
136144
</table>
137145

146+
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+
138148
## Compress PDF
139149

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.
141151

142152
<table>
143153
<tr>
@@ -147,15 +157,17 @@ The table below illustrates the performance of compression operations applied to
147157
</tr>
148158
<tr>
149159
<td>64</td>
150-
<td>PDF_Succinctly</td>
160+
<td><a href="https://github.com/SyncfusionExamples/PDF-Examples/blob/master/Performance%20Metrics/.NET/Compress-pdf/Compress-pdf/Data/PDF_Succinctly.pdf">PDF_Succinctly.pdf</a></td>
151161
<td>12.28 seconds</td>
152162
</tr>
153163
<tr>
154164
<td>132</td>
155-
<td>JavaScript_Succinctly</td>
165+
<td><a href="https://github.com/SyncfusionExamples/PDF-Examples/blob/master/Performance%20Metrics/.NET/Compress-pdf/Compress-pdf/Data/JavaScript_Succinctly.pdf">JavaScript_Succinctly.pdf</a></td>
156166
<td>8.39 seconds</td>
157167
</tr>
158168
</table>
159169

170+
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+
160172
N> Compression efficiency varies based on the type of content in the input PDF document.
161173
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

Comments
 (0)