How can I merge 2 PDF documents together in .NET?
From a reporting tool, I receive the PDF as a stream, and I would like
to combine two together as one larger document. Are there any 3rd
party tools for .NET for doing this? I would also like to use the
streams, and avoid having to create temp files etc on the web server
(this is an ASP.NET app).
Thanks in advance..
From a reporting tool, I receive the PDF as a stream, and I would like
to combine two together as one larger document. Are there any 3rd
party tools for .NET for doing this? I would also like to use the
streams, and avoid having to create temp files etc on the web server
(this is an ASP.NET app).
Thanks in advance..