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

learn more… | top users | synonyms (2)

0
votes
1answer
10 views

Add Crop Marks to PDF with wkhtmltopdf

I'm trying to create a pdf file of user designed HTML that will then be send to a printing house for print and delivery. The printing house wish me to add crop marks on the .pdf. I'm currently doing ...
-2
votes
0answers
12 views

t2150 tally brand printing issue [closed]

I have tally t2150 printer and MS word doc. with the following format line 1 line 2 line 3 When it is printed, page 1 prints line 1, page 2 prints line 2...and etc. Any one working with this ...
0
votes
0answers
18 views

How to Rotate an Image prior to printing

I have a SSRS report which renders 'report pages' that are intended to be printed out on a tag printer. Because of the shape of the tags (and the location of the hole in the tag) I need to rotate the ...
0
votes
0answers
10 views

Cocoa and printing only some NSViews

In Cocoa is there a way to disable printing for certain views? I have a main window for which I don't want printing to be enabled in the menu, where for a preview window I want printing to be enabled? ...
15
votes
1answer
132 views

How to obtain the location of a printer

I'm attempting to show a printers location in a dialog. But to my surprise, no print service seems to have a location attribute - although I verified that some of my printers do display a location in ...
0
votes
1answer
42 views

jQuery print functiion, how to use iteration?

I am making a print function for printing a list within a div. When the print button is clicked, the data in the inputs for the list is placed a new input that will be printed. I have been asked to ...
0
votes
2answers
37 views

Inserting value of column from other table into $criteria as value of column of table of current module

What I am trying to do: I want to print data from table using CGridView, yet one important thing - I need to change value of 'bookId' in $criteria to value of 'bookName' from other table. How can I ...
-5
votes
1answer
29 views

How to connect server to printer via JAVA [closed]

There are a few requirements: 1. There is a system running on a server. Server connects with many printers. 2. Depends on the document types, server will request the right printer to print out the ...
0
votes
0answers
19 views

printing image on bluetooth printer in android gives exception

I want to print image in bluetooth printer in android ,but whenever i give print command it prints "Printing aborted Data received Timeout" plzzzz help my code when I am converting Bitmap to byte ...
0
votes
0answers
22 views

make a printer page counter vb.net

I have been asked to monitor the amount and type of prints within our department. Our department uses 3 printers (two the same model 1 different) Is it possible to keep track of the type of print ...
0
votes
1answer
22 views

Flex Actionscript (AS3) get available printers

How to get list of available printers connected to the computer, using AS3?? It seems that FlexPrintJob class and other provided classes doesn't provide me the solutions, since they focus more on ...
0
votes
2answers
24 views

Send Postscript Document to Printer using VC++

I have a postscript file. How can I send it to a printer using Visual C++? This seems like it should be simple.
0
votes
0answers
37 views

Magento create custom pdf

I have a custom named sales reports. What I would like to do is to have a print option for the backend user. The option would then allow the user to generate a pdf file containing his sales reports. ...
0
votes
1answer
35 views

method called does not print

