[iText-questions] Trouble reading and writing to PDF
Hi all, Can anyone tell me what is wrong with this? PdfReader reader = new PdfReader("template.pdf"); Document document = new Document(reader.getPageSize(1)); PdfWriter writer = PdfWriter.getInstance(document, new FileOutputStream
[iText-questions] Problem writing PDF using JSP
FileOutputStream(new File("doc.pdf"))); FileSeekableStream fileseekablestream = new FileSeekableStream(tempFile); Any help would be greatly appreciated. Thanks Matthew Ryan _ Get some free Cisco certific