Hi, I have a Windows 2000 server machine with the version 2.10d of PDF Converter. The problem im having is that the application that I run have to be scheduled to run as SYSTEM, but that account creates the printer and prints without any problem but it is incorrectly setting the margins.
My application uses the next settings to set the margins
pdfprinter.HorizontalMargin = 10
pdfprinter.SetDefaultConfig
Thanks!!!
SYSTEM account not setting the correct margins
Yes, i mean changing the values of the driver iteself.
You can do that at the same time you are installing the printer (i assume that you are installing the printer while logging as an Administrator).
You can also install the printer using Install.exe on the system and change its settings and in your application you will becalling DriverInit instead of PDFDriverInit.
This will work if you have version 2.10 or 2.50.
Hope this helps.
You can do that at the same time you are installing the printer (i assume that you are installing the printer while logging as an Administrator).
You can also install the printer using Install.exe on the system and change its settings and in your application you will becalling DriverInit instead of PDFDriverInit.
This will work if you have version 2.10 or 2.50.
Hope this helps.