How to Add Footer in pdf using itext library in spring boot Application?
i want to add this part into footer in my pdf how to do that..?
Download not working from the response on Spring Boot
I can’t download from the response. I don’t know what I’m doing wrong.
I tried changing content-type to octet-stream, application/pdf, tried not using “produces”. If i write it locally instead of downloading, it generates the pdf perfectly. But if i’m trying to download from the response, it doesnt work.