If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Printing several files via ActiveX control

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-06-02, 14:21
Joe Elliott Joe Elliott is offline
Registered User
 
Join Date: Nov 2002
Posts: 1
Printing several files via ActiveX control

We have developed an intranet site that allows authorized users to view and print pdf files. In order to allow the user to select and print several files without opening each to view on the screen, we wrote an ActiveX control that has the Pdf control in it. The user clicks boxes to check the files to be printed and then the 'Print' button passes control to a page that downloads and executes the ActiveX control.

After the user selects the printer to use, the pdf files are each loaded using Pdf.LoadFile(filename) then printed using Pdf.PrintAll. The problem is that when there are more than one file to print, only the last one is printed, the first few are not.

It appears that the printer and spooling services are not 'awake' when the first files are sent to the printer and thus they are ignored or end up in the 'bit bucket'. Only the last one survives in the queue. How can we guarantee that all files sent to the printer in this manner are queued properly?
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On