Re: [iText-questions] Tool Tips before and after resultWriter.addPage(page)

2008-02-15 Thread 1T3XT info
chris123321 wrote: The problem persists I don't have the time to create a PDF with Tool Tips, then copy/paste your code into something I can run on my machine and reproduce your problem. But if you can provide a small sample (a zip file with 2 one page Pdfs and a one-class standalone Java app),

Re: [iText-questions] Tool Tips before and after resultWriter.addPage(page)

2008-02-15 Thread chris123321
1T3XT info wrote: chris123321 wrote: The problem persists I don't have the time to create a PDF with Tool Tips, then copy/paste your code into something I can run on my machine and reproduce your problem. But if you can provide a small sample (a zip file with 2 one page Pdfs and a

Re: [iText-questions] Tool Tips before and after resultWriter.addPage(page)

2008-02-15 Thread chris123321
1T3XT info wrote: chris123321 wrote: Ok, I attached a small eclipse project, without the itext 2.0.8 jar. The resulting pdf resides in the bin folder. Aha, before I could only guess; now your problem is crystal clear. Have a look at your original PDF. It contains an XFA form with

Re: [iText-questions] Tool Tips before and after resultWriter.addPage(page)

2008-02-15 Thread 1T3XT info
chris123321 wrote: I never heard of XFA or AcroForms before As a matter of fact, that's probably not the official terminology, but it's an easy way to refer to PDF forms defined in PDF style syntax introduced in PDF 1.2, as opposed to forms defined using the XML Forms Architecture introduced in

Re: [iText-questions] Tool Tips before and after resultWriter.addPage(page)

2008-02-14 Thread chris123321
I simply don't know where to look for the cause of the problem, our itext api code does not consider any tool tip manipulation and I am not an expert in designing the form with adobe creator or whatsoever. Are you using PdfCopy? PdfCopyFields? Some more info would be appreciated. -- i

Re: [iText-questions] Tool Tips before and after resultWriter.addPage(page)

2008-02-14 Thread Bruno Lowagie
chris123321 wrote: -- i use PdfCopy Why? Switch from PdfCopy to PdfCopyFields and let us know if the problem persists. br, Bruno - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio

Re: [iText-questions] Tool Tips before and after resultWriter.addPage(page)

2008-02-14 Thread chris123321
Bruno Lowagie (iText) wrote: chris123321 wrote: -- i use PdfCopy Why? Switch from PdfCopy to PdfCopyFields and let us know if the problem persists. br, Bruno The problem persists, i do the following: private File combinePDFs(InputStream... pdfStreams) throws IOException,

[iText-questions] Tool Tips before and after resultWriter.addPage(page)

2008-02-08 Thread Chris
Hello list, i create a pdf with itext2.0.5 that consists of several other pdfs. i do this by smth like for each currentPart { page = resultWriter.getImportedPage(new PdfReader(currentPart), i); resultWriter.addPage(page); } Everythings fine except some tool tips seem to

Re: [iText-questions] Tool Tips before and after resultWriter.addPage(page)

2008-02-08 Thread 1T3XT info
Chris schreef: I simply don't know where to look for the cause of the problem, our itext api code does not consider any tool tip manipulation and I am not an expert in designing the form with adobe creator or whatsoever. Are you using PdfCopy? PdfCopyFields? Some more info would be