S
SUZYQ
I recently purchased CutePDF with programmatic access so that I can
create PDFs while bypassing the "save as" dialog box.
Does anyone have experience incorporating this into VBA? I have loaded
the software. I copied the api calls into a module and am trying to
use the example that they show on the CutePDF website that interacts
with Word.
When I try to compile the code, I get an error that a variable is not
defined (REG_OPTION_NON_VOLATILE), but according to the CutePDF people
this is a Windows sdk constant value.
Would love to hear from someone who has successfully done this.
create PDFs while bypassing the "save as" dialog box.
Does anyone have experience incorporating this into VBA? I have loaded
the software. I copied the api calls into a module and am trying to
use the example that they show on the CutePDF website that interacts
with Word.
When I try to compile the code, I get an error that a variable is not
defined (REG_OPTION_NON_VOLATILE), but according to the CutePDF people
this is a Windows sdk constant value.
Would love to hear from someone who has successfully done this.