Hi,
We want to use embedded commands in pages and then print them to the Edoc printer.
We use the following commands;
%%EmailEnable: True%%
%%EmailUseEMAPI: True%%
%%EmailSendMethod: 1%
%%EmailUseOutlook: True%%
%%EmailFrom: test1@test.com%%
%%EmailTo: test2@test.com%%
%%EmailCC: test3@test.com%%
%%EmailSubject: Test eDoc PDF%%
%%Filepath: C:\TEST.pdf%%
%%DestEnablePostAction: False%%
%%DestRemoveFinalPDF: True%%
This is working fine, IF we set the settings in the Edoc printer preferences like below on the working station;
- Enable detecting embedded commands (Tab; Print preferences -> Links)
- Remove test line starting with tag (Tab; Print preferences -> Links)
- Delete pages containing commands only (Tab; Print preferences -> Links)
- Set mode; Save using the name autogenerated with default directory (Tab; Print preferences -> Destination)
Now, what I want to do is edit the edoc registry setting, so I don't have to configure the printer preferences on every userprofile. Just send a registry setting over the lan.
I cannot find anything in the developers docs from eDoc, and I'm really stuck!
Please help me out :(