Click or drag to resize

PdfDocument MergeFiles Method

Overload List
Name Description
Public method Static member 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.***
Public method Static member 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.***
Public method Static member MergeFiles( Stream , Stream)
Merge the PDF documents.
Public method Static member MergeFiles(String, String) Obsolete.
Merges the PDF documents specified by the paths.
Public method Static member MergeFiles( String , String)
Merge the PDF documents.
Top
See Also