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 («применение/PDF»); Документ документирует = новый документ (); попытка { Буфер ByteArrayOutputStream = новое ByteArrayOutputStream (); PdfWriter.getInstance (документ, буфер); document.open (); //document.addHeader («firstname», «Lastname»); таблица/*PdfPTable = новое PdfPTable (2); table.addCell («1»); table.addCell («2»); table.getTableEvent (); document.add (таблица); * document.close (); dataOutput DataOutput = новое DataOutputStream (response.getOutputStream ()); байты байта [] = buffer.toByteArray (); response.setContentLength (bytes.length); для (int iий = 0; iий < bytes.length; i++) { dataOutput.writeByte (байты [I]); } } задвижка (DocumentException e) { e.printStackTrace (); } %>
Hey, взгляд,
http://200.14.205.244/pdfTest.jsp
То будет сервером стержня Tomcat 5, источник от testPage ниже, поэтому он работает как charme.
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15:
<> <>