Search found 2 matches
- Mon Nov 22, 2010 4:44 pm
- Forum: Installation
- Topic: Terminal Server, Slow at printing
- Replies: 4
- Views: 24954
Re: Terminal Server, Slow at printing
I have upgraded to the latest release which fixed the options box, this was very slow until the latest release. I found that I had to use the SetPrinterName before I LoadSettings in the code that sets the options on the printers. BullZipPDF.Init; BullZipPDF.SetPrinterName('Bullzip PDF Printer'); Bul...
- Mon Nov 15, 2010 6:38 pm
- Forum: Installation
- Topic: Terminal Server, Slow at printing
- Replies: 4
- Views: 24954
Terminal Server, Slow at printing
I'm trying to automate the creations of an invoice as a PDF from our ERP system by using BullZip PDF. I have this working fine on my local computer but when I try it on our Terminal Server it is very slow at printing and causes a time out on our ERP system. I have tried to send test pages to the pri...