Skip to content

Commit 44a66e6

Browse files
1010807: Resolving heading issues in React PDF Viewer UG
1 parent 1f6e0e6 commit 44a66e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Document-Processing/PDF/PDF-Viewer/react/save-pdf-files.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ domainurl: ##DomainURL##
1212

1313
After editing a PDF with annotation tools, you can save the updated file to a server, a database, or download it locally. The following sections show common approaches.
1414

15-
### Save and Download the Edited PDF
15+
**Save and Download the Edited PDF**
1616

1717
After editing the PDF document, follow this short, linear flow to persist and retrieve the updated file:
1818

@@ -236,7 +236,7 @@ public async Task<IActionResult> Download([FromBody] Dictionary<string, string>
236236

237237
N> Replace `Your connection string for SQL Server` with your actual connection string.
238238

239-
N>: Ensure the `System.Data.SqlClient` package (or `Microsoft.Data.SqlClient`) is installed in your project. Use parameterized queries (as shown) and validate inputs to avoid SQL injection risks.
239+
N> Ensure the `System.Data.SqlClient` package (or `Microsoft.Data.SqlClient`) is installed in your project. Use parameterized queries (as shown) and validate inputs to avoid SQL injection risks.
240240

241241
[View sample in GitHub](https://github.com/SyncfusionExamples/open-save-pdf-documents-in-database)
242242

0 commit comments

Comments
 (0)