Here is my code: public class Exercixe09_04 { public static void main(String[] args) { Scanner input = new Scanner(System.in); System.out.println("Enter a string: "); ...
0
votes
0answers
7 views

Webpage get's corrupted when printing on certain browsers

Some users report artifacts when printing webpage. I can't duplicate it on my IE10 browser. I think they use IE8/9 Any pointers on what should be done to fix it?
0
votes
0answers
21 views

manage printer queue with java [duplicate]

i need how to manage printer queue. for example i need to send many pdf to default printer but when all file are loaded in queue send to the printer. the solution is paused printer and when all ...
0
votes
2answers
31 views

HTML Print Page Fitting

I have some HTML files that need to be printed out, but they are 2 pages long. I need them to be 1 page long and I don't want to have to fiddle with the HTML code endlessly to shrink it just a tiny ...
1
vote
0answers
21 views

Using PHP to print directly to a network printer that is not installed on the server?

I'm trying to build a helper tool that will be used for testing networked printers. Server calculates printer IP by looking up header information for IP address of the computer that sent the request, ...
0
votes
1answer
31 views

print data even if it is null/empty/none existed. Note: some cells doesn't exist

I have a problem where i have searched for hours for a solution. But until now, I haven't found any. The problem is that i have the following query: $sql = "SELECT MONTH( i.invoicedate ...
0
votes
0answers
21 views

Native resources unavailable

We have been having some problem regarding our Java Applet printing implementation. We are trying to print to an Olivetti PR2 passbook printer via Java Applet. What's weird is that it works ...
0
votes
1answer
28 views

PrintDocument using multiple page sizes

Working in .NET 3.5. Summary: Trying to replicate functionality of an existing third party component, which breaks in Windows 7. Until now the user could select a bunch of image files to print, ...
0
votes
1answer
26 views

How to print the content in RichTextBox in FoxPro

I have searched the web about the topic but all I have found is the VB and C# solutions. Does anybody know if there is a way in VFP 9 to print out the content in the RichTextBox?
0
votes
0answers
22 views

Printing to fiscal printer

I have to print at a fiscal printer that reads the xps file and places a signature. However not all fiscal software works fine apart from RAW text mode. I define in xaml my fixed document and i use ...
0
votes
1answer
16 views

Cannot set the printBlack printPreference in InDesign

I've learned an enormous amount of scripting for InDesign CS6 thanks to all of the helpful folks here! I hate to have to keep coming back, but I still find myself running into a brick wall from time ...
2
votes
3answers
96 views

I want to loop 100 times but not print 100 times in the loop (Python)

for lp in range(100): if guess == number: break if guess < number: print "Nah m8, Higher." else: print "Nah m8, lower." This is some basic code that I was told ...
0
votes
0answers
7 views

Catpure/View everything is printed (POS/Receipt)

What's up folks? I need a path/way to capture everything is printed in my notebook. Why? I have a system, in PHP, and in some times, I need print (php_printer) some invoices, but this, "cost a lot ...
0
votes
0answers
8 views

WYSIWIG Printing on the Client and Server: Can Chrome V8 be used to print PDFs server side?

At my firm we're developing a browser based reporting tool - simple grids of numbers, some charts etc... but with an onus on the user controlling the look and feel. There's an ability to drag and ...
4
votes
3answers
61 views

AWK print specific line based on search pattern

I have two sets of files test.csv data.xml. I am trying to grep a specific field from test.csv and search the string in data.xml. If string is found then print the corresponding line in test.csv ...
0
votes
0answers
15 views

IE8 (windows7) printing and shrink to fit issue

I am having issue with javascript printing on my web page. I have tried both window.print and document.executeCommand but both provides inconsistent results when tried on the default browser of ...
2
votes
4answers
44 views

Python - print string to screen, include \n in output [duplicate]

I have the following code: pattern = "something.*\n" #intended to be a regular expression fileString = some/path/to/file numMatches = len( re.findall(pattern, fileString, 0) ) print "Found ", ...
0
votes
0answers
25 views

Crystal always printing portrait

I recently updated a Crystal Report from an unknown version to v13. This report prints to a Zebra TLP2844 label printer using 6"x4" labels (6" long, 4" wide as they come out of the label printer). ...
0
votes
0answers
17 views

Print word document with duplex

My code: Dim prtdoc As New PrintDocument Dim oDoc As Word.Document oDoc = Globals.ThisAddIn.Application.ActiveDocument oDoc.PageSetup.FirstPageTray = 260 oDoc.PrintOut() How can I print it with ...
0
votes
3answers
45 views

Magento - blank/empty page whene printing invoice on backend

I am working on Magneto 1.5, and whene i try to print any of my invoices, on the backend, i got a white/empty page. I've tried to debug this step by step, the probleme is that i can't put the ...
0
votes
1answer
45 views

Catch Print event in C#.net?

what I want is when I print a document (which is a record in the database) this document can't get updated by the user anymore, so i thought if only I can capture the printing event and set a print ...
1
vote
1answer
48 views

IO Error [Errno 2]

So I'm a beginning programmer, and python is my first language. I'm trying to write a script that will open a random PDF from a directory and select a random page from that PDF to read. When I run my ...
0
votes
1answer
21 views

Convert HTML to TIFF or printable poster

I want to make a website that people come and type a sentence and I make a poster out of it, print it, and send it to them. I know I can make a box with html divs and color it and put some web font, ...
0
votes
1answer
24 views

.net Listen printer status

I need to listen Status changes on a specific printer, but don't want to implement it with a timer, There is a way to listen this changes suscribing to one event? Actually I'm using ...
0
votes
2answers
37 views

How do I make a PDF of the JFrame (including the JScrollPane parts not shown)?

I am making a survey using Java and would like to have a printable version also. However, some of questions fall outside of the viewable area (they are in a JScrollPane). Below is the code I have for ...
0
votes
0answers
12 views

Adjust size of a font in Print Preview MS Project 2010

Having a hard time with printing reports or anything in MS Project 2010. Font is too Small almost non existent (like little dots). Zooming in 300% reveals that data is there bud not readable ...
0
votes
2answers
17 views

PrintJob TimeSubmitted how to cast to datetime

I have a C# class that takes job printers and some of its properties including TimeSubmitted, that is stored as DateTime with this format: 20130608204517.699000-300 I defined an object with this ...
0
votes
1answer
51 views
+100

Issue with sending prn files to printer : Printing is extremely slow

I am generating prn files for printer via php and sending them to the printer for print using COPY filename.prn /B \\ComputerName\NetworkPrinterName FYI this command is being executed manually. ...
2
votes
2answers
53 views

How to print a canvas element?

I have a canvas element on my page. I draw an image over it and some data that the user entered. On a press of a button I want to send the canvas to printer, to print it on paper. I tried to use this ...
0
votes
1answer
46 views

Why are the Elements of array not printing right?

I'm just starting out with C. I wrote some very basic code for practice, its supposed to read keyboard input into an array, output the length of longest line and then print it. Theres a function to ...
0
votes
0answers
22 views

Can't print with an EPSON TM-T20 ticket printer, file being accessed by another process

This error ocurrs after I use the Claim method: The process cannot access the file 'C:\ProgramData\EPSON\pos\tm\Statistics\Printer.TM-T20.MUNF060218.xml' because it is being used by another process. ...
0
votes
0answers
7 views

how to print multiple figures on screen using -depsc command?

i got this problem in which i have executed a script and got 6 figures on my screen. now i want to create .eps file of each of them using print command. how can i create eps files of each using such a ...
0
votes
0answers
47 views

Printing math equation in .Net

I've a web application (an ASP.Net MVC app) in which the user can write and preview math equations using MathJax. and everything is working fine in the browser. Now, my problem is (for example) how ...
-3
votes
1answer
25 views

Object doesnot support this Property or Method for “Print” command

Following is my code, Private Sub CommandButton1_Click() Dim Num, Sum As Integer Sum = 0 Num = 2 Do While Num <= 20 Sum = Sum + Num Print Sum Num = Num + 2 Loop Print "The sum is bla bla...."; ...
0
votes
1answer
35 views

QPrinter runtime error

EDIT: I managed to get a compiling and non crashing version. The only thing left is to get the desired output, however this particular question (why it crashes) has been answered so I am closing the ...
0
votes
0answers
20 views

How to print UIImage at 5x7" in printout?

I would like to give my users the option to print their photos at 4x6 as well as 5x7. Printing a UIImage at 4x6" is easy, as all I have to do is UIPrintInfo *printInfo = [UIPrintInfo printInfo]; ...
0
votes
1answer
16 views

Insert an HTML heading on each pages in a while PHP for print

My question is a bit hard to explain but there I go.. I have a document generated in a WHILE (php) from a MySQL request and it does ~ 10 pages when I press Ctrl+P. Demo source : ...

1 2 3 4 5 143