  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | JSP - A mailing list about Java Server Pages specification and reference | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | concatenation example | concatenation example 2006-08-10 - By Stefan Burkard
Back hello
if i run the example code for pdf-file-concatenation from here: http://itextdocs.lowagie.com/examples/com/lowagie/examples/general/copystamp /Concatenate.java
the original content of the target-pdf is lost. let's say you want to concatenate pdf1, pdf2 and pdf3 and use pdf3 as concatenated pdf. if you do this with the example code above, the result is pdf3 with the contents of pdf1 and pdf2.
of course i can easily use a plain new document as target, but i want to make sure that i use the example correctly...
greetings stefan
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----- 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 iText-questions@(protected) https://lists.sourceforge.net/lists/listinfo/itext-questions
|
|
 |