Tag Archives: DocReplacePages

DDE : DocReplacePages

The page is replaced by using the page for which it is specified from source PDF document with specification PDF document.It doesn’t operate in Acrobat Reader. Syntax [DocReplacePages(char* fullPath,        long startDestPage,        char* sourcePath,        long startSourcePage,        long endSourcePage)] Argument fullPath[char*] Full path in updated PDF file. It is necessary already to be opened by the Acrobat application. startDestPage[long] Beginning page of replacement of PDF file specified by the first argument. sourcePath[char*] Full path file name of source PDF file. This file doesn’t have the necessity that has been opened. startSourcePage[long] Replacement beginning page number of source PDF file origin. endSourcePage[long] Replacement end page number of source PDF file origin. Returns true … Continue reading DDE : DocReplacePages