Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Javascript > Best way to print

Reply
Thread Tools

Best way to print

 
 
Jerim79
Guest
Posts: n/a
 
      01-26-2007
We have a database with a javascript frontend. This front end allows us
to view and print records. We are looking for the "most efficient" way
to print. I know there is a print() function, but is there another way
to do it? There is no particular problem, we just want to make sure
that we are printing the most efficient way.

I know this falls outside this discussion group, but would anyone
suggest something outside of javascript? Is there a better
way/language? The way the system works, is it when it goes to print, it
saves the information to be printed to a file on the server, and then
prints that file. We could use almost any language to print that file
from there, if anyone knows of a better way. (I.E. Is there a print
funtion in another language that is faster?)

 
Reply With Quote
 
 
 
 
Pete Verdon
Guest
Posts: n/a
 
      01-26-2007
Jerim79 wrote:
> We have a database with a javascript frontend. This front end allows us
> to view and print records. We are looking for the "most efficient" way
> to print. I know there is a print() function, but is there another way
> to do it? There is no particular problem, we just want to make sure
> that we are printing the most efficient way.


Define efficient. What resource are you trying to save?

> I know this falls outside this discussion group, but would anyone
> suggest something outside of javascript? Is there a better
> way/language? The way the system works, is it when it goes to print, it
> saves the information to be printed to a file on the server, and then
> prints that file. We could use almost any language to print that file
> from there, if anyone knows of a better way. (I.E. Is there a print
> funtion in another language that is faster?)


They're all faster than the printer, so what does it matter?

Pete

 
Reply With Quote
 
 
 
Reply

Thread Tools

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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
print a vs print '%s' % a vs print '%f' a David Cournapeau Python 0 12-30-2008 03:19 AM
Problem - I want to print Current Output of Pdf file and should print once.I get print dialog box but it is not working keto Java 0 05-30-2007 11:27 AM
Whats the fastest and best way to send multiple print jobs to several laser printers on a network JOni Computer Support 4 05-19-2005 03:27 PM
Unlarging the print to print using PDF file to print Bun Mui Computer Support 3 09-13-2004 03:15 AM
Best Way to Print Nature of Signal Martin McCormick C Programming 3 10-23-2003 10:39 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57