Usuarios sin derechos de administrador no pueden crear PDF's

The Amyuni PDF Converter is our Printer Driver that enables you to convert any documents to PDF format. If you have any questions about installing and using the Amyuni PDF Converter please post them here.
Post Reply
Icunune
Posts: 24
Joined: Thu Sep 04 2003

Usuarios sin derechos de administrador no pueden crear PDF's

Post by Icunune »

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
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

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.
Icunune
Posts: 24
Joined: Thu Sep 04 2003

Post by Icunune »

Thaks for all Joan

Best regards
Post Reply