Hola a todos.
Tengo el siguiente problema y no se como resolverlo.
Los usuarios que no tienen derecho de administrador, no puden crear ficheros pdf con PDF CONVERTER.
AgradecerÃa mucho que alguien me dijera como solventar esta situación.
Tengo la versión 2.08 de Pdf Converter
Gracias por todo. Un saludo
Sergio
Usuarios sin derechos de administrador no pueden crear PDF's
Hola,
I am not very good in Spanish so I will reply in English.
There is two cases:
1 - If you are using PDFDriverInit in your code than it is normal that users with No Administrative rights will not be able to use the Pdf Printer.
Because PDFDriverInit installs a new printer on the system, and under operating systems like Windows 2000, NT and XP only administrators have the right to install a new printer on the system.
If this is the case than you need to install the printer using Install.exe while logging as Administrator and then replace PDFDriverInit by DriverInit in your code. DriverInit will not install a printer on the system, it will just use the existing PDF Printer.
2 - If you are not using PDFDriverInit than please download an update to version 2.09 from http://www.amyuni.com/en/support/updates.html
Hope this helps.
I am not very good in Spanish so I will reply in English.
There is two cases:
1 - If you are using PDFDriverInit in your code than it is normal that users with No Administrative rights will not be able to use the Pdf Printer.
Because PDFDriverInit installs a new printer on the system, and under operating systems like Windows 2000, NT and XP only administrators have the right to install a new printer on the system.
If this is the case than you need to install the printer using Install.exe while logging as Administrator and then replace PDFDriverInit by DriverInit in your code. DriverInit will not install a printer on the system, it will just use the existing PDF Printer.
2 - If you are not using PDFDriverInit than please download an update to version 2.09 from http://www.amyuni.com/en/support/updates.html
Hope this helps.