Merge PDF Files
It is a Windows library that merges standard PDFs into a final PDF
The library is intended for developers, for inclusion in desktop applications or server services.
There are lots of SDKs on the market creating (merging) PDFs (almost all of them have limitations).
Our Windows library (MergePDFByNMI.dll) only merges standard PDF files (there are several PDF formats).
You can send the input PDFs (by file name or by byte array) and you can have the final PDF (saved on a file or get back on a byte array).
The library calls can be synchronous...