Can you provide the HTML file?

Howard Shank



----- Original Message ----
From: krishna tara <[EMAIL PROTECTED]>
To: Post all your questions about iText here 
<[email protected]>
Sent: Monday, July 21, 2008 11:46:38 AM
Subject: Re: [iText-questions] Is rowspan and colspan possible in iText



I wrote the following code:

StyleSheet st = new StyleSheet();
st.loadTagStyle("body", "leading", "10,0");

ArrayList p = HTMLWorker.parseToList(new FileReader("C:/iText/sir.htm"), st);
        for (int k = 0; k < p.size(); ++k)
            document.add((Element) p.get(k));

After completion of compiling file the output is not coming properly for ex: If 
there are some spaces between line to line or paragraph to paragraph then the 
converted file format has been changed I mean the entire alignment.


On Mon, Jul 21, 2008 at 8:38 PM, 1T3XT info <[EMAIL PROTECTED]> wrote:

krishna tara wrote:
> Could you please provide sample code.

Google is your friend.
--

This answer is provided by 1T3XT BVBA

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
iText-questions mailing list
[email protected]
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 the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
iText-questions mailing list
[email protected]
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