Tag Archives: DocDeletePages

DDE : DocDeletePages

The page specified with the PDF document is deleted. The demand of deleting all pages with the document is disregarded because there should be at least page 1 in the PDF document.It doesn’t operate in Acrobat Reader. Syntax [DocDeletePages(char* fullPath, long fromPage, long toPage)] Argument fullPath[char*] The full path of PDF document fromPage[long] The page number of the first page to be deleted.It begins from 0. toPage[long] The page number of the last page to be deleted.It begins from 0. Returns true The pages are deleted successfully. false Otherwise. Notes: The return value cannot be acquired with DDE of VBA of Excel. Sample: VBA of Excel The PDF document from … Continue reading DDE : DocDeletePages