How to convert a PDF generating in response.outputStream to a Base64 encoding
问题 I am doing a project where i need to create a admit card for student who are appearing in examination. The pdf Generation part is working fine but my problem is i have to encode my pdf to Base64 format. I am not finding any solution. My code are given as bellow public void downloadPdf() throws IOException, DocumentException { System.out.println("hi i ma in"); resultList=examinationDetailsService.readAdmitCardData(); for(Object[] data:resultList) { personalDetails=(PersonalDetails)data[0];