PdfDocument MergeFiles Method |
Name | Description | |
---|---|---|
![]() ![]() |
MergeFiles( Stream ) |
Merges the PDF documents specified by the Stream.
***It is recommended to use method "MergeFiles(string[] inputFiles, string outputFile)" or "MergeFiles(stream[] inputFiles, stream[] outputFile)",
which automatically release srcFiles and mergeFils resources after merging.***
|
![]() ![]() |
MergeFiles( String ) |
Merges the PDF documents specified by the paths.
***It is recommended to use method "MergeFiles(string[] inputFiles, string outputFile)" or "MergeFiles(stream[] inputFiles, stream[] outputFile)",
which automatically release srcFiles and mergeFils resources after merging.***
|
![]() ![]() |
MergeFiles( Stream , Stream) |
Merge the PDF documents.
|
![]() ![]() |
MergeFiles(String, String) |
Obsolete.
Merges the PDF documents specified by the paths.
|
![]() ![]() |
MergeFiles( String , String) |
Merge the PDF documents.
|