Hello,
I have the question regarding the format: Indentation on PDF without extra spaces
I have css for Orderlist or unorderlist css, But facing issues while parsing this css to pdf
Extract from the HMTL File:
<Html>
<header>
</header>
<body>
string input =@"<strong>This is a test for converting HTML string to PDF </strong>
<p>Remove bullets, margin and padding:</p>
<ul class="no-bullets">
<li>Physical Demand Level: Heavy (Lifting or carrying up to 50-100lbs occasionally)
</li>
<li>Current Work-Related Functional Limitations: Lifting, Climbing Ladders, Bending</li>
</ul>" ;
</body>
</html>