printdocument
How to print html in C#
I would like to print a file using PrintDocument in C#. The file is simple HTML (I need it because I ne开发者_StackOverflow中文版ed the text in the file to be located in specific places within the pag[详细]
2023-04-11 00:20 分类:问答Issues Resizing Image to fit on a printed page
I am trying to print an image (from fil开发者_StackOverflow中文版e) to a the printer using a PrintDocument.[详细]
2023-04-07 06:28 分类:问答C# PrintDocument and Printer Status
I am trying to get the printer status of a PointOfSale printer using the following code: Ha开发者_运维知识库shtable properties = new Hashtable();[详细]
2023-04-03 15:01 分类:问答c# printdocument
I am using printDocument to print from a list view. This all works fine. Originally when the print dialog opened I could use the default printer or choose another (s开发者_如何学Pythonuch as adobe pdf[详细]
2023-03-06 12:07 分类:问答System.Drawing.Brush from System.Drawing.Color
I\'m developing a WinForm Printing application for our company. When the document is printed, I need 开发者_开发技巧to take the System.Drawing.Color property of each Control on the document and creat[详细]
2023-02-27 04:01 分类:问答Can I disable the printing page x of y dialog?
I am developing a full screen kiosk application using c#. I need to print tickets and receipts. I use the PrintDocument class for the printing. Printer prints perfectly, but i need to disable the开发者[详细]
2023-02-21 00:52 分类:问答how to set to default printer
How do you set PrintDocument.PrinterSettings.PrinterName to be the default printer? I am not talking 开发者_运维问答about setting the default printer in the operating system.Rather, I am talking abou[详细]
2023-02-14 19:13 分类:问答Using an internal network, is it possible to print documents silently?
I have a client that hosts a touch screen kiosk in their lobby. It\'s essentially an internal html website. They want customers to be able to click a link and have a pdf print without seeing a print d[详细]
2023-02-04 05:30 分类:问答Are there any tools to convert XML/XSLT or HTML/CSS to Graphics?
I am wondering, is th开发者_JAVA百科ere maybe a tool that can convert simple HTML/CSS (or just HTML) or XML/XSLT to a Graphics object?[详细]
2023-01-30 14:05 分类:问答.net 2.0 PrintDocument problem
I am trying to print some pages through Virtual PDF Printer drivers (FoxitPDF Writer, doPDF, NovaPDF, etc.).[详细]
2023-01-28 18:32 分类:问答