Printing is a process for reproducing text and image, typically with ink on paper using a printer.

learn more… | top users | synonyms (2)

3
votes
3answers
74 views

Is it possible to print without new line or space?

Let's say that I want to print 'hello' by 2 different print statements. Like: print "hel" print "lo" But python automatically prints new line so if we want it in the same line we need to - ...
0
votes
0answers
32 views

Not able to print more than 1 page of word document on windows 7 pc

We a have VB.Net application (desktop) which is prints Word documents (docx format) using OpenXML. This functionality works fine on Windows XP but on Windows 7 PCs it only prints one page then Word ...
0
votes
1answer
44 views

active reports always sends to default printer

I want to print to a network printer from active reports but it always prints to default printer without throwing error. Once I try to print with the .net printdocument library it print to specified ...
1
vote
0answers
22 views

issue with ios woosim bluetooth printing version iOS[2012.11.01]

I am using woosim printer for bluetooth version. I use it to print the different bills. I am using version iOS[2012.11.01]. In the previous version I was facing the issue that some portion was not ...
0
votes
0answers
33 views

KOGrid - Print option and Export to pdf and excel

I am looking for an option to export KnockoutContrib's KOGrid to excel and pdf. For print I use JQuery's printElement. It takes html as input and prints it. I am able to print it and also export to ...
0
votes
1answer
47 views

Splitting and printing with Perl

My Perl script is attempting to take in a command line argument that is a file name such as name.txt or hello.txt.exe and parse out the file extension based on the . delimiter, and print only the ...
0
votes
0answers
8 views

Javascript print is not printing entrire page

I am trying to print page. i am using javasript window print. but it's printing half page. header is not printing in print page. URL : ...
-2
votes
0answers
38 views

how to print an image on android with wifi printer [closed]

I can learn how to print an image in an android application with a wireless printer, I install an application on android to ensure communication between the printer and wifi android mobile
0
votes
3answers
31 views

How can I NOT truncate a long int/float when printing in Python

I have a long int and I don't want it to be truncated when I print it or convert it to a string. The following does not work: import pandas as pd b = pd.Series({"playerid": 544911367940993}, ...
0
votes
2answers
51 views

Simple page size setting when printing JTextPane?

I have a really simple Print function in my application that prints the contents of a Jtextpane. I want to set the default page size to A4 but after searching around I find lots of ways that involve ...
0
votes
0answers
13 views

Using udev to acquire printer details in Linux

I have a case where I am plugging in multiple USB printers, and there is no consistency in the naming/mapping of each printer. For example, when I connect two printers, they are assigned to ...
-1
votes
0answers
56 views

Is there any way to select a specific printer in Google Chrome via Javascript? [closed]

I'm plenty aware that this question HAS been asked before, but my particular situation made me decide to ask it again because of its potentially unique characteristics. First let's get this out of ...
0
votes
1answer
25 views

PHP print_r large array to variable not working

I'm trying to print_r a large array to a file to debug it. I've tried 2 methods: $arr = get_large_array(); file_put_contents('file.txt', print_r($arr, true)); and $arr = get_large_array(); ...
0
votes
1answer
58 views

vb.net printing error: print_printpage continues to loop even though e.hasmorepages = false

So here is my situation: First of all, all of my printing code is stored in a module, which is called when I click the print button. My problem is, my pages print fine the first time I print my ...
2
votes
2answers
47 views

Java - Printing to a receipt printer

I need to print a few lines to a receipt printer (Star TSP100). I can write the text to a file and use this line to print: Desktop.getDesktop().print(new File("test.txt")); The problem is that the ...
0
votes
0answers
10 views

How do I simulate an UIPrintInteractionController failure?

I have UIPrintInteractionController code that I am collecting metrics on. I don't have an AirPrint capable printer, I am using the Printer Simulator. I have successfully testing the successful ...
0
votes
0answers
14 views

How to reliably fit a WPF canvas to its container for print and screen

