diff options
Diffstat (limited to 'fpdfsdk/include/fpdfppo.h')
-rw-r--r-- | fpdfsdk/include/fpdfppo.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fpdfsdk/include/fpdfppo.h b/fpdfsdk/include/fpdfppo.h index 3e7e5c9a5e..db78a1942d 100644 --- a/fpdfsdk/include/fpdfppo.h +++ b/fpdfsdk/include/fpdfppo.h @@ -23,6 +23,9 @@ extern "C" { // index - The page index wanted to insert from. // Return value: // TRUE for succeed, FALSE for Failed. +// Notes: +// The method not support this feature for the document consists of dynamic XFA fields. +// DLLEXPORT FPDF_BOOL STDCALL FPDF_ImportPages(FPDF_DOCUMENT dest_doc,FPDF_DOCUMENT src_doc, FPDF_BYTESTRING pagerange, int index); |