Search found 5 matches

by WWalden
Thu Dec 11 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Print Spooler crashes after installing on Win2000
Replies: 2
Views: 4830

Actually, It turns out the server had a different version of Office installed on it. It was working up to the PrintOut function, then crashing. We installed Office XP (which is what the other servers had) and it started working. I apologize for the false report.
by WWalden
Mon Dec 08 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Print Spooler crashes after installing on Win2000
Replies: 2
Views: 4830

Print Spooler crashes after installing on Win2000

I just installed Converter 2.1 (Developer Edition) on a Windows 2000 Server. It installs fine, but my application fails attempting to print through the virtual printer (and the Spooler service shuts down). This also happens if I try to give a share name to the virtual printer through the printer pro...
by WWalden
Sat Nov 15 2003
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Failure on Save
Replies: 4
Views: 8924

I downloaded the new version, and changed my code to use the Common Driver Interface, but it still fails on calling 'Save'. Here is the new code: CDIntfEx.Document pdfGen = new CDIntfEx.DocumentClass(); // Open the first document pdfGen.Open(pathList[0]); // Now append the rest for(int pathIndex = 0...
by WWalden
Sat Nov 15 2003
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Failure on Save
Replies: 4
Views: 8924

I will try out your suggestions and let you know how it works out. Thanks!
by WWalden
Thu Nov 13 2003
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Failure on Save
Replies: 4
Views: 8924

Failure on Save

I am evaluating the demo version of the Creator / Converter. I have a need to create 4 PDF files from different MS Office documents, and append them together into one final document. All of this is happening server side using a .NET Web Service (in C#). I am able to create my 4 PDF files, and the co...