0
votes
0answers
19 views

Printing black and white images in HTML

I have a script which is generating a HTML page that I need to print. On top of the page is the logo of the company. It is a .bmp image saved as a monochrome .bmp. There is no color in it and the ...
0
votes
0answers
44 views

Java - set DPI to print image

I have a bunch of .jpg images and I want to print them (on paper with ink), at a fixed size (in cm). Let's say image1.png is 400x600 pixels and I want to print it at 300 dpi. I've tried using ...
0
votes
1answer
79 views

Get image source from html dom element

I am querying image using getElementsByTagName("img") and printing it using image->src , it does not work. I also tried to use image->nodeValue this to does not work. ...
0
votes
0answers
75 views

WPF Print text and images in one document

I want to print a document that has text and images in it. I'm using a FlowDocument with tables and BlockUIContainers. In visual studio the image shows up but when I want to print the image section at ...
0
votes
0answers
19 views

How to inject an image in every printed document sent to a printer

Firstly I am aware of PrintProcessors. I even made one and worked. I made what I needed but the problem is that this solution does not work for every possible printer. In my case I need to append an ...
1
vote
0answers
172 views

winrt printing using printdocument doesn't work with large images

I'm trying to use the PrintDocument in windows 8 for printing. However, when large images are present in the StackPanel I get all sorts of problems. Sometimes I get empty pages, in other cases the ...
0
votes
1answer
175 views

how to print a pdf file in php or javascript?

I want to print a pdf file automatically when I click print button using php or javascript. Thanks
0
votes
1answer
348 views

Saving RichTextBox FlowDocument to image

i'am making a programm where i want my RichTextBox content (text+images) to be saved as an image (jpg/png). I tried to use this solution but i get only black filled image from ...
2
votes
1answer
173 views

WPF Print RichTextBox as Image

I'm making an application in which I need to print a content of the wpf richtextbox to an image, my application requires extremly fast perfomance, so the solution which uses WinForms ...
0
votes
1answer
50 views

Convert Html to a Printable Image

I am working on a project which runs on .NET 2.0. My task is to recreate the data displayed in HTML as a prinatable image (with the resolution of at least 150dpi). I looked into several options, to no ...
0
votes
0answers
75 views

How to get twicimage so it will print?

Using DelphiXE2 and Win7 64 bit. I print an image to paper using some rudimentary calls, Printer.BeginDoc, Printer.Canvas.StretchDraw, Printer.EndDoc. In Delphi XE2 if I load the image to be printed ...
0
votes
1answer
123 views

Access Violation Exception was unhandled

