Printing is a process for reproducing text and image, typically with ink on paper using a printer.
4
votes
0answers
429 views
Printing landscape documents with Java on duplex mode
I've a JasperReports report to be printed on landscape mode on a duplex printer. On this I've to support PCL5 and PCL6 printing drivers.
Searching on the internet, I discovered the following code ...
4
votes
0answers
1k views
one idea for jqgrid print view
I would like to have two views in jqgrid:
1) the regular grid view with sortable columns, pagination, etc (It's great and works really well...love it!).
2) a "print view" which can easily be styled ...
3
votes
0answers
69 views
Is Java 7 OSX printing broken?
I have several existing java applications that print documents. Since the Java 7 upgrade, printing on OSX seems to be broken. Everything works fine on Windows Java 6 and Java 7. Printing is also ...
3
votes
0answers
188 views
How to print transparent images in Win32 (color key)
I am trying to print a transparent image in a Win32 application. The image has an alpha channel, but I could also live with a simple transparency mask.
When using the ::AlphaBlend method it is shown ...
3
votes
0answers
284 views
iOS direct printing to network printer
We look for a possibility to directly print to a printer on the network from an iPad application. We can't use AirPrint because the printing should be done programmatically and automatically in the ...
3
votes
0answers
118 views
Why would a WMI query fail sometimes, but not others?
I run the same code from two different locations in my application. I know it is the same code, because it is in a class and that class only has one publicly facing function. Both places call the ...
3
votes
0answers
107 views
Setting printer's “KeepPrintedDocuments” property in .NET
Here's what we're trying to do:
We want an unobtrusive way of taking everything a client prints on their computer (all of our clients are running POS systems and use Windows XP exclusively) and ...
3
votes
0answers
157 views
Printing AllPages with FlowDocumentScrollViewer
In a previous question I was trying to print from my TreeView, now i go to the parent view and I have hare an UserControl how contain an TreeView to display my search result on my WPFview, i tryed to ...
3
votes
0answers
445 views
Silent Printing from Web Page
I am working on a web application that needs silent printing (without print dialog box) with client side printer.
After some research we found that we can make it work using ActiveX and Foxit Reader. ...
3
votes
0answers
297 views
Wrong Margin with Printer Brother QL-560 using java
I've a margin problem with the Brother QL-560 using java.
I've already tested either the xhtml-printable
and the pdf-renderer solutions.
Using the xhtml-printable solution, even if the top-left ...
3
votes
0answers
271 views
Why LocalPrintServer.GetDefaultPrintQueue() fails on machines in domain
I have simple windows service(Log on: Local System) with start/stop as given below:
protected override void OnStart(string[] args)
{
EventLog.WriteEntry(SOURCE, "Start");
var queue = ...
3
votes
0answers
263 views
Launch an application from a windows 7 service
We are currently using a report printing application launched by a user-defined function located in a Firebird database which runs as a service.
The UDF consists of a simple DLL that launches the ...
3
votes
0answers
605 views
Generate Paginated PDF from UIWebView
I've got a UIWebView that I'm using to display a stylized NSString of HTML that I'm generating. I'd like to be able to email a paginated PDF of the displayed page.
Right now, I can use the iOS 4.0 ...
3
votes
0answers
2k views
how to print tiff files automatically
I'm having a folder which will contain only one tiff file at a time, so the moment i receive one i should be able to print it to the default printer, i have a small windows application which is ...
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 ...
2
votes
0answers
30 views
Reportlab printing defaults
I am using reportlab to create a pdf with some portait and some landscape pages. The pdf looks great on screen, but when printing it the default print settings are to shrink the pages, rather than ...
2
votes
0answers
38 views
Get filename of PDF printed using Adobe PDF Printer
I have a C# application where a document is printed using the Adobe PDF Printer. When the document is printed using the Adobe PDF Printer, a dialog is opened where the user selects a location and ...
2
votes
0answers
95 views
GDI Printing In C# Memory Leak Woes, Unexplained Errors, Inability to thread
We are using Win32 calls to the GDI Printing API to print graphics.
I've noticed that on certain PCL print queues, we leak GDI memory when printing. As far as I can tell everything is being disposed ...
2
votes
0answers
101 views
C# Getting Serial Port In use error and can't understand why
Basically I need to communicate with a COM serial printer. There are 2 timers, one will print one ticket at time, and the others will hang up checking for errors and resuming the printing when the ...
2
votes
0answers
224 views
Printing custom paper size to an impact printer in WPF
I'm printing to an impact printer, loaded with 8.5 x 8.5 inch paper. When I print, the printer ejects 11 inches instead of 8.5.
PageMediaSize pageSize = new PageMediaSize(PageMediaSizeName.Unknown, ...
2
votes
0answers
187 views
Java - Print Dialog for full screen window
I have a full screen application, and I need to print. For other popup screens I've used JInternalFrames, but now I need to use PrintJob. My current code is as follows:
PrinterJob printJob = ...
2
votes
0answers
94 views
Java printing full scrollpane not only the visible part
I have a class to print a component at a time. The things I want to print I, I group in JPanel. I therefore have a JPanel (inside a jframe to display it on the screen) with 4 JScrollPanes (syncronized ...
2
votes
0answers
69 views
How to tell how many pages will be printed using java with out dialog box
Hi all i am using java printer api, so far i have all the settings configured below :
aset.add(new Copies(p));
aset.add(MediaSizeName.ISO_A4);
aset.add(Sides.DUPLEX);
...
2
votes
0answers
154 views
JTable printing. How can I make fonts bigger?
I am trying to print a JTable with the standard .print() method.
I am using the code from this thread and it works.
However the printed table appears with very small letters. My JTable has a font ...
2
votes
0answers
154 views
JsPrintSetup Firefox plugin custom page size
I am trying to print bills in my web application, a user would print bills from a web browser. It doesn't need to be compatible with other browsers, its okay if it only works in firefox. The problem ...
2
votes
0answers
142 views
Very slow Network printing using PrintServer and PrintQueue
I am working on an ASP.NET application and need to send documents to a network printer. I have utilized the PrintServer and PrintQueue to achieve the purpose as follows:
using System.Printing;
...
2
votes
0answers
49 views
Java Printing page pops out
I m trying to print a page using dot matrix printer.Whenever i print a page even if the page is half printed the printer pops out the whole page and takes it to the new page..Please suggest something ...
2
votes
0answers
83 views
Issue in printing html table with large amount of width
I have html table with ten rows and one <td> for each row who's width is more the browser view width, while printing this in IE 9 it prints only things what in view. I want to print whole table, ...
2
votes
0answers
426 views
How to print PDF from IFRAME if src = pdf?
I have an iframe which has to point to a PDF file:
<iframe id="ecard-pdf" name="ecard-pdf" style="position: absolute;" src="/profile.pdf">
</iframe>
I want to print the PDF in this ...
2
votes
0answers
215 views
JS Print Setup equivalent for Chrome
Somebody knows a Google Chrome plugin or any solution to print without headers and custom margins?
https://addons.mozilla.org/pt-BR/firefox/addon/js-print-setup/
JS Print Setup are a perfect ...
2
votes
0answers
200 views
Printing PDF through Phonegap
I would like to print a PDF displayed through a Childbrowser.
Is it possible?
I'm thinking of using the PrintPlugin from Phonegap but the problem is that it only accepts HTML string though I can ...
2
votes
0answers
280 views
Printing with more than 96 dpi in WPF
Let me explain the problem, I'm getting stuck in it
If I change the dpi settings from the dialog of Printing Preferences of a virtual printer like PDF Creator or any printer that allows to change ...
2
votes
0answers
147 views
Installing password protected network printer in Python with win32print
I am trying to connect to/install a network printer on my local machine through Python 2.7 and the win32print module. When attempting to connect to the printer normally (entering the IP address of the ...
2
votes
0answers
795 views
Printing PDF in jsp in iframe contents
I have researched several options for printing a pdf inside an iframe and none seem to be working.
Simple Details:
I get some search parameters from a user.
I do a database search and then use ...
2
votes
0answers
159 views
Move the sharepoint export list to excel button out of the ribbon
I am working with SharePoint Foundation 2010 to create an external facing site, allowing anonymous users to view most pages and lists.
On one of my pages there is a list that I would like my ...
2
votes
0answers
419 views
Printing PDF files in WPF with customized PrintTicket
In a current project I need to print reports I received from SSRS in Pdf format. So far I have learned that Pdf and WPF are not friends at all. But there is even more to the requirements:
Pdfs ...
2
votes
0answers
242 views
Google cloud print - print multiple copies
I have a problem with google cloud print api. I can't find an example for adding capabilities to a a printer (specifically multiple copies to a printer LaserJet Pro P1102w).
I used ...
2
votes
0answers
114 views
EndPrint event System.Drawing.Printing
I am printing using methods available in the older System.Drawing.Printing namespace because the PrintDocument object provides a PrintPage event which allows me to load an image and dispose of it ...
2
votes
0answers
232 views
Windows 8 Metro Print embedded webpage within WebView
In Windows 8 Metro, I want to print a webpage hosted in a WebView control.
Does the WebView control have a document that I can point to in order to invoke printing?
I want a user to be able to print ...
2
votes
0answers
219 views
How to print pdf file with wicket and javascript
my wicket apliaction created some pdf file. now I want to add button to print it somethink like this: http://javascript.about.com/library/blprint.htm how I can do it ?
2
votes
0answers
99 views
java printing index cards
I 'm developing this Java app and I'm trying to print
individual captioned storyboards on index cards, i.e. one image per card.
I had envisaged that I might be able to do this by printing in ...
2
votes
0answers
362 views
LPR command to print pcl-file from windows service not working(Now a tray application)
I've been looking around for a while for a possible solution and explanation, but I can't find anything really.
The following command is being run from a windows service. The same command does ...
2
votes
0answers
92 views
how to give job attributes from java.awt.JobAttributes to java.awt.print.Printable
I want to print. I am creating instance of graphics and printing. I am using the method
java.awt.print.Printable.print(Graphics g, PageFormat pf, int page)
.
I don't want to show the print dialog, i ...
2
votes
0answers
184 views
Adding multipage printing to Windows 8 ListView App
I have an app with a ListView showing a list of summary items.
I've added print support, but I'm stuck on splitting my content into different pages.
I can add multiple pages, but I don't know how to ...
2
votes
0answers
201 views
Printing Multiple Pages per Sheet
I am trying to figure out how to print multiple copies of a page per sheet when printing a document. For example, in Microsoft Publisher, if I have a document that is 8.5"x5.5" I can set Publisher to ...
2
votes
0answers
249 views
“Attempted to read or write protected memory..” error when CrViewer print button is clicked
I am getting the error "Attempted to read or write protected memory.." on print button click of the Crystal Report Viewer. This error is random and sometimes the report prints without any errors. ...
2
votes
0answers
147 views
Java printer status doesn't work
I have an USB printer and I saw that I can not know if my printer job was correctly printed because the method JobTransferComplete is invoked when job arrives to the printer spool and not to the ...
2
votes
0answers
235 views
Printing high quality images in Java
I'm currently struggling with the lack of information on the web about printing in Java in general and printing high quality images specifically.
My current situation is that i'm grabbing a couple of ...
2
votes
0answers
164 views
Get Java Printer GraphicsDevice
The JavaDocs indicate that the GraphicsEnvironment supports "screen and printer devices".
I can see how to obtain information about screen devices, but I can't seem to be able to find out information ...
2
votes
0answers
761 views
Printing a PDF document from a browser
I have web application that dynamically generates XHTML. The XHTML is then converted to PDF using Flying Saucer. The document is then streamed to the browser and served inline.
Part of the ...





