Skip to content

Commit 542da2b

Browse files
authored
Update merge-pdfs-with-annotations.md
1 parent 32379ab commit 542da2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

knowledge-base/merge-pdfs-with-annotations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ res_type: kb
1515

1616
## Description
1717

18-
This article describes how to merge PDF documents without loss of supported annotations with the help of the [PdfStreamWriter](%slug radpdfprocessing-formats-and-conversion-pdf-pdfstreamwriter-overview%) and [PdfFileSource](%slug radpdfprocessing-formats-and-conversion-pdf-pdfstreamwriter-pdffilesource%).
18+
This article describes how to merge PDF documents without loss of supported annotations with the help of the [PdfStreamWriter]({%slug radpdfprocessing-formats-and-conversion-pdf-pdfstreamwriter-overview%}) and [PdfFileSource]({%slug radpdfprocessing-formats-and-conversion-pdf-pdfstreamwriter-pdffilesource%}).
1919

2020
## Solution
2121

22-
The following approach takes a collection of paths, creates a new [RadFixedDocument](%slug radpdfprocessing-model-radfixeddocument%) instance, appends the documents from those paths to the newly created RadFixedDocument and returns it as a result.
22+
The following approach takes a collection of paths, creates a new [RadFixedDocument]({%slug radpdfprocessing-model-radfixeddocument%}) instance, appends the documents from those paths to the newly created [RadFixedDocument]({%slug radpdfprocessing-model-radfixeddocument%}) and returns it as a result.
2323

2424
#### __[C#] Merge PDF files
2525

0 commit comments

Comments
 (0)