Re: [iText-questions] Merging PDF, but different from example.

2007-03-02 Thread Larouche Jean-François
ratePDF(ReponsePDF.java > > :102) > > at > > ca.qc.inspq.junit.ReponsePDFTest.main(ReponsePDFTest.java:80) > > > > Jeff > > > > On 3/2/07, Paulo Soares <[EMAIL PROTECTED] > wrote: > > > Importing pages doesn't preserve links

Re: [iText-questions] Merging PDF, but different from example.

2007-03-02 Thread Larouche Jean-François
DF format. > > > > Paulo > > > > > -Original Message- > > > From: [EMAIL PROTECTED] > > > [mailto: [EMAIL PROTECTED] > On > > > Behalf Of Larouche Jean-François > > > Sent: Friday, March 02, 2007 4:49 PM > > > To: Pos

Re: [iText-questions] Merging PDF, but different from example.

2007-03-02 Thread Paulo Soares
: Friday, March 02, 2007 5:51 PM > To: Post all your questions about iText here > Subject: Re: [iText-questions] Merging PDF, but different > from example. > > So its not possible to use something like this? > There must be a way, i probably dont use it correctly. > > Byte

Re: [iText-questions] Merging PDF, but different from example.

2007-03-02 Thread Larouche Jean-François
Of Larouche Jean-François > Sent: Friday, March 02, 2007 4:49 PM > To: Post all your questions about iText here > Subject: Re: [iText-questions] Merging PDF, but different > from example. > > Ack i just tough about it, i cannot do that, there might by > hyperlinks inside the

Re: [iText-questions] Merging PDF, but different from example.

2007-03-02 Thread Paulo Soares
r questions about iText here > Subject: Re: [iText-questions] Merging PDF, but different > from example. > > Ack i just tough about it, i cannot do that, there might by > hyperlinks inside the PD4ML generated pdf. If i clip an image > i will loose all this information. >

Re: [iText-questions] Merging PDF, but different from example.

2007-03-02 Thread Larouche Jean-François
stions about iText here > > Subject: Re: [iText-questions] Merging PDF, but different > > from example. > > > > Well i want to add the "content" of all pages in another PDF > > inside a PdfPCell. > > That cell is inside a dynamically generated Do

Re: [iText-questions] Merging PDF, but different from example.

2007-03-02 Thread Larouche Jean-François
ng PDF pages and treating them as images. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Larouche Jean-François > Sent: Friday, March 02, 2007 4:36 PM > To: Post all your questions about iText here > Subject: Re: [iText-

Re: [iText-questions] Merging PDF, but different from example.

2007-03-02 Thread Paulo Soares
stions about iText here > Subject: Re: [iText-questions] Merging PDF, but different > from example. > > Well i want to add the "content" of all pages in another PDF > inside a PdfPCell. > That cell is inside a dynamically generated Document with iText. > > Wou

Re: [iText-questions] Merging PDF, but different from example.

2007-03-02 Thread Larouche Jean-François
Well i want to add the "content" of all pages in another PDF inside a PdfPCell. That cell is inside a dynamically generated Document with iText. Would that be possible? Im still digging through mailing archive without luck. On 3/2/07, Bruno Lowagie <[EMAIL PROTECTED]> wrote: Larouche Jean-Fra

Re: [iText-questions] Merging PDF, but different from example.

2007-03-02 Thread Bruno Lowagie
Larouche Jean-François wrote: > But its only working if i close all the PDFs, re-read them, and merge on > a page basis. Are you saying you tried using bytes from a document that wasn't closed? The close method creates the Cross-Reference table and the trailer of the document. Those are essential

[iText-questions] Merging PDF, but different from example.

2007-03-02 Thread Larouche Jean-François
Hi All, Its been some time that i try to merge a PDF created in memory from iText and an utility called PD4ML. Everything is in memory, and the good example on website is working. But its only working if i close all the PDFs, re-read them, and merge on a page basis. The only problem, the user wa