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
0answers
10 views

ABCPDF Printing is slow

I am trying to create a bulk printing program that prints a large number (several hundred) of pdfs. I am using a winforms project and I am using ABCPDF to generate and draw from the pdfs. The ...
-1
votes
1answer
43 views

Won't print if I feedback into a function

So I have some code where I create a list at the start and then ask a user if he wants to make an object (turtle), in which case it adds that to the list, OR if he wants to move the turtle (X). If the ...
0
votes
2answers
56 views

Not printing a string if I have an empty list

So I have some code where I create a list at the start and then ask a user if he wants to make an object (turtle), in which case it adds that to the list, OR if he wants to move the turtle (X). If the ...
0
votes
0answers
10 views

InDesign scripting: How to print specific spot color in separations?

This is my most difficult question to date! I am still a beginner to ExtendScript & JavaScript, but I am learning fast. Right now, I need to figure out how to tell InDesign to print specific ...
0
votes
1answer
22 views

Extendscript InDesign CS6: Print using a print preset

This one should be simple enough for you Javascript/Extendscript wizards. I want to print a document using a print preset, while also specifying a page range (and maybe other options as well, after ...
0
votes
2answers
60 views

Printing full document with PySide/Qt

Currently I'm busy with developing an application which converts a PDF to PNG and uses the PNG image to print it out to a printer. The problem is that I can print out an image, but I don't understand ...
3
votes
1answer
503 views

Advice needed for android phonegap custom plugin

I have developed an app in phonegap (html5, JQuery, JS) and I want to develop a plugin to print to a BT printer. I download printer manufacturer's SDK and I imported the appropriate .jar file to my ...
0
votes
0answers
4 views

How to send specific DIV for printing using Thermal Printer using php?

Thermal printer is printing receipt using Chrome printing preview etc. I want to send specific div to the printer to perform printing. How can we perform this task using php code?
0
votes
2answers
94 views

Weird bug with floats in if-statement

So in my C++ code I have the following line of code for debugging purposes: if(float1 != float2) { std::cout<<float1<<" "<<float2<<std::endl; } What's happening is that ...
0
votes
0answers
18 views

Lines of text cut off while printing

I have a web page for documents that need to be printable with a custom print style. I've set a 0.75in margin on all sides (except the top) but browsers seem to ignore that they're there and move the ...
1
vote
1answer
41 views

Java: Receipt Printer auto cutting

I am using the Java Print Service API to print to a receipt printer. It prints fine, but does not auto cut when finished. How to tell the printer to auto cut? Here's the code I'm using to print: ...
0
votes
0answers
21 views

Printing functionality in java web application

I am trying to print a pdf document from my jsf web application. When I call the method findPrinter() from main method, PrintServices are found, but when I call this method from web page ...
1
vote
2answers
34 views

In what transaction can we maintain the print programs, routines and Forms, to be printed in transaction QM02?

I need to modify a standard form, and to do this, I'm copying it to a Z* form, and I'd like to know where my print program and SapScript form is being assigned to the workflow. Anyway, since a lot of ...
2
votes
0answers
46 views

Alignment issue of images

I request you to be in patience to read this till the end. Back ground : I have an app that accepts a file from usb and prints the formatted data into graph plots via printer , when user clicks a ...
0
votes
0answers
5 views

Cups accepts jobs but the printer does not print

I have a java application that sends printing jobs to network printers via a cups server; Cups (the latest version) is installed on Oracle Linux Server 6; I have configured the printers several times; ...
0
votes
3answers
67 views

Star Micronics TSP650II bluetooth printer, can't write to EASession.OutputStream

I'm trying to print a label with a Star Micronics TSP650II printer in a monotouch app. The problem is that session.OutputStream.HasSpaceAvailable() always returns false. What am I missing? the C# ...
0
votes
0answers
19 views

Silently print in the web page

All, I am trying to look for some solution to print the data in the webpage silently, the printer type is Datamax e-4205A Label Printer, But so far I am stuck with it , Any Idea? Any way , Is it ...
-1
votes
2answers
27 views

I cant print a simple JAVA code with BlueJ , works in CMD

I am new to java, and I can't seem to figure out how I can get this simple code to work properly. I understand the code, and I have it typed exactly how the book has it. The code compiles with no ...
1
vote
2answers
25 views

Printing output formatting

I have this function that takes a list and prints it out to an outfile: def writeToFile(files): for path2 in files: fi= open(fileo, 'w') fi.truncate() fi.write('\n' + str(foundFiles2)) ...
0
votes
1answer
32 views

PrintDocument coming up blank

I have this method that should generate what I need to print: private void myPrintDocument_PrintPage(object sender, System.Drawing.Printing.PrintPageEventArgs e) { ...
-2
votes
0answers
13 views

Print contents of all Tabs in a Winforms Tabcontrol in single printout

I have a requirement to Print the contents of all the tabs in a tab control in one single print out. The first Tab has an Image. The second tab has a webbrowser embeded. What they are doing is ...
0
votes
0answers
4 views

NPOI Page Breaks

I am using the NPOI framework to generate a 97/2003 Excel workbook. I need to set a page break every 44 rows and from the example provided in the framework download, the code to do this is: ...
-1
votes
0answers
7 views

Scale on print page with GeoEXT and GEOSERVER

am trying to print my map, and generate the pdf, i succeded to do that, but the map shown on the pdf is with a scale chosen from the scale combo. what i want to do is to add ohter scales or simply i ...
0
votes
1answer
38 views

C# Print Monitor Service [duplicate]

I am trying to write a service that monitors the printers queue in C# that sends the information of a current print job (Document name, pages printed, paper media size) to an another application ...
10
votes
2answers
286 views

Browser Support for CSS Page Numbers

So I am aware of this option: Page numbers with CSS/HTML. It seems by far to be the best way to add page numbers to a print version of a page, but I can't get any variation of this to work anywhere. ...
0
votes
1answer
32 views

CSS to set A4 paper size

I need simulate an A4 paper in web and allow to print this page as it is show on browser (Chrome, specifically). I set the element size to 21cm x 29.7cm, but when I send to print (or print preview) it ...
2
votes
5answers
795 views

printing ip addresses using gdb

I am debugging a networking code and want to print ip addresses which are declared as int32. when i print it using gdb print command, i get some values which is not much meaningful. How can i ...
3
votes
1answer
3k views

page-break-after with IE and FF not working as expected

I have read through a lot of the question asked here and other places and I am confused why page-breaks don't seem to work for me. I created a test html page that looks like this: <html> ...
0
votes
1answer
35 views

Print the Labels ONLY in Printer and not the Form in C#

I developed an application in C# and i want to print in the printer the labels ONLY in my form but instead its printing the whole form. My four Labels are lblName, lblAge, lblAdd, lblEmail. I ...
1
vote
1answer
90 views

Haskell print string without newline

When I use this code it's print newline after result. How I can don't write newline? import System.IO main :: IO () main = do a <- getLine b <- getLine let aa = read a ...
1
vote
1answer
34 views

MPI Barrier and Printing

I am working on a simple MPI assignment that does row wise Matrix Multiplication. I am trying to output the matrix and for some reason the order of the prints is out of order. Only one process is ...
1
vote
1answer
442 views

Printing in Java Web Applications

I developed a stand alone application for a medical channelling centre with VB6 seven years ago. There is a mandatory requirement of printing of a chit with a small size(219mm to 140mm) with a single ...
6
votes
3answers
8k views

How to create a printable Twitter-Bootstrap page

I'm using Twitter-Bootstrap and I need to be able to print the page the way it looks on the browser. I'm able to print other pages made with Twitter-Bootstrap just fine but I can't seem to print my ...
0
votes
0answers
32 views

Can Chrome print out CSS inches exactly on printer

It seems when I set my css print styles and print in chrome, it does not match what I set in my CSS. Any way to get it working correctly?
1
vote
1answer
23 views

Get list of printers with Adobe Flex

Documentation for flash.printing.printjob says there should be a printers() method. Using Flashbuilder 4.6 the IDE code complete says it doesn't exist. I'm using Flash SDK 4.6, targeting a desktop ...
1
vote
1answer
43 views

How can I suggest horizontal rules as good page-breaking points?

I'm trying to optimize my pages via CSS for printing from the browser. The problem I'm having is setting up the page breaks properly. I have it preventing page-breaks in the middle of images and ...
0
votes
0answers
21 views

Print only one page of a multiple page pdf

I have a document which has multiple pages,.. i want to print first all pages & then only the first page again.. Is there a attribute which I can set (PrintRequestAttributeSet) to make sure it ...
1
vote
6answers
100 views

Why use {} for printing out instead of the plus sign?

I am coding in Unity3D in C#, and when printing or using debug statements or console statements, I have always used something like this: Debug.Log("The sum of these two variables is :" + ...
0
votes
0answers
23 views

Build Android apps server

I'm building an Android app for printing documents by the application server that will send the document to the server and the server sends the document to the selected printer to print (on the server ...
0
votes
0answers
21 views

A way to print mailing labels from an iOS app

Is there a way ( 3-rd party SDK maybe ) that allows an app to pass in contact names/data in order to generate labels ( e.g. mailing labels ) that the calling app can then print? Example calling ...
-1
votes
1answer
34 views

PHP Printing On Checks [closed]

Is there a PHP class or application for printing on pre-printed forms like checks? The pre-printed check is 8 1/2 by 11 and has two stubs. I have already done a Google search which did not turn up ...
1
vote
6answers
78 views

What's a good-practice replacement of System.out.println?

My application has to output content for the user. Throughout all my classes I've just been using System.out.println, but since the program isn't intended to be run by command line this isn't really ...
-2
votes
0answers
31 views

Creating a cross-browser Print page [closed]

How can I make a web page for printer-friendly? I have a web app and my users need to print their data. I made a web page for only printers,everyting is fine with chrome in my computer but others web ...
0
votes
0answers
17 views

how to perform a word merge using asp which uses a query into access and get it to print?

I am currently making a project which requires me to use a mail merge in MS Word. This is run through a system which is currently on a server and has a template file with the merge fields ready to go. ...
0
votes
1answer
68 views

Perl print unless regex and line counts

I currently have this working sorting through a zone file for automated deletions.. perl -i -ne 'print unless (/#$DOMAINNAME/ and \$n=7) .. not \$n--' named.conf.ext (escaping n is required for it ...
1
vote
0answers
298 views

ESC/P Set Absolute Horizontal Print Position

I am having trouble with setting the horizontal print position in an Epson LX-300 II dot matrix printer. The command to set the horizontal print position does not work sometimes. I need this to align ...
0
votes
0answers
26 views

.NET - Overriding printer's default for color

I am printing to a color printer. The printer's default setting for color is black-and-white. I have tried the following, but when I open the printer's preferences dialog, the color is still set to ...
6
votes
2answers
3k views

Twitter Bootstrap: Print content of modal window

I'm developing a site using Bootstrap which has 28 modal windows with information on different products. I want to be able to print the information in an open modal window. Each window has an id. ...
0
votes
1answer
37 views

How to export to pdf, word, excel file

I use ASP.net MVC 3. I have these two requirement. Frist one is creating invoice in my application. I want to export the datas to pdf , word , excel file. I downloaded itextsharp dll, can anyone tel ...
0
votes
4answers
7k views

How might I remove a black background from PDF text when printing?

I have a PDF with a black background and white/yellow text. Is there a way to remove the black background when printing and invert the color of the text? Thanks

1 2 3 4 5 138