link to Print in a webpage
Hi, Can I put a link on my webpage to the Printer ? To go to the same page like Ctrl-P goes in Firefox, IE. Thank you. ...
Hi, Can I put a link on my webpage to the Printer ? To go to the same page like Ctrl-P goes in Firefox, IE. Thank you. ...
Hi all. I am trying to reverse the output being sent to a label printer to match the preprinted paper that it is preloaded with. Some of the printing is done by sending rich text to a Graphics.GetHdc(), the rest is via use of Graphics.DrawXYZ() methods. Because the Matrix class ignores anything sent directly to a device context, I hav...
I would like to print multiple pdfs from java (using the java print service) in a single print job. I would like to send multiple pdfs as a single job to the printer. This is so that all the documents in my 'batch' print together and are not interleaved with someone else's print jobs when I go pick them up from the printer. A batch po...
I need to add a print button to my page that should print a certain page the best way should be that i add an html and that it would print from out flash or is it possible to open a html page and automatically open the print dialog box? it's in AS3 ...
I'm debugging some code that writes directly to a COM port in order to print receipts on a receipt printer. The printer model is something like an Epsom TM-88. Instead of printing reams of thermal paper while debugging this code, it would be nice if I could use some kind of virtual printer. Like PDFCreator or FinePrint, but with a vir...
I am using PersonaC30 card printer to print my Jpanel data on card. My print method is working fine with paper printer but when i print with card printer its not printing my data. Although its printing well externally but its not working with my application please someone help me out if any of you have work with card printing i am trying...
I need to take a spool file from an iSeries printer and send it to a Windows networked fax driver. The fax is setup as a shared printer, and I have no problems getting the spool file and the destination fax number from the i5 to Windows. The question is how can I pragmatically interface with the fax driver to provide the information (fax...
I've got an Excel 2007 Spreadsheet and I'd like to write a VBA procedure to print particular worksheets by name. How do I do this? For example, I'd like to print "FirstSheet","ThirdSheet", and "FourthSheet" but not "SecondSheet". ...
Hi, This is the situation I am facing. I have developed a web application that allows users to select existing PDF files to be batch printed on selected printers. However, in the UAT environment, we are not able to attach printers due to the risk to network security. I can arrange to install third-party software, but because of the...
I'm having some trouble with printing a page from our website. We have a specific page for printing some details which includes images. On this print-specific page, we strip out navigation, branding, etc, leaving only the users' data so they can get a clean print. Much of that data takes the form of images, which may or may not have a...
This question is along the same lines as Retrieving Device Context from .NET print API... I have a Datacard 295 embosser / mag stripe encoder. In order to write to the Mag Stripe or Embosser wheel, you must write your text in a special "pseudo-font", which the printer driver will recognize and handle appropriately. There are multiple ...
Hello, I am trying to print a report that contains a bar graph using the report viewer, but running into an error. My reporting server is running SQL Server 2005 Reporting Services SP3 on Windows Server 2003 SP2. Here are some steps that will reproduce the problem (at least for me)... On a clean machine, I open up the report, and it ...
Well my situation is like this: I am generating a report as a text file at the server which needs to be printed using DOS mode on a dot matrix printer. I want to avoid Windows printing because it would be too slow. Is there a way in ASP.NET through which I can carry out DOS based printing as it is best suited for Dot matrix printers. I...
Hi, I'm trying to use the PageFormat information to modify my javax.swing based printout prior to printing it. I am stumped as to how I can get the PageFormat from the PrintJob (which is obtained using getPrinterJob() and printDialog()). I know there is the getPageFormat method, but I can't figure out how to get the PrintRequestAttribu...
As part of a print procedure of my application I'm trying to print a list of images scaled down to a specified width and placed one below the other. The problem is I can not figure out how to transform the height in pixels of the images to the height in the units used by the graphics object during printing. How do I calculate the imageHe...
Hello; How can I code a CSS style to force specific page margins for a web page when printing, and be valid for IE and Firefox ? ...
Hi, we are currently using a winforms WebBrowser control in our app in a WindowsFormsHost and printing by calling 'WebBrowser.ShowPrintDialog()' We have an issue with this in that the dialog does not appear to be modal and the parent window can be dismissed causing issues if a print is later attempted. I was looking at the new wpf webb...
We have an application in classic ASP that allows user to 'attach' files to information. These can be PDFs, spreadsheets, Word documents, etc. In the new ASP.NET version, one requested option was for a "Print All" (one user has a situation where there are 34 attached files and, in the current system, she has to open and print each one ...
Hi, I am printing a Jpanel and its working fine, but now I need the print dialog box, which always appear when the print button is clicked. It suppose to go like, when user press print button the default printer should start printing the job with out coming up with a print dialog box. Here is the code, I am using, Paper paper = new Pape...
In my site i m fetching my mysql data by using PHP. I want open that data in pdf file when i click pdf print button is it possible? ...