PDFsharp & MigraDoc Foundation
http://forum.pdfsharp.com/

Pdfsharp with C# is not generating same HTML output into PDF
http://forum.pdfsharp.com/viewtopic.php?f=2&t=3908
Page 1 of 1

Author:  jitendra patil [ Tue Jan 29, 2019 12:36 pm ]
Post subject:  Pdfsharp with C# is not generating same HTML output into PDF

Pdf generation using PDFsharp and below C# code is not getting same output as HTML has, which contain 3 columns in single row. Please check below links to reproduce the scenarios.

C# code - Convert HTML to PDF using HTML Renderer

HTML - https://www.w3schools.com/csSref/tryit. ... lumn-count

PdfSharp.Pdf.PdfDocument pdfs = PdfGenerator.GeneratePdf(File.ReadAllText(myhtml), PdfSharp.PageSize.A3, 15, null, null, imageLoad: OnImageLoad);
pdfs.Save(xmlpath + "ComponentWithPDFsharp.pdf");

Please help on this.

Author:  Thomas Hoevel [ Tue Jan 29, 2019 2:38 pm ]
Post subject:  Re: Pdfsharp with C# is not generating same HTML output into

You are not using PDFsharp. Sorry, cannot help.

Page 1 of 1 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/