Re: [iText-questions] RE: Adding a new pdf page
Dilan wrote: stamper.close(); The above method closes the outputstream! You can't add anything to the outputstream after stamper.close(); If you manage to do this somehow, the resulting PDF will be corrupt. I was wondering, how can I add extra pages to this
[iText-questions] RE: Adding a new pdf page
Hello, I got this following method; InputStream input = null; try { input = new BufferedInputStream(new FileInputStream("/template- authority.pdf")); } catch (IOException e) { logger.error("Error opening file region",