Tag Archives: DocPrint

DDE : DocPrint

It prints without doing the print range page in PDF file, presenting, and displaying the print dialog box. When printing, the size is changed to install on the printing area and it is printed.It doesn’t operate in Acrobat Reader. Syntax [DocPrint(char* fullPath, long startPage, long endPage)] Argument fullPath[char*] The full path of PDF file startPage[long] Print beginning page number.The beginning page : from 0. endPage[long] Print end page number.The end page : from 0. Returns true The print succeeded. false The document specified by fullPath is not opened.The print failed. Notes: The return value cannot be acquired with DDE of VBA of Excel. Sample: VBA of Excel The PDF document … Continue reading DDE : DocPrint