S
scw-tzg
In the course of automated Mail merge from Word 2003 (using C++), I would
like to save generated doc as pdf. After reviewing my voluminous options,
I'd prefer to install some low-cost PDF print driver and direct Word to print
to this. Is there some way to prevent the print driver's Save As dialog from
displaying when I call Word DOM PrintOut or WordBasic FilePrint? (I don't
need the user to specify a pdf file name; I will provide a unique one via
code.) It seems like for some such PDF print drivers, they allow for some
type of programmatic overrides, such as setting a value in the registry to
name the resulting pdf file. Optimally, I would like to tell my users to
select *any* PDF print driver. Is there a some generic Windows way to force
an output pdf file name and prevent the save as dialog?
Thanks for any ideas.
like to save generated doc as pdf. After reviewing my voluminous options,
I'd prefer to install some low-cost PDF print driver and direct Word to print
to this. Is there some way to prevent the print driver's Save As dialog from
displaying when I call Word DOM PrintOut or WordBasic FilePrint? (I don't
need the user to specify a pdf file name; I will provide a unique one via
code.) It seems like for some such PDF print drivers, they allow for some
type of programmatic overrides, such as setting a value in the registry to
name the resulting pdf file. Optimally, I would like to tell my users to
select *any* PDF print driver. Is there a some generic Windows way to force
an output pdf file name and prevent the save as dialog?
Thanks for any ideas.