Best way to print

J

Jerim79

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?)
 
P

Pete Verdon

Jerim79 said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,681
Members
48,796
Latest member
Greg L.

Latest Threads

Top