HTMLToQPDF icon indicating copy to clipboard operation
HTMLToQPDF copied to clipboard

HTMLToQPDF is an extension for QuestPDF that allows to generate PDF from HTML

Results 16 HTMLToQPDF issues
Sort by recently updated
recently updated
newest added

I am receiving an exception while trying to render an `` list. The exeption: Method not found: 'QuestPDF.Infrastructure.IContainer QuestPDF.Fluent.ElementExtensions.Element(!!0, System.Func`2)'. Example content: ``` A paragraph First item in the list...

![This is an image](https://user-images.githubusercontent.com/26045342/195960914-1aef2f7e-f5bb-4c4b-bbe9-cd4770a0527f.png) click "Create pdf" is crash

Unit.Mill => Unit.Mil, as in use of QuestPDF.Infrastructure

Hi, Is it possible to convert the html ordered list with lower alpha? i.e. instead of 1, 2, 3 the list is numbered as a, b, c ... Thanks.

v1.1.0 fails when used with QuestPDF 2023.12.5 when encountering UL tags in the data. Investigation of the breaks suggested they are due to changes to ListsContainer Types in QuestPDF. On...

Hi I've found a problem happend in a situation like this: sit, amet consectetur adipisicing elit. The result is that the system removes the whitespace before the b tag. To...

Every table has a border. I used style, border = 0, handler.SetContainerStyleForHtmlElement("table", t => t.Border(0f)); (and for good measure td, and tr). Nothing works. What am I doing wrong and...

Hello, I think this library will be good if will can transfer all html tags I was trying this HTML ```HTML GeeSuthSoftCloud - View Docuemnt html, body, { margin: 0;...