From 76b1659177327a64037bf36d7f3e15a73d86bbed Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Thu, 11 Aug 2011 11:56:37 -0400 Subject: enhance PointerHolder so that it can explicitly be told to use delete [] instead of delete, thus making it useful to run valgrind over qpdf during its test suite --- manual/qpdf-manual.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'manual/qpdf-manual.xml') diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml index 0d743677..72e98f5c 100644 --- a/manual/qpdf-manual.xml +++ b/manual/qpdf-manual.xml @@ -2131,6 +2131,14 @@ print "\n"; /Info dictionary. + + + Add functions qpdf_init_write_memory, + qpdf_get_buffer_length, and + qpdf_get_buffer to the C API for writing + PDF files to a memory buffer instead of a file. + + -- cgit v1.2.3-54-g00ecf