PeachPDF
PeachPDF.PeachPdfDocument
PeachPdfDocument.Save(Stream) Method
Writes the completed PDF to the given stream.
public void Save(System.IO.Stream stream);
Parameters
stream System.IO.Stream
The destination stream. The caller owns the stream and is responsible for disposing it.