Hi all,
I would like the option "Enable copying text or graphics from the document" in the preferences to be enabled by default after installation. How can I do that in my Config.vbs? I'm actually looking for the property name from the cdintfex object.
Thank you,
JL
How to enable copying text preference in Config.vbs
After testing the cdi.Permissions = -64 + 16 code, the "Enable copying text an graphics" option is on but I seem to have now lost the "Allow printing of document" that was set with cdi.Permissions = -60.
I realize now that I forgot to mention that I wanted both settings to be enabled in my first post...
What should the code look like in order to set these options now?
Thanks,
JL
I realize now that I forgot to mention that I wanted both settings to be enabled in my first post...
What should the code look like in order to set these options now?
Thanks,
JL
No, you shouldn't loose the permission of printing.
+4 is for printing, + 16 is for enabling copying text and graphics, these are not supposed to interfere with each others.
For more information please check page 132 of "Common Driver Interface 250.pdf".
If you are still having probems please send us an e-mail to support@amyuni.com and we will open a case and check this issue.
+4 is for printing, + 16 is for enabling copying text and graphics, these are not supposed to interfere with each others.
For more information please check page 132 of "Common Driver Interface 250.pdf".
If you are still having probems please send us an e-mail to support@amyuni.com and we will open a case and check this issue.