Hi all, what happens is that I have a servlet, what it does is to generate a PDF using html and css, then that pdf is sent to the frontend to download it.But what I need to do now is to send information from the java sling model of the template to the servlet, to generate a PDF with the information ...