My program draws a diagram by creating a canvas and then adding various lines, boxes and labels etc. to it. It uses the ActualHeight / ActualWidth of the canvas' parent to find out how much space it ...
-1
votes
0answers
11 views

How to Intregate and print the H1500 Health Insurance Form with pre filled data under Web Application using Asp.Net 4.0 C#?

I want to integrate and print the H1500 Health Insurance Form with pre filled data under web application using Asp.Net 4.0 with C#. Please let me know if anyone have resolution.Thanks In Advance. ...
-1
votes
0answers
36 views

How to print bank passbook using java via passbook printer [closed]

I am developing a banking application and I need to print the user's account transaction in the Bank Passbook .if any of you guys have any experience in passbook printing, please post you suggestions ...
0
votes
0answers
10 views

Unable to retain the text in pdf file after printing which is having font properties as Identity H CID

I am having a pdf file which is having font properties set as Identity-H and CID fonts. After printing such kind of pdf files, I am unbale to copy the text from the pdf. If i copy and paste, i am ...
0
votes
0answers
24 views

Print Process is not working in IIS

I have a problem with printing PDF document from asp.net web application i am using the following code to print a pdf document.my pdf document is in a folder in the application ...
0
votes
0answers
20 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
13 views

How to Read printer queue information using java [duplicate]

Is it possible to get the information from the printer queue and display the information into a document using java codes? And how to make a tray application based on this idea? Help me Thankz for ...
0
votes
2answers
20 views

Error Printing through iframe - 'Undefined' Error when using Ctrl+P

I have a document which pops up on the site within a JQuery Modal Box. The document has a print button at the end which just prints the document in the Pop-Up Box. I wanted to print the document, ...
0
votes
0answers
61 views

css @media print not working entirely

I have a scrollable div in my page and I want to print the whole content of it, without printing the rest of the website. I have a file called print.css with the code: /* print style for quiz */ ...
0
votes
1answer
64 views

Print the contents of a text file on the client's printer using asp.net

I am having a text file uploaded on the server. When a User Clicks on print button I want the file to be printed using his/her printer. Currently I am using the below code, but it is for the server ...
0
votes
1answer
73 views

Copy text file to usb zebra printer

First time using ZPL, I was googling my question but nothing so far. I have downloaded the ZPL II programming language pdf file, and try to print the first sample: ^XA ...
0
votes
2answers
27 views

How can I store user input inside a text file in perl?

I'm trying to create a text file that will store user input such as their initials. This code will prompt the user for the information and create a text file but the text file remains empty. How can ...
0
votes
0answers
21 views

Printing a Graphics Object

I am having a problem with my code that prints a graphics object. This exact code worked about a week ago and now when I open the file in netbeans it crashes on execution. This is the code: package ...
0
votes
1answer
63 views

Print each hash key and its values in new file?

I have made a hash of hashes, where all the lines of a file are sorted into a key of the "master" hash depending on the value of their 5th field. %Tiles has n keys, where each key is a different ...
0
votes
1answer
58 views

Print a pdf with javascript or jquery

I need to print a .pdf file (I generate it with jasperReport and I save it on a server) when I click on a print.gif button. Now I found this solution that works for Firefox but not for IE! function ...
0
votes
0answers
55 views

C# Printing with advanced Printer settings (in this case: Scaling)

I have been searching for a solution for this some time now. What I want to have is very simple (as for example provided in MS Notepad): A button print shows the standard .Net print dialog. Users ...
-1
votes
0answers
31 views

How to print on Epson LX-300+ II by Java program? [closed]

I am creating a billing software in Java Swings it's about to complete but recently I noticed that for bill printing retailers uses dot matrix printers like Epson LX-300+ II printer. Can any one ...
0
votes
1answer
34 views

File IO Printing to screen

So my teacher gave us the solutions to a lab we had a couple of weeks ago, and it differs from what I was using when I submitted my assignment. I popped this code into my address book program, but ...
1
vote
1answer
88 views

