-1
I managed a ticket of the Itau and was indicated to validate with the operator (bank Itau). The operator required to insert the special characters: CR+LF.
How do I do that ?
-1
I managed a ticket of the Itau and was indicated to validate with the operator (bank Itau). The operator required to insert the special characters: CR+LF.
How do I do that ?
1
These are the characters from Carriage Return and Line Feed. One is the ASCII code 10 and the other ASCII 13, I do not remember now which is which (also do not remember if it is in hexadecimal too, heheh).
As the UTF-8 charset holds the ASCII table, you can open the file for editing in this encoding pattern and add the missing characters.
I believe it to be a pair of characters at the end of each line of the boleto.
Browser other questions tagged java java-ee pdf billet caelum-stella
You are not signed in. Login or sign up in order to post.