This Frends task can merge multiple PDFs into one.
You can install the Task via Frends UI Task View.
| Property | Type | Description | Example |
|---|---|---|---|
| PageBytes | List<byte[]> | List of PDF file contents as byte arrays | File.ReadAllBytes("file1.pdf") |
| Property | Type | Description | Example |
|---|---|---|---|
| OutputFileBytes | byte[] | Merged PDF file as byte array | result.OutputFileBytes |
git clone https://github.com/FrendsPlatform/Frends.Community.Netum.git
dotnet build
Run the tests
dotnet test
dotnet pack --configuration Release
This project is licensed under the MIT License - see the LICENSE file for details.
| Version | Date | Description |
|---|---|---|
| 1.0.0 | 2025-06-11 | Initial version of MergePDF |