printing

Print a website without printing the link locations?

Hello, I'm invoking the navigator print function using a simple window.print(); call. It prints perfect (I want to print the same I see on the screen, so I don't really use a special CSS to print) but it showing the link locations next to the text link, something like: Homepage (http://localhost) To be clearer: I don't want to h...

How to print a document in blackberry mobile via Wi-Fi

Hi.. In my application there is a pdf file and i have to print it using print button in blackberry via Wi-Fi I need core programming coding support for printing it. Is there any sample application which have wifi printer enabled feature. Please tell me any sample application which help me to connect to wifi printer for print through...

Getting error when printing to Local Printer

My users want to be able to print a report I've designed in VS 2010, directly, rather than doing through the process of previewing the report. I've designed the report in VS 2010, using the report designer there, which has created a .rdlc file. I'm using the following MSDN walkthrough as an example, for my code: http://msdn.microsoft....

How to close stdout/stderr window in python?

Hello, in my python app, I print some stuff during a cycle. After the cycle, I want to close the stdout/stderr window that the prints produced using python code. How can I do that? Thanks in advance ...

Programmatically define layout for printing images in .NET

When you print images in Windows Photo Viewer, you can define various options: Number of copies of each picture Paper size (Letter, legal, tabloid...) Layout (full page photo, 5x6, 5x7, etc) Is it using WIA? If not, what technology should be used? Any code/ready component available to accomplish the task by accessing those printing p...

quick print in c#

how can I print quickly without show print dialog just click on button and print in default printer ? ...

PrintDocument_PrintPage & Graphics.DrawImage size in inches

I'm trying to print an image sized 2x2 inches. Created a conversion function (inches to pixels) based on the resolution. However, the result is far from 2x2 inch, printing produces image that barely fits the whole sheet! Am I'm doing something wrong? Private Sub PrintDocument1_PrintPage(ByVal sender As System.Object, ByVal e As System.D...

How do i print a image in images tiles in Cocoa printing

I had Carbon code which prints image as tiles in . But now for 64 bit i want to change that into carbon. I have a CGContext which i need to print and which holds the new tile every time. I cant find a suitable workflow. Any help would appreciated ...

Cutting paper ("feed and cut") with GDI?

Many printers have a "feed and cut" or "cut paper" command (I'm talking about POS - printers here). Since using POS.NET is not always possible (horrific driver incompatibilities) and GDI can do so much more, we would like to utilize the paper cutter also when printing using GDI. Is there a way to do so? Possibly when issuing EndDocumen...

Printing a webpage using PHP or jQuery

Hi, I have a webpage with header footer and all. when i print that page , i need to print with custom header and footer and specific page size also.. what all should i take into effect for this.. which one is better. by using php or using jquery plugins. i want more control on page layout ...

PHP Print puts spurious characters in web page at start of print ()

When I include some PHP in my page to populate a load of HTML everything is preceeded with the characters . It's probably something daft but it's driving me nuts. I'm a newcomer to PHP so kid gloves please. This is my include statement <?php $PSName="Solar Numbers"; $whereto="bot"; include("../php/menu.inc.php");?> and this is the...

control page setting while printing

Hi, I am trying to print a webpage . I used print.css separately. but the printed page gets things like date,page number and page being printed...how do remove these things... ...

Multipage image printing

Hi, I'm trying to force printing long images on several pages. What would be the best way to achieve this using HTML and / or CSS ? Thanks ...

What are the minimum margins most printers can handle?

Im creating pdfs server side with lots of graphics so maximizing real estate is a must but at the same time ensuring users printers can handle the tight margins is a must. Does anyone have an idea what safe values I can use for the margins when authoring the pdfs. In the past Ive used work and home printers with margins of about one cm...

Label Printer with Crystal Reports

I have an Epson TM-L60 Label printer and I'm trying to make it cut the paper after printing a report label made in Crystal Reports (from Visual Studio). I have to do it programatically because it's an old printer and driver settings do not allow me to set options like "single label cut". Is there perhaps a command I can use? But how do...

Sending byte array to printer directly

Hi, My service converts report into a byte array and passes to client(wpf app) using the following code: byte[] bytes = renderer.ServerReport.Render("PDF", deviceInfo, out mimeType, out encoding, out extension, out streamids, out warnings); where renderer is an instance of Microsoft.Reporting.Webforms.ReportViewer. There is a problem...

Printing ASPxTreeLists

I have an ASPxPageControl with tabs containing Usercontrols for some ASPxTreelists. My question is how do I print them exactly as they are keeping the Dev Express style and coloring. Thanks! ...

How to print a pcl file in c#?

I have a PCL file that I generated using "print to file". What's the best way to programmatically print this file in C#. (Given of course that the printer I am printing to supports PCL). I know that from prompt I can print by invoking: copy filename.pcl //location/printername So I would imagine that I could also do the same thing...

Print out Fonts from the Google Font API

I'm using the google font api, and now I'm trying to create a print.css file. I'm trying to get the fonts to print out but I'm not having any luck. Does anyone know of a way to have fonts from the google font api print out? thanks ...

Prevent Print Spooler from printing multiple copies

One of the requirements in my current project is to make sure that nobody prints multiple copies of the document once created. This is a intranet web-based application, using php-mysql and the clients would be in WinXP. Is there any way to prevent a printer from printing a multiple copies? Thanks! ...