1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: 37: 38: 39: 40: 41: 42: 43: 44: 45:
<% response.setContentType (“applicazione/pdf„); Il documento documenta = nuovo documento (); prova { Amplificatore di ByteArrayOutputStream = nuovo ByteArrayOutputStream (); PdfWriter.getInstance (documento, amplificatore); document.open (); //document.addHeader (“firstname„, “Lastname„); tabella di/*PdfPTable = nuovo PdfPTable (2); table.addCell (“1„); table.addCell (“2„); table.getTableEvent (); document.add (tabella); */ document.close (); dataOutput di DataOutput = nuovo DataOutputStream (response.getOutputStream ()); byte di byte [] = buffer.toByteArray (); response.setContentLength (bytes.length); per (int i = 0; i < bytes.length; i++) { dataOutput.writeByte (byte [i]); } } fermo (DocumentException e) { e.printStackTrace (); } %>
Hey, sguardo,
http://200.14.205.244/pdfTest.jsp
Quello è un web server del Tomcat 5, la fonte dal testPage è sotto, in modo da funziona come un charme.
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15:
<> <>