First of all thanks for this great piece of sotware

Now to the question. I am using the function in cdintf.dll
Code: Select all
function InstallDriver(pDriverName: pchar): integer; stdcall;
external 'cdintf.dll' name 'PDFDriverInit';
Does this mean that the driver will only load if you have administrator rights? If so, is there a way to enable 'normal users' to print to pdf from my application?
Thanks in advance,
Rob