I am trying to print an image by OnPrintPage event as follows. protected virtual void OnPrintPage(object sender, PrintPageEventArgs e) { Image img = ExportAsMetafile(0); CultureInfo current = ...
1
vote
2answers
1k views

How to generate a dynamic GRF image to ZPL ZEBRA print

I have a problem. I´m generating a dynamic BMP image and trying to send this to a ZEBRA printer by ZPL commands. I need to convert my BMP to a GRF image. I think that my Hexadecimal extracted by the ...
0
votes
1answer
91 views

Primefaces Print Dynamic Images

I tried to load an image dynamically, and everything works. The image I is loaded and displayed correctly in a dynamic, I added the tag for printing. Now if I ask to print the image created ...
0
votes
0answers
218 views

How to print the exact tiff image as it is with the JAI?

import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.geom.AffineTransform; import java.awt.image.BufferedImage; import java.awt.image.RenderedImage; import java.awt.print.PageFormat; ...
0
votes
1answer
76 views

Print an image in Matlab GUI

How do you print an image from a printer in Matlab GUI? I get an error using the code below. Please help me. smapleimage = imread('image.png'); printdlg(handles.smapleimage) ... Undefined ...
0
votes
0answers
136 views

Printing Images C# Overlapping Wrong

I have created a program much like Photoshop in the sense that you can place images (picture box) on a control, move them around, delete them, and so on... I have also managed to put together a method ...
0
votes
2answers
33 views

How do i print a very large image, or at least save a very large image in a reasonable way?

I'm not really sure how to tag this question so i guess add tags if you think they're applicable. I have a fairly large matrix that I've been asked to plot and perhaps get printed out for a poster. ...
1
vote
0answers
44 views

How to most efficiently fill a printed page with 1 main image and scaled padding images?

I am printing panoramas with aspect ratios between 1.7:1 and 8:1. A common case is an image which scales to 18" x 8" leaving 4 inches on a standard 12x18 inch page. Paper only comes in so many sizes, ...
0
votes
1answer
304 views

Printing an image with some text in java

I need to print on a printer an image and some data, in java (Swing) but all in vain. I am just able to do up with the data but not with the image. I have a abc.png file and 6 jTextBoxes, from which ...
0
votes
1answer
125 views

How can I create image tags?

I have the following function that allows me to iterate through each page in a multi-page single tiff file. // This function will iterate all pages, one at a time. // protected void ...
2
votes
1answer
1k views

Printing only the Image, embedded into an ASP.NET page

I am looking to print using C#, Microsoft Visual Studio, asp.net. The goal: I am trying to print all pages in a fax document. Format: The fax document is received as a single .tiff file with ...
0
votes
1answer
67 views

How to estimate size of an image in printer

Iam at my wits end trying to solve this question. I have an image of size of 802 x 76 pixels and found out from code that the printer uses a horizontal resolution of 600 and a vertical resolution of ...
0
votes
1answer
190 views

.NET C# Image Printing (Keep the quality)

I have some problem on C# Image Printing. My requirement was: Resize the image and print it out - (refer to attachment's image size) But the quality shall not be drop - (refer to attachment's Img1, ...
2
votes
1answer
369 views

Java. Printing high-resolution image without scaling

I have a List of java.awt.Image and each of them have resolution 300 DPI . I want to print them and when I start to print this images (using javax.PrintService API), printed only piece of some piece ...
1
vote
0answers
193 views

Removing borders when printing an image [closed]

CLOSED: work around found. This code works fine, but it did not for my purpose. Because of overruling windows drivers this image is rescaled. This caused my problem, I used a different instruction ...
1
vote
0answers
339 views

Printing and scaling images in WPF

I am trying to print an image with a title using WPF. In the raw form (I am taking the image from an on-screen control which in turn fetches it from a database), the image is larger than the page so ...
0
votes
0answers
205 views

background url images not displaying in print preview even FF and IE - print background images and colors checkbox is enabled

I have html page that contins div with following css applied to it display background image background: url("images/boxes/boxBg.png") repeat-x scroll 0 0 transparent; overflow: hidden; ...
0
votes
0answers
149 views

Draw image on chart which also gets printet with c# and MSChart

I'm drawing an image onto a chart in the chart1_PostPaint(object sender, ChartPaintEventArgs e) method: e.ChartGraphics.Graphics.DrawImage(png, Rectangle.Round(imagePosition), 0, 0, png.Width, ...
1
vote
1answer
267 views

Print multiple selected images in webpage

My problem is I'm designing a site for a friend. What I have done is set a list of thumbnails with a button under each one that open the respective image in a new window, prints it, and closed the ...
1
vote
1answer
213 views

Send an image to be printed to default printer…python

So, currently I am creating an application that when you press a button on the GUI it needs to send the current image to the printer. It is running on windows. I have looking all around the standard ...
1
vote
1answer
108 views

Issue printing image as expected

I have an image that I'm trying to print to legal size. However, there are a few challenges to this. The image will vary in size. This is because I'm using a control that has limited print options ...
0
votes
0answers
389 views

Resize the page to fit with the contents

I have used the following code to print the image in java. My problem is I couldn't change the default page size. The printable area will be fit with the content. Shouldn't go beyond that. import ...
0
votes
3answers
684 views

Printing data to a pre printed form/stationery

We have a requirement where we already have pre printed stationery and want user to put data in a HTML form and be able to print data on that form. Alignment/text size etc are very important since the ...
3
votes
0answers
380 views

How to print a large image in C#? [closed]

Currently I am using the following code to print an image: private void button9_Click(object sender, EventArgs e) { PrintDocument pd = new PrintDocument(); printpath = "C:\\temp.bmp"; ...
0
votes
1answer
367 views

When printing, Firefox cuts off/crops images if they're larger then a single print page, how do I disable this behavior?

If I have an image on a webpage that exceedes the height of a single print page, the lower half of it gets cut off/cropped by Firefox when printed (e.g. viewed in Print Preview), this does not happen ...
2
votes
1answer
200 views

Firefox printing cuts canvas on end of first page, how do I make it not do that?

http://fiddle.jshell.net/bTtKT/show/ If I print the above page in Chrome as A4 Landscape I get two pages as expected given the size of the canvas on the page, if I do the same in Firefox however ...
-1
votes
1answer
161 views

How to print a Bitmap Image?

I have a Bitmap Image that I would like to print (on paper). I have searched google and none of the examples there worked for me. I would not like to use any external libraries. Help?
1
vote
1answer
781 views

printing bufferedimage to a printer

i have an application from which i want to print an image. The image is loaded as a BufferedImage object. The problem is, when i print the image (to the postscript or to the pdf file), the quality is ...
0
votes
2answers
494 views

How to print an image in raw mode in C#?

I'm trying to print text and images directly to the printer, without passing by the windows drivers. I must print this way, because this application is intended for serial needle printers, and if I ...
0
votes
1answer
142 views

Print stylesheet not showing inline images

I have a weird problem where printing on Firefox displays all the items in the content, but it's not working on other browsers. In all the other browsers (IE9/8, Chrome, Safari) the images are not ...
0
votes
2answers
282 views

Print the background image on printer

I have a page in which background image is not printing by print command. If I set "File->print setup->Print background" then it print the image on paper in mozilla. How Can we print the page on ...
0
votes
1answer
72 views

Creating graphic from a window at full size

I have a window which I can resize. I want to print a full snapshot of this window, regardless of the size of the window. For example: Window is normally 800 x 600 but can be as small as 300 x 300 ...
1
vote
3answers
586 views

Print image loaded from css sprite?

I have a web page that loads two images from a css sprite like this: <html> <head> <link rel="stylesheet" type="text/css" href="stylesheet.css"> </head> <body> ...
1
vote
0answers
155 views

WPrinterJob_drawDIBImage InternalError when printing

When trying to print a JPEG via a FileInputStream using the java Print Service API, we sometimes get the following Exception: Caused by: java.lang.InternalError: Problem in WPrinterJob_drawDIBImage ...
1
vote
0answers
563 views

window.print not printing correctly in Opera, but print preview then file->print works flawlessly; using print css

Unlike a few other articles, this is not an issue with window.print() not working in Opera. It does work. Whether I navigate to File->Print or call window.print(), a print dialog box opens. The ...
2
votes
4answers
3k views

How to print an image using javascript

I am trying to print an ASP.NET Image using the example here. When I use the above example for a div, it works, but I can't adapt it to print anything else. How can I get it to print an Image? Do I ...
0
votes
1answer
1k views

Print images via Bluetooth printer Android

Hello i am new in developing Android applications, I need to create an application (Tablet - Samsung 10.1 Android ver 3.1) that will print images via Bluetooth printer (Canon CP800 - SELPHY), i have ...
1
vote
3answers
944 views

How do you make a picture bring up a print dialog box when clicked on?

I have a coupon I have on my website and I want my users to click on the coupon and then be able to print it. Is there any way to do this?
0
votes
2answers
427 views

Which method/algorithm delivers the best output quality when scaling up low resolution to high resolution images?

I am going to try and be as specific as possible. I am starting an invitation business that will allow people to customize their invitations online and then send it to print. I am trying to figure ...

1 2