Subject: Re: insert one PDF file into another
From: "David B. Bitton" <david@xxxxxxxxxxxxxx>
Date: Thu, 14 Mar 2002 20:33:44 -0500
|
iText.
Read the following:
http://www.lowagie.com/iText/tutorial/ch01.html#readingPDF
It will give you all the examples you need. Pay close attention to this:
http://www.lowagie.com/iText/examples/Concat.java
I am currently using this in conjunction w/ FOP to encrypt my PDF's once
they are created. They have some classes that read PDF's and then allow for
you to include them in a new one (with others if you so choose)
--
David B. Bitton
david@xxxxxxxxxxxxxx
www.codenoevil.com
Code Made Fresh Daily™
----- Original Message -----
From: "Mathy V Arumugam" <mathy.v.arumugam@xxxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Thursday, March 14, 2002 5:40 PM
Subject: insert one PDF file into another
> I need to insert one PDF file into another PDF file, say, insert page 7
> in another pdf file or insert page 7-12 into another. I am looking for
> a simple solution!!!!
>
> a)One freeware java library is etymon's PJ
> http://www.etymon.com/
> (They have api's like java api. But there's a lot of programming to be
> done and it may take some time to do it.)
>
> b)JavaPDF -- create pdf files and draw charts,graphs directly onto pdf
> http://www.dot.state.oh.us/javapdf/
> (this is not what I am looking for)
>
> c)pdflib, activePDF, PDFfactory & pdfEverywhere- commercial products
>
>
> Thanks in advance
> Mathy
>
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|