0
I am developing a PDV system and I need to print coupons! I am in possession of a non fiscal printer of the i7 model Elgin. I have been for hours looking for a way to print a coupon from a Report (.rdlc) that I have assembled, but I can never print, the impression is wrong (there are no details about which error). I’ve searched API, . DLL on the Elgin website and nothing either ... I’ve tried numerous ways and nothing works!! Does anyone have any solution to make that impression?
PS: using the program Elginutility I have already managed to print, but they are only test papers. Using Posprintertester also with you. What I want is for my program to succeed, which for some reason does not work!
You want to print tax coupons on a non tax printer ? How so ?
– Rovann Linhalis
my mistake, sorry! kkk
– Messias Tayllan
Oops! in Paraná and some state since 2016 you can use Nfce https://arquivei.com.br/blog/entenda-que-e-a-nfce/ , this printer can print since it does not need to approve as in ECF.
– alxwca
excellent article @alxwca ! Do you know if there is a Dll or any way that can make the connection between my program and this printer so that I can print the information, such as QR Code? I managed to use it only by the commands of Serialport and unfortunately I could only print lines of text, as in a console.
– Messias Tayllan
I haven’t seen any dll ready yet, you will have to build second parameterization of this printer.
– alxwca
usually these nontax printers work in the same way as other printers in the windows spooler, just have printing...
– Rovann Linhalis
Any progress Messiah ? I have an answer that I also use to print on other non tax printers: https://answall.com/a/251032/69359 but in the case of a
.rdlc
try this: https://msdn.microsoft.com/pt-br/library/ms252091.aspx– Rovann Linhalis
Man, I gave some configured here and it worked using this link ai microsoft, but had forgotten to give the feedback. Thank you very much! :)
– Messias Tayllan