Printing Mathematical Symbols in Java Gives Wrong Output

I am trying to print using the TextLayout class. When I print some mathematical symbols, I get odd behavior. The image below shows the results from printing the strings "First + 2" and "First \u222A ...
2
votes
1answer
130 views

Programmatically print to a virtual printer (XPS)

I'm going to display a portion of my C# WinForms app using PrintDocument, it's almost done, but there is a problem with my printers. I use following codes to capture an image of my form and then print ...
0
votes
0answers
32 views

How to use e.Hasmorepages?

I am not getting a new page. I want that after 20th item I get a new print page to print but I am not getting it. I am using e.hasmorepages method but I am not getting a desired result. Please help MY ...
0
votes
0answers
28 views

PrintPreviewDialog does not display an embedded font correctly

My Winform program prints some text using PrintDocument, Graphics.DrawString method and an embedded font (a custom true type font). The printer handles the custom font ok. But the PrintPreviewDialog ...
1
vote
0answers
12 views

Running Redmon with a Service

I am trying to use Redmon 1.7 on my windows XP SP2 desktop machine. I process the data provided by Redmon to MyProgram.exe and then write it out to stdout which Redmon sends to printer port. But ...
1
vote
1answer
36 views

how to print odd numbered observations from a dataset SAS

I have i simple question, that I unfortunately cannot seem to solve myself. How to print only observations with an odd observation number from a data set? Kind Regards Maria
3
votes
1answer
34 views

Why does wcwidth return -1 with a sign that I can print on the terminal?

Why does here wcwidth return "-1" (not a printable wide character) width "Ԥ" (0x0524)? #include <stdio.h> #include <wchar.h> #include <locale.h> int wcwidth(wchar_t wc); int ...
0
votes
0answers
29 views

Access Printer Status using Winspool

Hello I've used this example on how to access printer status using winspool. //Code written by Mark Middlemist - @delradie //Made available at http://delradiesdev.blogspot.com //Interop details ...
0
votes
0answers
26 views

PrintQueueStatus returns None, printer is already turned off

I already turned off the printer, and my code still returns None Here is my code try { printServer.Refresh(); PrintQueue printQueue = new PrintQueue(printServer, cmbPrinters.Text.Trim()); ...
0
votes
0answers
17 views

C# .NET Printing Status

Hello I'm trying to check if a printer has problem or not. I'm using windows printing. is there a way to get accurate printer status for serial USB and IP printer?
0
votes
1answer
45 views

MIPS 3000 assembly, load and print 32-bit unsigned integer

My program has to accept an input between between 0 and 2^32 or 4,294,967,295. Which bit-wise 32 bytes should be able to do, but i'm overflowing into the negatives because i'm not sure how to make ...
0
votes
0answers
29 views

CUPS filter (C++) doesn't run until to end

I'm working on a CUPS filter in C++ (g++ as compiler). The code is a authentication process and a only can release the job if the authentication is correct. If it's wrong, I have to cancel the print ...
0
votes
0answers
20 views

Apple Quartz print preview (of Firefox) under OS X without GUI scripting?

I wish: To execute the Preview function of the Print dialogue box in an application running on OS X 10.6.8; and To do so without resorting to GUI scripting. Is this possible? If so, how? ...
0
votes
1answer
184 views

window.print() CSS not loaded in print preview

I need to provide option to print a part of the webpage. This was implemented using the javascript window.print() answered by: Bill Paetzke. The pop up window opens up (this contains CSS style) and ...
0
votes
1answer
37 views

.NET Print Any File To XPS With File Name

I am trying to create method that prints any file to XPS using its default aplication, in my Windows forms app. This works fine, but I am unable to pass destination XPS path to the printer and open ...
0
votes
0answers
47 views

C# 4. Printing a dynamic page

I'm looking for the best solution to print a dynamic page. The page contains an order details, which mean every order includes different products and different customer- a dynamic page. I'm using ...

1 2 3 4 5 138