Posts by Dionatan Araujo • 19 points
2 posts
-
0
votes4
answers178
viewsA: Doubt about React (props or state)
Props are the attributes of your component. The state refers to the state of its component.
reactanswered Dionatan Araujo 19 -
1
votes0
answers188
viewsQ: Remove pdf image using itext
I am adding image in pdf with itext, but in some moments I need to remove this same image.. How do I do this so as not to corrupt the reading of it? I have tried some ways, as follows:: The first…