Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 589 Bytes

File metadata and controls

10 lines (8 loc) · 589 Bytes

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