summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2011-08-11 21:55:06 +0200
committerJay Berkenbilt <ejb@ql.org>2011-08-11 21:55:06 +0200
commit2757b9b05f0308253325cae7076c5e4bbd5de35d (patch)
treed5969b1fcc2657904c3126b4dc2d13238008361f
parent13c1304cec2b9a375c392cd0c54f4604a6cfd761 (diff)
downloadqpdf-release-qpdf-2.3.0.tar.zst
export new methodsrelease-qpdf-2.3.0
-rw-r--r--include/qpdf/QPDFWriter.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/qpdf/QPDFWriter.hh b/include/qpdf/QPDFWriter.hh
index a14ae514..a8a51791 100644
--- a/include/qpdf/QPDFWriter.hh
+++ b/include/qpdf/QPDFWriter.hh
@@ -61,17 +61,20 @@ class QPDFWriter
// useful for tracking down problems. If your application doesn't
// want the partially written file to be left behind, you should
// delete it the eventual call to write fails.
+ QPDF_DLL
void setOutputFilename(char const* filename);
// Indicate that QPDFWriter should create a memory buffer to
// contain the final PDF file. Obtain the memory by calling
// getBuffer().
+ QPDF_DLL
void setOutputMemory();
// Return the buffer object containing the PDF file. If
// setOutputMemory() has been called, this method may be called
// exactly one time after write() has returned. The caller is
// responsible for deleting the buffer when done.
+ QPDF_DLL
Buffer* getBuffer();
// Setting Parameters