Tagged Questions
0
votes
0answers
17 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 ...
-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
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
2answers
53 views
Winform - Label Printing?
I am working on an application in which I need to print labels ranging from 1"x3" up to 8"x10". The text and images that will be printed on the labels is defined in a xml file that contains all needed ...
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
117 views
e.graphics.drawstring showing text on printpreview but not printing
I am working with c# windows based application.[Visual Studio 2010]
In that i am trying to print the bill.
I have formed that bill using e.Graphics.Drawstring.
In this it is showing me printpreview ...
0
votes
0answers
141 views
How to use ReportDocument.ExportToStream of Crystal report to Add job directly on PrintQueue in C#
Working on C# 4.0, WinForm application and Crystal report.
I have a report, designed on crystal report, it's page size is A6, i want to print 4 page on 1 sheet of A4, this is achieved by printing ...
1
vote
1answer
63 views
Why does multi page printing in Windows Forms work the way it does?
Since we recently learned how to print in Windows Forms, I was wondering why to print multiple pages, OnPrintPage(PrintPageEventArgs e) of your PrintDocument gets called for each page and to tell it ...
2
votes
1answer
60 views
how to print something that is not shown on the screen
I've been struggling for while now in printing a document,
the document have a header footer and body,
the body (which is a grid) have different size for each different document.
the document may ...
0
votes
0answers
85 views
Printing contents of panel with super quality
How can i print contents of a panel in C#. Drawing contents panel to bitmap has less quality. How can i increase it? Contents panel are buttons, rectangle shapes and labels. If i use draw rectangle ...
-1
votes
1answer
130 views
Printing DataGridView [duplicate]
I have set up a form, where I have a DataGridView with bookings, currently I can print the DataGridView but only what is on display, so any data that is only visible by scrolling down is not printed.
...
0
votes
1answer
604 views
how to print datagridview data on winforms?
i have a program that has a datagridview, this holds data that i want to print the out when the "print" button is pushed.
so far i have got the print button working but when i print on the winform ...
2
votes
1answer
363 views
Print and Preview DataGridView in Landscape format
Private Sub btnPreview_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnPreview.Click
preview.PrintPreviewControl.Zoom = 1
preview.Document = print
...
0
votes
2answers
289 views
WebBrowser class - how to print document without header/footer?
I'm using the WebBrowser class to open document, change values, save and print. The problem is, that it prints the document including the header("Page 1 of 1") and footer(root of the document + date)
...
0
votes
0answers
20 views
Force application to execute when Print command execute
I am developing one application where I need the keep count of no. of documents printed on any printer on the system.
I am using Win32_Printer Class for getting the no of document per print request.
...
0
votes
0answers
368 views
Receipt Printing - VB.NET
I am developing an application that prints cash receipts on thermal printer. The paper width
is 3 inches and the length is dynamic since the printer uses paper roll. I use the following
code to ...
0
votes
1answer
534 views
PrintDocument / PrintPreviewDialog Nothing Draws or Prints
I am playing around with the PrintDocument and PrintPreviewDialog classes to learn them, but I cannot seem to get the document to print anything when sent to the printer, and also nothing draws at all ...
0
votes
0answers
145 views
Batch print of rdlc report
I need to do batch printing of my rdlc reports. Each report is an invoice (uses parameters). So what I need is to have in a Report Viewer, all the invoices(multiple rdlc) of a selected month. Is there ...
0
votes
1answer
102 views
Printing info using a WCF service
I´m new to webservices, specially WCF´services but I´m handling it ok. My situation is the following one: I have a client app that calls the WCF services and obviusly, the WCF services. All is working ...
0
votes
0answers
116 views
Remove Left and Right borders TelerikGridView For Winforms
I am printing a telerik GridView, and under some conditions i want to hide the left and right borders of the cell. I have tried the below code but it did not work as it is removing the top and bottom ...
0
votes
0answers
57 views
Best tool for printing labels [closed]
I have some labels on a panel and they are movable by user.
And i want print them on a page in the locations that user mentioned.
For this operation i used Stimulsoft but it has some bug in ...
0
votes
0answers
81 views
PrintDialog.ShowDialog() causes visual styles on all controls to become disabled
I'm using Windows 7 x64 with Visual Studio 2012. Showing a print dialog causes all controls throughout all forms in the application to lose their visual styles. By this I mean the buttons lose their ...
0
votes
1answer
551 views
Printing multiple document in c# window application
In c# window application I having a trouble with printing documents, when its become more than 1 page. See the following code which I am using for printing document and its working fine, while there ...
-1
votes
1answer
148 views
how to print data from a DB in c# via Winform Application? [closed]
I am looking for a simple way to print data from a Sql DB using my Winform Application
but I want to able to customize it. Like adding titles and being able to decide where each thing will be on the ...
0
votes
1answer
132 views
Access Violation Exception was unhandled
I am trying to print an image by OnPrintPage event as follows.
protected virtual void OnPrintPage(object sender, PrintPageEventArgs e)
{
Image img = ExportAsMetafile(0);
CultureInfo current = ...
0
votes
0answers
222 views
Printing in C# winform from a DataTable
I have a very ugly windows forms application written in C# with sqlce as the data source. I need a way to print records from a table based off of the number of lines that the records will take up on ...
0
votes
0answers
110 views
Eliminate “Printing Page 1 of Document” message
I have this routine that prints labels, both in preview mode on the screen and to the label printer. Before each print operation starts, an annoying dialog box is displayed on the screen for a brief ...
0
votes
1answer
877 views
Printing PDF file page by page using system.drawing.printing
Glad to know that if there are any components out there in market to support printing PDF file page by page, As I am trying for multiple pdf files(Can be multisize) printing in a single job,I need to ...
1
vote
2answers
572 views
Printing and making reports in c# winform
I used in Delphi QuickReport to create reports and print. What can I use to do this in .NET C#?
I added some reporting elements (Microsoft reports and Crystal reports) to my project (Winforms app), ...
1
vote
1answer
167 views
MSDN's multi-page printing example doesn't appear to work correctly
I'm following MSDN's "how to" document on printing multiple pages: How to: Print a Multi-Page Text File in Windows Forms
I've turned the example on that page into a project (tried Visual Studio 2010 ...
0
votes
0answers
194 views
How to capture Devexpress XtraReport printed date
I've been using Devexpress XtraReport to display list of clients for print. Due to my system requirement, I'm expected to store the last print date in the database. I've tried the PrintProgress method ...
0
votes
0answers
89 views
Punching & Stapling command to printer in C#.NET(without JDF)
does anybody worked on printer programming in sending PDF file to the network printer and specifying the special properties like Punching & Stapling, As I know this can be achieved in JDF with a ...
0
votes
1answer
451 views
System.Drawing.Printing Drawing String vertically fromRight to Left in rectangle center alignment
I want to draw a string in a specified rectangle(vertical direction), Below code gives me wat I am after but the text flow is from Left to Right, What I am trying to is Right to Left. Like Line 1 on ...
0
votes
1answer
161 views
Error when trying printing *.prn file
I have problem with printing *.prn file. This is code:
Process process1 = new Process();
process1.StartInfo.FileName = "copy";
process1.StartInfo.Arguments = string.Format(@" /b C:/test/test.prn ...
0
votes
2answers
111 views
How to print a form in c# [closed]
I am using teecharts with C# and I want to print the graph that is generated to a pdf. Does anyone have any recommendations that are preferably free? This is a desktop application that uses forms.
0
votes
1answer
201 views
Print PDF and Custom Label Size
I am generating PDF document using iTextSharp (winforms), now i need to print this generated PDF document using a Label Printer.
I have multiple Printers installed on my machine, so with VB.net I ...
1
vote
1answer
343 views
How to print one large image in many pages?
I want to print one tall (long) image in many pages. So in every page, I take a suitable part from the image and I draw it in the page.
the problem is that I have got the image shrunk (its shape is ...
0
votes
1answer
149 views
How can I size a Form or a FlowLayoutPanel for printing larger than the Screen size?
I have a Form whose main panel is a FlowLayoutPanel that is exactly what I want to print (it is designed to look like a nicely formatted document... no buttons, etc. ... you right-click for commands).
...
1
vote
1answer
102 views
In WinForms, has anyone seen invoking of one modal dialog from another modal dialog cause the modality to get undone?
The Questions:
Has anyone seen invoking of one modal dialog from another modal dialog cause the modality to get undone?
If you wanted to make a call with ShowDialog so that you get back a result, ...
-1
votes
1answer
157 views
Am I printing this windows form right? [duplicate]
Possible Duplicate:
Print Windows form in c#
I need to print the form where the print button is on:
private void btnPrint_Click(object sender, EventArgs e)
{
Graphics g1 = ...
1
vote
2answers
543 views
Display output on the form in VB 2010
I'm designing a windows form. I have output to be displayed on the form it self.
Tried using print, but it is not working.
How do I do that?
I'M NOT PRINTING THE FORM.
ADDED:
I need to display 3 ...
2
votes
1answer
247 views
Print on multiple pages c#
I would like to print more pages using c# . in the function printDocument1_PrintPage which prints the document i have:
int values = 0;
foreach (DataRow row in rows.Rows)
values++;
...
0
votes
0answers
69 views
I need tips with experience on printing International Commercial Invoices
So I have done hours of research and still can't figure out what the simplest, fastest, and/or most efficient way to generate and print Commercial Invoices for International Shipments would be. ...
1
vote
1answer
472 views
Print Preview in vb.net is empty
Here is my code:
Imports System.Drawing
Imports System.Drawing.Printing
Imports System.Data
Imports System.Data.OleDb
Public Class Form3
Dim dgv As New DataGridView()
Dim print As New ...
0
votes
1answer
341 views
C# print preview gets closed when you close another form
I'm showing a print preview window for some large pages. The rendering of these takes some time so I want to show more progress information than the default 'Page 1/1' message.
I created a simple ...
0
votes
0answers
136 views
Printing Images C# Overlapping Wrong
I have created a program much like Photoshop in the sense that you can place images (picture box) on a control, move them around, delete them, and so on... I have also managed to put together a method ...
1
vote
0answers
266 views
Print into XPS-file and then print it to printer
I've tried to print content of RichTextBox and there are too many bugs if I print to printer.
But when I'm printing to XPS-file (through XPS-printer in windows) and then printing this file to printer ...
0
votes
0answers
168 views
VB.Net print pdf (1st page black & white, 2nd page color)
I have an app that generates a pdf on the fly and then sends it to the printer.
This used to work fine earlier, print page 1 as black and white and page 2 as color.
However, the new printer insists on ...
3
votes
2answers
512 views
c# easy way to print formated data
I'm looking for a simple way to print DIN-A4 paper with data from a database on it. The data should be filled into multiple tables with borders. Some of the data should have a different text format ...
9
votes
2answers
315 views
RichTextBox rotating text for printing
Good day!
I need to print short card from RichTextBox.
Size of card is 10x14 cm.
Because of customer's printer features we can put card in a printer only this way:
I've tried to set PageSettings ...






