Tag Archives: DocSave

DDE : DocSave

Specified PDF file is preserved. If PDF file has been changed, it is preserved in the state.It doesn’t operate in Acrobat Reader. Syntax [DocSave(char* fullPath)] Argument fullPath[char*] Full path in updated PDF file. It is necessary already to be opened by the Acrobat application. Returns true The pages are saved successfully. false Otherwise. Notes: The return value cannot be acquired with DDE of VBA of Excel. Sample: VBA of Excel   Specified PDF file is saved. Please confirm the test by the step execution with F8 key. Sub DDE_DocSave()    Dim lChanNo As Long     ‘DDE channel number    ‘A double quotation mark is added for blank starting full path.    Const CON_PDF_PATH = “””E:\Test01.pdf”””     … Continue reading DDE : DocSave