Concatenating in memory

Hi,
I have PDF files that are saved in a DB as binary data.
How would I concatenate these files without first creating a physical file?
Andrew

Dear Andrew,

Thanks for considering Aspose.

The Concatenate function support input/output Pdf Stream.
1.Write the binary data into a Stream as an input source.
2.Call the Concatenate function.
3.Save the output stream to DB or a file.

Best regards.