Search found 5 matches
- Thu Dec 11 2003
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: Print Spooler crashes after installing on Win2000
- Replies: 2
- Views: 4830
- 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...
- 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...
- Sat Nov 15 2003
- Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
- Topic: Failure on Save
- Replies: 4
- Views: 8924
- 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...