Ahh, i now understand your point - you need to look at it a bit more abstract.

dont see 1 pdf as 1 print job - see X (real/ needed) documents as y (x>=y) PDF documents resulting in k (k>=y) print job(s)!

for example: worker is doing invoices, 15 pieces. He only prints out 1 pdf containing these 15's. PDFs can be easily put together to bigger documents - and this can be managed by your webapplication, so the user only gets 1 (or more depending one the needs) PDF(s) containing the requested document(s).

Regards Korbinian



Eko S.W. schrieb:
hm... you give me some light.
Thank you very much.

Regarding using Java Script to initiate the print, I think that the print
dialog box will still always showed up.
CMIIW
Is there any way to turn off this behaviour, and let it just print, without
ever go to print dialog box?
Imagine being printing 10 consecutive forms and always go through the print
dialog box...

Thanks in advance


2007/8/19, Korbinian Bachl <[EMAIL PROTECTED]>:
I had this sort of poblem some time ago. In the end the PDF solution was
the best because of

- same look on all printers / no problems with printer-types (borders/
special chars/ drivers etc.)
- all platformas availabe
- can scale from 1 to thousands of users without any change (beside the
server power)
- usable for all workers independent of place of work (teleworker can
print at home, office ones in the office - at their nearest printer)

if its bothering you that the user has to initiate the print, you can
save this by calling a print-javascript by a click on a link or a timed/
automated event - this way it looks quite integrated (but you may have
to make sure the browsers security settings allow this for you page then)

Best Regards,

Korbinian


Eko S.W. schrieb:
sorry, send button accidentally clicked :)

3. When printing instruction occur, printer server will do the printing
job
Is it applicable?
Is there anybody who have the same problem?

I found one link here :
http://discuss.joelonsoftware.com/default.asp?joel.3.227710.4

I hope I have explained it well

Thanks in advance

Eko SW

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
____________________________________
  whiskyworld e.K.
  http://www.whiskyworld.de
  Ziegelfeld 6
  94481 Grafenau/ Haus im Wald
  Tel. 08555/ 406 320
  Fax. 08555/ 406 319

  Amtsgericht Passau: HRA 11760
  Geschäftsführer: Franz Bachl
  UstID: DE193152422
  ________________________________

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to