Questions tagged as 'imprimir'

0
answers

Library printCE

Someone can help me configure the following lines of code to use the printCE.dll library in c # to connect to a printer apex4 . PrintInfo info = new PrintInfo(); info.color_mode = 0; //En blanco y Negro info.printer = 22; //Impres...
asked by 02.07.2018 / 11:33
1
answer

Error trying to print "java.lang.UnsatisfiedLinkError"

I'm trying to print from my application to a printer epson of network , but I get the following error:    java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader [DexPathList [[zip file "/data/app/com.mike.pos-1/base.apk", / sys...
asked by 23.04.2018 / 20:37
0
answers

print a contract with my database information

Well, what happens is that I have a contract for a company in pdf format, but I want that where it says name: rut: and things like that I want it to be filled with the information of my database, I do not know what would be the procedure, I do n...
asked by 30.01.2018 / 19:52
1
answer

The program in java does not print the result

I try to make a program that converts a decimal number to binary, octal and hexadecimal I made a menu and everything, the binary conversion works but when entering the number in the other conversions, it just does not print anything.  here the p...
asked by 01.11.2018 / 20:15
1
answer

Print from PHP with coordinates

Good day developers, I am developing something in PHP , but I need to know if there is any way to print with coordinates, I have experience in c # with the impressions and there is a way to do it by means of values in x - y, but looking for how...
asked by 05.06.2018 / 03:42