Re: [iText-questions] write pdf file to disk

2006-12-01 Thread muleiro
Thanks Bruno. Finally I solved it using a jFileChooser and letting the user to choose where to create the pdf file. Best regards and thank you for your help, iago Bruno Lowagie (iText) wrote: > > muleiro wrote: >> Yes, that's true, but i think that changing the JVM wor

Re: [iText-questions] write pdf file to disk

2006-11-29 Thread muleiro
leOutputStream (needed by iText to write the pdf) from this FileObject. Thank you for your help, muleiro Bruno Lowagie (iText) wrote: > > muleiro wrote: >> Hii think i'm fighting against a quite simple problem but i'm afraid >> i >> can

[iText-questions] write pdf file to disk

2006-11-28 Thread muleiro
Hii think i'm fighting against a quite simple problem but i'm afraid i can't resolve it. I create my pdf file using a FileOutputStream like this: FileOutputStream fos = new FileOutputStream("OUT.pdf"); PdfCopy copy = new PdfCopy(document, fos); (...) And iText creates the OUT.pdf as i want

Re: [iText-questions] Creates an FDF and merges it with a PDF several times

2006-10-26 Thread muleiro
Thank you very much, your help has been very very useful to me. Regards, Iago Muleiro Bruno Lowagie (iText) wrote: > > muleiro wrote: >> Ok, thank u very much. >> >> "although what you're doing is exactly >> the same." >> >> I'

Re: [iText-questions] Creates an FDF and merges it with a PDF several times

2006-10-26 Thread muleiro
Ok, thank u very much. "although what you're doing is exactly the same." I'd say "what i wanted to do" because i haven't find the way to do it yet. Thank you anyway. Regards, Iago Muleiro Paulo Soares wrote: > > There's no support for page tem

Re: [iText-questions] Creates an FDF and merges it with a PDF several times

2006-10-25 Thread muleiro
different data), the 2 next pages of B are like the fourth page of A, etc. Is there any way to call the Page Templates of A to fill the fields on that page? Bruno Lowagie (iText) wrote: > > muleiro wrote: >> Hi, i'm quite new on iText so please be patient with me. >> I

[iText-questions] Creates an FDF and merges it with a PDF several times

2006-10-25 Thread muleiro
. Could this be done with iText library? How? Thank you very much, Iago Muleiro -- View this message in context: http://www.nabble.com/Creates-an-FDF-and-merges-it-with-a-PDF-several-times-tf2506271.html#a6988043 Sent from the iText - General mailing l

[iText-questions] rtf reports

2006-10-23 Thread muleiro
Can i create .rtf report files from Java code using jrxml report templates created with iReport? Does anybody know how XmlToRtf class works? Any suggestion would be appreciated. Thank you, Iago Muleiro -- View this message in context: http://www.nabble.com/rtf-reports-tf2493221.html#a6950822

Re: [iText-questions] xml to rtf help (XmlToRtf problem?)

2006-10-23 Thread muleiro
I'm getting no error message and no exceptions. Just the file myNewReport.rtf empty...and i don't know why Thanks, Iago Muleiro Mark Hall-6 wrote: > > > On 20.10.2006, at 12:00, Iago wrote: > >> Hi, >> I'm new on iText capabilities and i'm a bi