Questions tagged as 'impressora'

1
answer

Remove printer and driver

I have the following code: private void btnDeletar_Click(object sender, RoutedEventArgs e) { string nomeImpressora = null; if(cmbImpressoras.SelectedIndex != -1) nomeImpressora = cmbImpressoras.SelectedItem.ToString(); else...
asked by 14.11.2014 / 13:32
1
answer

How to use AirPrint to print text from a UITextField?

Someone could indicate a tutorial, or sample code explaining how to print a text from a UITextField.     
asked by 27.01.2015 / 16:59
1
answer

How to print any document by cmd?

Is there a way to print a document (preferably .docx or .pdf format) using a Windows cmd command line? I tried to use print but it results in an error that says "Unable to initialize USB002 device (printer)"     
asked by 08.06.2018 / 00:33
1
answer

Help with php_printer.dll

I use PHP 5.5.12 and downloaded the dll version compatible and when it opens the page nothing happens and also no error appears. I rebooted Wamp and added the corresponding lines in php.ini php.ini printer.default_printer=PHP_INI_ALL exte...
asked by 16.09.2017 / 03:50
0
answers

Network dot matrix printer printing with PHP [closed]

Good afternoon. I'm trying to send a simple txt file to the network printer. The server is Windows, php 5.6 and is in a VPS. The printer is configured by VPN. I've tried to install the php_printer dll, but PHP did not recognize the library...
asked by 13.11.2018 / 18:29
0
answers

Image in printDocument_PrintPage

How to insert image into a print form, like in the case of the icon there when I'm editing the form The only way I ended up finding it was through Image IMG = Image.FromFile(Application.StartupPath + @"\Imagem.Extenção"); S...
asked by 01.01.2018 / 18:05
0
answers

Printer Printing Non-fiscal

Personal to do the printing on a printer Diebold I am using the following code: DocFlavor docFlavor = DocFlavor.INPUT_STREAM.AUTOSENSE; // Atributos de impressão do documento HashDocAttributeSet attributes = new HashDocAttributeSet...
asked by 09.11.2017 / 20:36
0
answers

Datacard recording using the IBidiSpl interface

Hello, I'm developing a C # application to write data to smartcards through the Datacard SD360 printer. After you download the SDK provided by the manufacturer (at this link: link ), I encountered some problems with the IBidiSpl Interface, u...
asked by 04.10.2017 / 15:21
0
answers

How to install and use cordova-plugin-term-printer on IONIC 2

I'm having trouble installing this Cordova plugin on IONIC 2 "cordova-plugin-term-printer" because this is not a native plugin I was limited. Believe I researched more than 7 days ago and seeing and reviewing the same pages of solutions that nev...
asked by 26.09.2017 / 05:51
0
answers

android - Creating an app to make impressions

I've been looking at Google Cloud Print and it seems to be the easiest way to have it, right? But the impression would be to stay in an application where the user would not be able to get into his Google account. Given this, what wo...
asked by 13.07.2017 / 16:14