Skip to content

Latest commit

 

History

History

MergeDocumentsParallelly

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Merge PDF documents in parallel threads

This sample shows how to parallelize merging of PDF documents using Docotic.Pdf library.

The code splits input documents to groups of the rangeSize size. Then, each group is merged into intermediate documents in parallel. The process is continued until the number of input documents is small enough for the simple merging.

See also