Previous | Next | (P-PDF) Acrobat 6.0
Topic: VBA macro syntax question
Conf: (P-PDF) Acrobat 6.0, Msg: 139392
From: trekr2
Date: 9/14/2005 12:59 PM
basedoc.Save PDSaveFull, DestinationFolder & Cells(r, 8).Value & "-" & Cells(r, 9).Value & ".pdf"
I have the above line in a VBA macro and it creates and saves files fine. However the files created are large, and I have to run a seperate reducing/compressing rountine under Batch Processing in 6.0 Pro. I'm sure there is a way to include settings for compression within the above line of instructions, but I can't get anything to work. Any help would be greatly appreciated. Thanks in advance.