Hi All,
I wrote a simple application in C# that copyes all the excel files of one folder in another one and then it open them with Excel, print to PDF end close Excel.
The output file must have the same name of the copyed xls file, and must be placed in the same folder. My code works properly on win 7 x64, but on Win Server 2008 it doesnt "really" enqueue all the prints. The PDFCreator UI shows no prints in queue and when my program check the number of ".cCountOfPrintjobs" it says 0. But if I close PDFCreator, I open Excel and try to print another file with PDFCreator a new istance comes out and it has all the prints added before in the queue. Obviously it ask for path and name where to save the file instead of print it automatically...
PdfCreator version 1.7.0, but also on 1.6.2 there is the same problem... My code is in C# on .NET 4.
Any suggestion? THANKS! :)