I am receiving a byte stream by calling a rest endpoint which represents a pdf, and this pdf is just a template with placeholders for fields like firstName, lastName etc. Now I want to play with the byte stream (convert to some object maybe?) and populate fields like firstName, lastName and then convert the formatted thingy back to bytestream and send to UI.
- Is it even possible?
- How to start with, is there any tool available for that? Like pdfbox
Any help would be appreciated