Hello Michael,

1. iText RTF functionality is written to support Word 2003. Some functionality 
may or may not work properly in other readers. That said, if you want to post 
your code and files so I can review them I'd be happy to take a look and see 
what the issue is. As for quality, if you read the file into Word and save it 
from Word and the quality changes, that's not an iText issue.

2. When you create your list via whichever method i.e. List(float symbolIndent) 
or List(boolean numbered, boolean lettered, float symbolIndent)  or 
List(boolean numbered, float symbolIndent) the float value symbolIndent is the 
spacing between the listsymbol and the listtext. There is also the method 
List.setIndentationLeft(float indentation) that sets your indent spacing. 
Please note these are on the base "List" class and on on the RtfList object. I 
will look at adding a method to set the symbolIndent

Regards,
Howard Shank

----- Original Message ----
From: mrhiggins <[EMAIL PROTECTED]>
To: itext-questions@lists.sourceforge.net
Sent: Monday, May 19, 2008 6:35:34 AM
Subject: [iText-questions]  itext - rtf only works with word


I have to export a pressarticle to rtf with itext. We also have a preview in
java. 
In the rtf i have some phrases, a picture and sometimes a list. 

Problem 1:
Wordpad or the preview doesnt show the picture. If i open it in word and
save there, it works fine also in wordpad and in the preview, but the
quality isnt good.

Problem 2:
I have for each part of the list a chunk, and im adding the chunk+"\n" to
the list. 
This works but the space between the listsymbol and the listtext is about 10
characters. I cant change that.


Can someone help me?
-- 
View this message in context: 
http://www.nabble.com/itext---rtf-only-works-with-word-tp17315845p17315845.html
Sent from the iText - General mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Do you like iText?
Buy the iText book: http://www.1t3xt.com/docs/book.php
Or leave a tip: https://tipit.to/itexttipjar



      


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Do you like iText?
Buy the iText book: http://www.1t3xt.com/docs/book.php
Or leave a tip: https://tipit.to/itexttipjar

Reply via email to