From fdc00a7042d912aafaabddae4d9c84199921ef23 Mon Sep 17 00:00:00 2001 From: Bo Xu Date: Tue, 28 Oct 2014 23:03:33 -0700 Subject: Merge XFA to PDFium master at 4dc95e7 on 10/28/2014 --- fpdfsdk/include/fpdfppo.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'fpdfsdk/include/fpdfppo.h') 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); -- cgit v1.2.3