I'm new here, so if my question is not understandable enough, let me know.
I am using XMLWorkerHelper
the part of code:
doc.Open()
Dim worker As XMLWorkerHelper = XMLWorkerHelper.getInstance()
Dim strHTML As StringReader = New
StringReader(sqlDataReader("Body").ToString())
worker.ParseXHtml(writer, doc, strHTML)
doc.Close()
strHTML is variable where i put html from my DataBase. My input HTML is
contain few <table>s In some cases I have problems with splitting rows
between pages.
I've found that the same problem you can simulate on XMLWorker demo page:
Demopage:
http://demo.itextsupport.com/xmlworker/
My input data is simple html with tables <table> find attachment
InputHTML.txt
Could you tell me why Cell 2,1 starts from new page? Why it does not start
directly after the Cell 1,1
Notice that cell 2,1 is spitted correctly on page 2 and 3.
Could you provide some solution for it?
I've spent hours to find some solution on the web. Unfortunately, without
success.
Regards
Tom
------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples:
http://itextpdf.com/themes/keywords.php