Re: [iText-questions] PDF concatenation without page break

2006-07-17 Thread Aymeric Alibert
er()).   --Mark Storer   Senior Software Engineer   Cardiff Software #include typedef std::Disclaimer DisCard; -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] ]On Behalf Of Aymeric AlibertSent: Thursday, July 13, 2006 12:53 AMTo: Post all your questions abo

Re: [iText-questions] PDF concatenation without page break

2006-07-13 Thread Mark Storer
ng of course (yObj != null && yObj.isNumber()).   --Mark Storer   Senior Software Engineer   Cardiff Software #include typedef std::Disclaimer DisCard; -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Aymeric AlibertSent: Thursday, July 13, 2

Re: [iText-questions] PDF concatenation without page break

2006-07-13 Thread Aymeric Alibert
Bruno,> Hey, you have the same name as one of our princes (I live in the Kingdom> of Belgium).My wife is from Belgium too but she never told me about that. I need to dig that out...> Concerning your question: PDF is not a Word Processing Format. > It is a Page Description Languages: it describes wh

Re: [iText-questions] PDF concatenation without page break

2006-07-13 Thread bruno
Aymeric Alibert wrote: >I need to concatenate 2 small PDF documents on the same page. PdfCopy >will only do a page by page concatenation. Is it possible to >concatenate PDF with iText without a page break between them. > >Thanks, > >Aymeric > Hey, you have the same name as one of our princes (I li

[iText-questions] PDF concatenation without page break

2006-07-12 Thread Aymeric Alibert
I need to concatenate 2 small PDF documents on the same page. PdfCopy will only do a page by page concatenation. Is it possible to concatenate PDF with iText without a page break between them. Thanks, Aymeric - Using Tomcat

RE: [iText-questions] Pdf Concatenation: NullPointerException on PdfWriter.getPdfIndirectReference

2005-10-24 Thread Paulo Soares
ECTED] On > Behalf Of [EMAIL PROTECTED] > Sent: Monday, October 24, 2005 5:19 PM > To: itext-questions@lists.sourceforge.net > Subject: RE: [iText-questions] Pdf Concatenation: > NullPointerException on PdfWriter.getPdfIndirectReference > > Hi all, > > I sent to Paulo So

RE: [iText-questions] Pdf Concatenation: NullPointerException on PdfWriter.getPdfIndirectReference

2005-10-24 Thread Christophe.Nigaud
rt de [EMAIL PROTECTED] Envoyé : vendredi 21 octobre 2005 20:10 À : itext-questions@lists.sourceforge.net Objet : RE: [iText-questions] Pdf Concatenation: NullPointerException on PdfWriter.getPdfIndirectReference Well, After testing with last iText v1.3.5, the problem is still available :-( I will

RE: [iText-questions] Pdf Concatenation: NullPointerException on PdfWriter.getPdfIndirectReference

2005-10-21 Thread Christophe.Nigaud
EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de [EMAIL PROTECTED] Envoyé : vendredi 21 octobre 2005 14:09 À : itext-questions@lists.sourceforge.net Objet : RE: [iText-questions] Pdf Concatenation: NullPointerException on PdfWriter.getPdfIndirectReference Yes, i was thinking like you after po

RE: [iText-questions] Pdf Concatenation: NullPointerException on PdfWriter.getPdfIndirectReference

2005-10-21 Thread Christophe.Nigaud
Objet : RE: [iText-questions] Pdf Concatenation: NullPointerException on PdfWriter.getPdfIndirectReference Are you using the latest release 1.3.5? If you are post the PDF. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > [EMAIL PRO

RE: [iText-questions] Pdf Concatenation: NullPointerException on PdfWriter.getPdfIndirectReference

2005-10-21 Thread Paulo Soares
Are you using the latest release 1.3.5? If you are post the PDF. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of [EMAIL PROTECTED] > Sent: Friday, October 21, 2005 11:23 AM > To: itext-questions@lists.sourceforge.net > Subj

[iText-questions] Pdf Concatenation: NullPointerException on PdfWriter.getPdfIndirectReference

2005-10-21 Thread Christophe.Nigaud
Title: Pdf Concatenation: NullPointerException on PdfWriter.getPdfIndirectReference Hi all, The sourceforge seems to be really slow… So, sorry if this question has been already ask : I had a NullPointerException during a Pdf concatenation script, but nothing seems to be really null outsid

RE: [iText-questions] PDF Concatenation

2004-06-09 Thread Paulo Soares
Regards, Paulo Soares From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Franck LepléSent: Wednesday, June 09, 2004 8:34 AMTo: [EMAIL PROTECTED]Subject: [iText-questions] PDF Concatenation Hello, I have some PDF files with cross-references (each PDF file

[iText-questions] PDF Concatenation

2004-06-09 Thread Franck Leplé
Hello, I have some PDF files with cross-references (each PDF file references another PDF file). I want to concatenate these PDF files using IText. Is it possible to do that keeping the cross-references ? -->Comment By:

[iText-questions] PDF Concatenation

2003-10-31 Thread razer
Well, I'm already solve this problem... If anyone needs, ask me, I have the code (iText 0.92 ;-) bye... --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it hel

RE: [iText-questions] Pdf Concatenation

2003-10-31 Thread Paulo Soares
If you want to use an obsolete version, you're in your own. Best Regards, Paulo Soares > -Original Message- > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] > Sent: Friday, October 31, 2003 12:17 > To: [EMAIL PROTECTED] > Subject: [iText-question

[iText-questions] Pdf Concatenation

2003-10-31 Thread razer
Hello All... I am using iText 0.92, and need to concat two byte[], which represent two pdf files. I need to concat these two pdfs, but the code at internet is only for a new version of iText. Could you please help me... If anyone have a code in iText 0.92 to concat pdfs, please, se