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
4 views

#Error or #Value when exporting report from SSRS 2008

I have a report created in SSRS 2008 R2, which renders correctly, showing all values within report builder. However, upon printing the report, the textboxes containing expressions change to ...
0
votes
1answer
13 views

AS3 printing a 792 x 612 moviclip to a 8.5 x 11 sheet of paper

This should really be simple, but it's not. I have a movieclip that is 792 x 612 pixels on the stage. The stage size is 792 x 612 also. This is embedded into an HTML page. Below is a screenshot. The ...
0
votes
0answers
6 views

Flexpaper 10 does not print properly

So I'm using Flexpaper (swfversion: 10.0.0) on my site I have a flash converted document that I'm trying to print from Flexpaper. Here's the converted version: ...
0
votes
0answers
6 views

Printing another frame working in Chrome but nothing else

I have some code which lets you print another frame on the click of a button, and it works fine in Google Chrome, but I get a blank page (it prints about:blank) in firefox. I haven't tried it in IE ...
0
votes
1answer
30 views

how to send file to printer on centos using php 5.2.4

I have centos 5 with php 5.2.4. I have a file, html, that i want to print. how can I do this on linux. I cannot seem to find anything anywhere about it. its just all windows stuff. I want to print ...
0
votes
0answers
21 views

Print chosen worksheets in excel files to pdf in python

I need to write a python script to read excel files, find each worksheet and then print these to pdf with the standard formating defined in the excel. I found the following question How can I open an ...
0
votes
0answers
12 views

Google cloud print print button not working within android webview

I started out with the google print tutorial and have enabled javascript in my android app. The user then clicks a php button (inside an android webview) to start the printing process. They select a ...
-1
votes
1answer
47 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
58 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
12 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
0answers
5 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
0answers
20 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 ...
0
votes
2answers
47 views

Print a document with JavaScript

I want to open a print dialog for a file(docx,pdf,...) via a SharePoint Workflow. There I call a URL with GET and pass the URL of the file after the ? like this: ...
0
votes
0answers
31 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 ...
2
votes
0answers
47 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
0answers
25 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 ...
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 ...
-1
votes
2answers
28 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 ...
-2
votes
0answers
14 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
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) { ...
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
8 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

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 ...
0
votes
1answer
37 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
92 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 ...
0
votes
0answers
36 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 ...
0
votes
0answers
24 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
1answer
44 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 ...
1
vote
6answers
101 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 ...
-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
18 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
72 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
6answers
80 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 ...
0
votes
0answers
27 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 ...
0
votes
1answer
46 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
0answers
23 views

Printing PDF - How to add margin top and bottom on every page?

I'm using phantomjs to take a screen capture of a "Proposal" that my application creates. This is all going great, it exports to PDF fine. When I print from PDF, I need to add margin top and margin ...
0
votes
1answer
34 views

How to print a page using button by selecting printer option in java

I want to print a page by clicking a button but the following code shows run time error. I have used the JFrame form as the printing page and added a JButton and a JTextField. There is the error in ...
0
votes
0answers
19 views

Printing PDF with dialog window Java

I have big problems with printing PDF with opening dialog window in order to choose printer. PrinterJob class object is responsible for displaying dialog window and printing, but i dont know how to ...
0
votes
0answers
12 views

PrintMap with Geoext + GeoServer

am trying to print a map with GeoEXT and geoserver i successed to show the print panel but when i click the print button i get this error: Error while generating PDF: ...
0
votes
1answer
24 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 ...
1
vote
1answer
39 views

Modify VBA code for saving - MS Access

I am not much of a VBA programmer but I have been using the following code to prompt a user before exiting a form whether to save the changes or not. The code is the following: Private Sub ...
0
votes
1answer
16 views

delete file after sent to printer using vb.net

I'm working with ZPL files, first I make a copy of the original, do some change in the new one, then send the file to the zebra printer, and finally I want to delete the file. Everything works ...
0
votes
1answer
28 views

Getting the current user name or computer name in Extendscript

I'm finally getting some headway made in my script for InDesign CS6. Now, in order for it to know to which printer it should print a document, I need to query which computer the script is running on. ...
0
votes
1answer
26 views

Print 800 mm (Receipt) Sheet via web (PHP)

How can I print a receipt sheet "800 mm width" via my web application? I tried many times but can't get a cross-browser support for this feature, for example, Chrome shrinks the page and print a ...
0
votes
1answer
31 views

DIV not paginating on print

I have a page that contains a DIV. This div is a container for other elements and can increase in height greater than the height of a page when printed. I assumed it would paginate without any ...

1 2 3 4 5 138