How do I ensure that wide html pages can be fit in a A4 size pdf page ?
I have tried following your eksempels but the right part of the page is not show'en in the pdf file.
Can It be done and how if possible.
Spire.Pdf.HtmlConverter.Qt.HtmlConverter.Convert("http://www.e-iceblue.com", "HTMLtoPDF5.pdf", true, 100 * 1000, PdfPageSize.A4, new PdfMargins(0, 0));