----- Original Message ----- From: "Dave Brown" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Saturday, October 21, 2006 4:54 PM Subject: [iText-questions] using itext with jasperreports
> Hi all, > > I'm trying to use both iText with jasperreports but struggling.. I want > first run a jasperreport creating a pdf (this is working now), either to > a > file or a byte[] and then add annotations to it (media) using iText.. > > Is it best to first produce a file and then add my annotations ? Or since > I > can run the first report to a byte[], do that so its already in memory and > ready to work with.. > > My confusion is what to use, pdf Reader/write copy etc.. Create it to a byte[] and then read it with PdfReader and use PdfStamper to add new content. Paulo ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
