Output Printer

i m giving link print this article to my users to print the page.

Code:

<A HREF="javascript:window.print()">Print this article</A>

but it is printing whole window but i want to print only news part. i want to make the printed output "printer friendly". means stripped off the left and right side crap. And the banner ad at the top.

View Replies


ADVERTISEMENT

Output From Web To Label Printer

I need to take text from a database, turn it into a barcode from the Web and print to a Zebra Z4M barcode printer. I am stuck at two separate approaches. 1. Use ZPL II (Zebra's proprietary language to command the printer) which is executed at a DOS Prompt with "COPY BarCode.txt LPT1" Is there any way to run that from the web. Also, is there any other method of sending the information in the text file to the printer?

Use some sort of ActiveX object to compile a barcode label image, then use another ActiveX object to remove the Header/Footer and Margins from the IE printout. I have found ActiveX objects that can compile the image, but have not found anything to block out the Header/Footer and Margins.

View Replies View Related

IE Printer

In my WEB application (developped in ASP), i would like to be able to print
a report with data extracted from DB.

I would like to have a button that when i click on it, i launch action like
IE - > FILE -> print.

how can i do this ?
I think that one way is to use activex but i would like to be able to not
use activex too.

View Replies View Related

Printer Friendly

Just looking for an affective and easy to use free 'Printer Friendly' script for an Intranet.

View Replies View Related

Printer Setup

Is there code that I can write that will change the user's printer setup so that my web page will always print out on one page. I would like the output of the page to look the same no matter who is printing the page. How do I do this?

View Replies View Related

Printer Orientation

I wanted to set one of printer friendly pages to landscape, where the user do not need to set it manually.... I tried adding this code to my page, but it doesn't seem to work:

<style type="text/css">
@page { size:landscape; }

</style>

View Replies View Related

Printer Friendly

I have an asp application that generate reports. The reports are a list of tables that contain information about users. each user has his own table. how do I get the tables to be printer friendly using either css or a script.And how do I page break the tables.

View Replies View Related

Printer Command

In Vb6 i use Printer.print command with coordinated printing... Is there any
way to use it also in ASP or how.

if creating server.createobject("param") what will be the param.

View Replies View Related

Buffer To Printer

Set objFSO = Server.CreateObject("Scripting.FileSystemObject")
Set objTemplateFile = objFSO.OpenTextFile(Server.MapPath("template.txt"))

strTemplateText = objTemplateFile.ReadAll
objTemplateFile.Close
Set objTemplateFile = Nothing

strTextToPrint = strTemplateText
strTextToPrint = Replace(strTextToPrint, "{date}", Date())
strTextToPrint = Replace(strTextToPrint, "{time}", Time())
strTextToPrint = Replace(strTextToPrint, "{message}", strMessage)
Response.Write strtexttoprint

How do I send strTextToPrint to my default printer?

View Replies View Related

Communication With The Printer

i need a asp coding to communicate with the printer.here i need to get printouts of the selected data from the system .inside my interface i give the printer port in the network,printer path and the username password,after checking these things it specify the print job .

View Replies View Related

Pause Printer

I am printing a payslip contains nearly 22 lines. Each time i am generating one employee payslip. If i print using window.print() prints the payslip and aligns to next page. I want to stop the printer and go back and generate next emp payslip. so that i can save paper.

How can i do this. I can generate 3 payslips but there are many calculations for each emp. so i want to generate one by one.

View Replies View Related

Printer Dialogue Box

I have print icon on a page and when clicked it goes to a page which is the same but without any buttons etc that do not need to be printed.

The client now wants that instead of clicking file print etc that the printer dialogue box pops up automatically.

View Replies View Related

Duplex Printer

Anyone had any fun with setting page breaks with a duplex printer? Example, you have one document with several sections each with a different number of pages.

But you always want each section to start on the front side of the paper not on the back of the last page of the previous section. I have seen information on setting left/right but I have not been able to get it to work.

View Replies View Related

Printing To The Host Printer ??

I am writing a website in asp for a take out restaurant. Customers can place order from their website. What I want to do is, print out the order form from the restaurant's printer when an order is placed, so none is required to manually print out the order list. Is it possible and how??

View Replies View Related

Printer Friendly Form

I have developed a client based form using vbscript for a web page to run on IE and would like to make this form printer friendly. Anyone have some ideas?

View Replies View Related

Printing From ASP To Network Printer

I have 2 questions :

1. - I want to print from my ASP page directly to my network printer. For this i use the following code, but everytime, my document to print is sent to local and physical port LPT1 not to network printer : Code:

View Replies View Related

Page Breaks To Printer

I am creating some reports with ASP and have come to a bit of a problem. Does anyone know how can I send a page break to the printer? I need to be able to start different items fresh on a new page and I really have no idea how to do it.

View Replies View Related

Printer Friendly Page

Just want to ask if anyone here has experience with doing printer friendly page. I have done a printer friendly page but the problem is if the line overflow, the printer friendly page will 'run' because my code count line by line, but by charactar or pixel.

View Replies View Related

Printer Friendly Pages

my data all can display.but when link it 2 printer friendly pages no data display

View Replies View Related

Printer Friendly Code

Is there a way to get a printer friendly page using ASP. And when I say this I do not mean removing banner, picture etc and print the page.

The problem I face is, an ASP output is a big table with say 10-15 columns and it would not print even in landscape mode. So if I print the output from the IE browser the right side of the table gets cut. I want to know if there is an ASP code to over come this problem.

View Replies View Related

To Send The Resultset To Printer

I want to send the whole resultset i retrieved. now i am retrieving the resultset and able to print 15 records in one frame. if i want to print whole the dump records what i have to do.?

View Replies View Related

Printer Connection From ASP Page

I'm using an ASP page to display all our office printers, I want the users to have to possibility to install the network printer with just one click on the page. Is this possible. ?? PS all information is retrieved from SQLServer.

View Replies View Related

Printing To A Network Printer

I have a string of text that needs to be sent verbatim to a printer. The text string is generated via ASP. I can't simply print from a client mahcine on our intranet through internet explorer to the printer as the IE headers and other formatting gunk cause problems. I want to set it up to print the data server-side to the printer.

That avoids people trying to send the data to the wrong printer, etc. Of course, the printer in question is a shared printer connected to a machine in a different office (It's a tag printer, is very loud, and is essentially being put somewhere where we won't have to listen to it).

I can't find a way to get this setup to work. Does anyone have any ideas?

View Replies View Related

Locate Printer In Server

I try to use ASP call to call a batch file and print report to the server's printer. But error message displayed to point out that ASP cannot locate printer in Server.How to do?

View Replies View Related

Controlling Printer Setup

I have an ASP page where I need to give users a button to print the screen in ladscape. How do i do it in vbscript or in javascript. Can't convert the data to pdf and send it to them.If i have to use printer object can someone show me how to create/instantiate a printer object before i can print it.

View Replies View Related

Printer Friendly Pages

What are the best approaches to create printer friendly pages in ASP web sites.? provide us help or links to useful artciles on this topic. Also can we avoid creating separate printer friendly pages and send the current page output to printer as the PRINT
button is clicked?

I have seen this functionality when we print our MCP transcript in MS certificastion site?

View Replies View Related

Send Documents To Printer

I have a series of hyperlinks on my page which open up documents. Mainly pdfs. Can anyone tell me if it is possible to send these straight to the users printer or is this just asking too much ?

View Replies View Related

Network Printer Installs

Is there a way to accomplish installing network printers on a client machine from an asp document without client side scripting? I'm developing an app that splits out printer options based on subnet. Ideally the user should be able to click a link in their browser and the printer installs.

Currently I'm passing which printer they need through the querystring, and then emailing the user the UNC to the printer they requested. Outlook does the rest from there by mapping the printer once the user clicks the UNC. This solution works, but I've been told that it requires too much user interaction.

View Replies View Related

Auto Spool To Printer

Is there a way to spool jobs to a printer via ASP without user intervention? I've seen the scripts that will bring up the printer dialog box, but that isn't going to help me out much unless I can automate clicking ok.

The situation is, I'm writing an application that's going to spool out hundreds of Excel documents as a form letter.

So far, I haven't been able to figure out how to get them to spool into one Excel document, so I figured I could write a script that would query the database, and then send it to the printer without user intervention.

View Replies View Related

Printer Friendly Pages

i am developing a website and in it, i would like to allow them to print the webpage but without the header, footer, as well as to set the default printing layout to be landscape and not protrait. Does anyone know how i may go about doing it?

View Replies View Related

Setting Printer Option From ASP Page

I have several asp pages which contains maps and I would like to provide an
easy way for users to print this maps and they do not have to go through
printer setup before they hit print on browser. I need to pre set the printer
to landscape and 11x17 from my asp page. Is it possible? How can I do this?

View Replies View Related

Allowing Access To A Printer Over The Internet

I want my clients to be able to print straight to some of our printers over
the internet. The reason: 1) So I don't have to purchase all the
applications they have, simply to print their data. & 2) So they can have
access the printer drivers options.

Sharing a printer on the internet isn't wise, which is why I thought of
doing it via a website. And a few factors came into mind:

1) will the data be secure? maybe encrypted even?
2) who will be able to print to it?
3) can a client only print, once his deposit payment has gone through the
payment system?

Has anyone been able to make such a project work? I tried Google, and most
of the stuff refers to the HP internet-print print server, which won't work
in our scenario, since we have printers that work on LPR, their controllers
are OS/2, and the supplier won't change it just for one company.

View Replies View Related

Printing To Server Side Printer

how come when i print programicly my printer says "data received" and it won't print until i press the GO button on the printer? my printer is a HP laser jet 5

Set objFS = server.CreateObject("Scripting.FileSystemObject")
Set objPrinter = objFS.CreateTextFile("printserverprintername", True)
objPrinter.Write("testing printing")

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved