Search found 4 matches

by dvreeland
Wed Dec 08 2004
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Server.CreateObject Access Error
Replies: 1
Views: 4633

Server.CreateObject Access Error

I have an asp application running fine on one machine (windows 2003 server, MS Office, Amyuni PDF Converter) and when I move it to another machine (windows 2003 server, MS Office, Amyuni PDF Converter) I get the following error. ------------------ Server object error 'ASP 0178 : 80070005' Server.Cre...
by dvreeland
Wed Dec 08 2004
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: PDF File has zero (0) bytes
Replies: 3
Views: 6719

Sample of my ASP VBScript code

This is the code that is working for me. Hope it helps some of your users of your PDF Converter. ----------------------------------------------------------------- [size=9] <html> <head> <title>page 1</title> </head> <% '------------------------------------------------------------------ ' This is an ...
by dvreeland
Wed Dec 08 2004
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: PDF File has zero (0) bytes
Replies: 3
Views: 6719

I found the problem. the WordApplication.PrintOut function was printing in background mode and I closed the application with WordApplication.Quit(noSaveOption). Apparently the application was quitting before the Print was Queuing or something. Anyway, when I change the PrintOut function to not print...
by dvreeland
Tue Dec 07 2004
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: PDF File has zero (0) bytes
Replies: 3
Views: 6719

PDF File has zero (0) bytes

I have an ASP web page printing a word document using the PDF Converter. It was working fine for awhile, but now I get a zero-byte PDF file.

Any possible explanations?

----------------------