A PDF document created or loaded by the HiQPdf library can be written to a file, to a stream or to a memory buffer using one of the following methods:
PdfDocumentWriteToFile(String) - Writes the PDF document to the given output file
PdfDocumentWriteToStream(Stream) - Writes the PDF document to the given output stream
PdfDocumentWriteToMemory - Writes the PDF document in a memory buffer
See Also