Hi, using itextSharp 5.0.6, I'm parsing html to create my pdf file and I've
tried to draw a horizontal line without success. With
border-bottom/border-top nothing is displayed in the pdf. I've also tried
<hr /> but I'm getting an error:

 (in public LineSeparator CreateLineSeparator(IDictionary<String, String>
attrs) {
            return factory.CreateLineSeparator(attrs,
currentParagraph.Leading / 2);
        }   currentParagraph is NULL)

and if I try to solve it, it then draws the line but nothing more is
displayed in the pdf.

Any idea how to solve it? Or how to draw a horizontal line parsing from
html?

Thanks in advance!

-- 
Xavi Deop
------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

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

Reply via email to