[iText-questions] RTF merge problem - resulted file is the superimposed sources

2009-02-04 Thread Dan M.
I am trying to merge 2 RTF files using the following code : public class MergeRTF { static String location=D:/servers/bea92MP2/user_projects/domains/iden15-exploded/offline/storage/; static String filenames[]={ TotalUsageCharges_20090203_145337.rtf,

Re: [iText-questions] RTF Merge

2008-02-28 Thread Howard Shank
Anil, I have updated the SVN repository with some changes that should fix the issue with your PNG graphic embedded in the RTF file. When you have time, please get the latest version and let me know if there are any problems. Regards, Howard Shank

Re: [iText-questions] RTF Merge

2008-02-28 Thread Anil Kumar
Thanks Howard, I will try it. Regards Anil -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Howard Shank Sent: Friday, 29 February 2008 4:26 AM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] RTF Merge Anil, I have updated

Re: [iText-questions] RTF Merge

2008-02-28 Thread Howard Shank
@lists.sourceforge.net Sent: Thursday, February 28, 2008 4:01:38 PM Subject: Re: [iText-questions] RTF Merge Thanks Howard, I will try it. Regards Anil -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Howard Shank Sent: Friday, 29 February 2008 4:26 AM To: itext

Re: [iText-questions] RTF Merge

2008-02-21 Thread Anil Kumar
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Howard Shank Sent: Thursday, 21 February 2008 2:46 AM To: Post all your questions about iText here Subject: Re: [iText-questions] RTF Merge Try it this way, rtfWriter.importRtfDocument(new FileReader(testfile_in.rtf)); Howard - Original

Re: [iText-questions] RTF Merge

2008-02-21 Thread Howard Shank
] [mailto:[EMAIL PROTECTED] On Behalf Of Howard Shank Sent: Thursday, 21 February 2008 2:46 AM To: Post all your questions about iText here Subject: Re: [iText-questions] RTF Merge Try it this way, rtfWriter.importRtfDocument(new FileReader(testfile_in.rtf)); Howard - Original Message From

Re: [iText-questions] RTF Merge

2008-02-20 Thread Bruno Lowagie
Mark Hall wrote: Hi, wait for the next release where the RTF import functionality has been massively improved (or compile yourself from the SVN source). The current release only supports very simple documents. I am currently updating the acknowledgments page:

Re: [iText-questions] RTF Merge

2008-02-20 Thread Mark Hall
Hi, wait for the next release where the RTF import functionality has been massively improved (or compile yourself from the SVN source). The current release only supports very simple documents. Mark On 20 Feb 2008, at 03:32, Anil Kumar wrote: Hi, I am trying to merge multiple RTF file in

Re: [iText-questions] RTF Merge

2008-02-20 Thread Howard Shank
any multi-document merge capabilities, but it is a feature on my to-do list. Regards, Howard - Original Message From: Anil Kumar [EMAIL PROTECTED] To: itext-questions@lists.sourceforge.net Sent: Wednesday, February 20, 2008 5:53:22 AM Subject: Re: [iText-questions] RTF Merge Hi Mark

Re: [iText-questions] RTF Merge

2008-02-20 Thread Anil Kumar
Hi Mark Do you have an example for this based on SVN code ? Regards Anil -Original Message- From: Mark Hall [mailto:[EMAIL PROTECTED] Sent: Wednesday, 20 February 2008 3:24 PM To: Post all your questions about iText here Cc: Anil Kumar Subject: Re: [iText-questions] RTF Merge Hi

Re: [iText-questions] RTF Merge

2008-02-20 Thread Anil Kumar
. Is this the correct way of importing RTF documents ? Thanks Anil -Original Message- From: Mark Hall [mailto:[EMAIL PROTECTED] Sent: Wednesday, 20 February 2008 3:24 PM To: Post all your questions about iText here Cc: Anil Kumar Subject: Re: [iText-questions] RTF Merge Hi, wait for the next

Re: [iText-questions] RTF Merge

2008-02-20 Thread Howard Shank
Try it this way, rtfWriter.importRtfDocument(new FileReader(testfile_in.rtf)); Howard - Original Message From: Anil Kumar [EMAIL PROTECTED] To: itext-questions@lists.sourceforge.net Sent: Wednesday, February 20, 2008 7:03:15 AM Subject: Re: [iText-questions] RTF Merge Thanks

[iText-questions] RTF Merge

2008-02-19 Thread Anil Kumar
Hi, I am trying to merge multiple RTF file in to one, file contains mixture of text and images. I tried using RtfDirectContent but colors and font gets mixed up and if I tried using importDocument then faced with encoding issues for RTF with images when using readers. Please help what is the

Re: [iText-questions] rtf merge field problem

2005-10-17 Thread Mark Hall
On Monday 17 October 2005 03:05, Budiono Saputra wrote: We are having a problem with using iText with merge document template. What we have is a document with a bunch of merge fields, and we also want to insert a dynamic table at the end of that document using iText. However, the dynamic