Tag Archives: DocInsertPages

DDE : DocInsertPages

Another PDF document is inserted after the page for which the PDF document is specified. It doesn’t operate in Acrobat Reader. Syntax [DocInsertPages(char* fullPath, long insertAfterPage, char* sourcePath)] Argument   fullPath [char*] The full path of updated PDF document. insertAfterPage [long] It is page number of insertion (insertion) beginning PDF file specified by the first argument. Page 1 is assumed to be 0. It begins from 0. sourcePath [char*] It is a full path name of the insertion origin. This PDF file need not been opened. Returns true The pages are inserted successfully. false Otherwise. Notes: The return value cannot be acquired with DDE of VBA of Excel.   Sample: … Continue reading DDE : DocInsertPages