Posts by Johnata Rodrigo • 23 points
2 posts
-
2
votes1
answer308
viewsQ: How to recall the function without losing the Precedent?
I’m still beginner in Node.Js, and do not know how to do this operation. In the code below to realize that the function readSubscriptions() is called right after function login(). But if there is an…
-
0
votes1
answer474
viewsQ: How to read a PDF containing accented characters using iText?
I am trying to read a PDF using this iText library, however, accented characters are ignored, I have already looked at the project Encoding and this as UTF-8. PdfReader reader = new…