Hi Howard,
I don't know if you see but you also missed changing the substring lenght of
the two lines above.
Regards,
So
Howard Shank wrote:
>
> Yes, I'm sorry. I missed changing the substring length.
>
> Howard
>
> - Original Message
> From: so
Howard,
Thanks for your code, I've test it and in order to add
"ctrlWord = "\\brdrcf" +
this.importHeader.mapColorNr(ctrlWord.substring(11));"
I add
"ctrlWord = "\\brdrcf" +
this.importHeader.mapColorNr(ctrlWord.substring(7));"
and it's
Unfortunately I obtain the same result.
Regards
So
Howard Shank wrote:
>
> So,
>
> You may want to try the following example. The parser is intended to be
> called via the RtfWriter2 object.
>
> ==
> Document document =
Yes of course.
testCourrier is the file I want to parse and testout is the result.
http://www.nabble.com/file/p14171496/testCourrier.rtf testCourrier.rtf
http://www.nabble.com/file/p14171496/testout.rtf testout.rtf
Thanks for your help
Best regards,
So
Howard Shank wrote:
>
>
, document);
OutputStream outputStream = new FileOutputStream("testout.rtf");
document.writeDocument(outputStream);
outputStream.flush();
outputStream.close();
Regards,
So
Howard Shank wrote:
>
> Hi So,
>
> I have found a couple issues with RTF color parsing for tables, inc
Hi Howard,
Thanks for your quick answer.
I'm waiting the fixe :)
Regards,
So
Howard Shank wrote:
>
> Hi So,
>
> I have found a couple issues with RTF color parsing for tables, including
> borders and backgrounds. As Mark indicated I am working on some fixes to
> su
ug of iText ?
I'm use the version 2.0.6
Best regards,
So
--
View this message in context:
http://www.nabble.com/-iText--rtf-wrong-color-border-tf4822376.html#a13796409
Sent from the iText - General mailing list archive at Nabble.com.
---