A
A
This also doesn't seem to work properly: Property Gateway Complex (O) 1 Macquarie Place, Syd NSW Permitted Use Arcade Games Licensed Area O-GATE-DS Budget Site Size 3m x 3m Licence...
Can any of you guys/girls provide an example on how to use the above method? This is what I'm currently doing: `string testStylesheet = "~/Scripts_RMS/Shared/FormLetter/ckeditor.css"; var cssData = TheArtOfDev.HtmlRenderer.PdfSharp.PdfGenerator.ParseStyleSheet(testStylesheet, true);...
So you did something similar to this? `string testStylesheet = "p { line-height: 1!important; }"; var cssData = TheArtOfDev.HtmlRenderer.PdfSharp.PdfGenerator.ParseStyleSheet(testStylesheet, true);`
Thanks, I'll give this a go. Have you played around with line-height CSS by any chance? It seems that the PDF converter doesn't work for pt values, though I'm not...
+1 At the moment, images with the "float: left/right" css property does not work and gets overridden by parent elements with properties such as text-align: left/center/right. Please add this feature,...
Hi gyfke, Is there a way to include the handling of page-break-after and page-break-before properties?
I haven't received a reply yet from Andrey. I've contacted the main contributor (Arthur) and he has responded by not being able to support the forced page break functionality. On...
Sounds like a good solution. Is there any way you could guide me to getting that done? I need to implement that for my project also. On Tue, Oct 4,...
Yes, I set the page size by the configuration options they offer (A4, A5, etc). However, it does not force a page break when I add a div element with...
Oh okay, thank you so much Azimov. I'll let you know if I need further assistance. Appreciate your help! :) On Tue, Oct 4, 2016 at 9:36 PM, Azimov Aleksandr...