HTML-Renderer icon indicating copy to clipboard operation
HTML-Renderer copied to clipboard

I'm trying to integrate HTML Render into my Open Source project Tangenta40

Open dstrucl opened this issue 8 years ago • 3 comments

I'm developing open source project https://github.com/dstrucl/Tangenta40. I'm trying to use your HTML-Renderer for printnig Invoices and Proforma-Invoices. There is a problem to print a big Invoice with many items on multiple A4 pages. I'm going to modify some source code in your HTML renderer. Can you give me an advice. I' have allready integrated Source code of your HTML-Renderer into Tangenta40 project.

dstrucl avatar May 20 '17 21:05 dstrucl

Provide some HTML example?

bjorn-ali-goransson avatar Jan 10 '18 21:01 bjorn-ali-goransson

You can find samples in https://github.com/dstrucl/Tangenta40/tree/master/TANGENTA/Tangenta_DefaultPrintTemplates These are samples with tokens (keys) that are replaced by real values and then printed. I have changes Arthurs's rendererand you can find it at: https://github.com/dstrucl/Tangenta40/tree/master/HtmlRenderer%201.5.0.6%20with%20print%20pages%20support Arthurs's Html renderer needs many improvements and it is not working so well. It is also not comaptible with major source browse renders. Regards Damjan

dstrucl avatar Jan 11 '18 09:01 dstrucl

Yes, this software is very old and hacky. There is another fork of this project that seems to be more up to date:

https://github.com/ggeurts/HTML-Renderer

Also other forks exist, maybe you can explore them. The creator of AngleSharp was planning to make a similar library as this one, hope it can be released soon.

As to your examples I didn't really understand what would be the problem with them. You need to be more specific if you want any help.

bjorn-ali-goransson avatar Jan 17 '18 02:01 bjorn-ali-goransson