I need to programmatically change the print orientation for one of my webbrowser controls in a winforms app. From what I\'m reading in other posts... it looks like the only way to do it is via a progr
I am working on a project that will end up printing receipts, my client uses a dot-matrix printer (some old version). He will need a system where receipt printing will be fast i.e. time efficient, and
My recent engagement demands a printer int开发者_StackOverflow社区egration using iPhone. The app will
I am wondering if it is possible to print a few images with specific options in c#. We have bunch of images in our db.
An in house application that I\'m developing is behaving strange on a Windows 7 (64 bit) PC. If I create an instance of a PrintDialog, and call it\'s ShowDialog() method, the method immediately retur
The question probably sounds a little odd, but the actual task is relatively simple, I swear! I\'m automatically generating some PDFs from a webform, using PDFCreator to merge a generated FDF into a
I\'m trying to create a fairly simple label printer to complement the services offered on our website (processing PayPal payments using IPN and outputting a CSV file containing customizable transactio
I\'m working on a project at the moment where the client uses an off-the-shelf Flash library to display data against a map. It\'s a SWF that we feed some XML data and it renders it in various ways, su
Does anybody know what is the resolution that will be used to render a printed HTML page. I\'d like to know what size (in centimeters or inches) will be a printed image of say 500x500pixels. I know th
I have code that \"pops up\" another ASPX page with an image in it. The javascript used to popup the the window is below.