BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
Query |
Response |
As you can see in the image the right margin doesn't display correctly (one of the two decimal digit is missing and also the remaining margin).
After many tests I argue it is a problem with the mix of margins, sizes of IeSettings and PdfDocument.PegeSettings.
- Can you drive me to some documentation where is explained how to master this aspect? |
We are able to reproduce the “PDF content is clipped while converting XML to PDF using IE” issue in our end. Currently we are analysing on this and we will update you with validation details by July 16th, 2019. |
Do you plan to implement xml to Pdf in WebKit? Pdf as image of IE Engine is not the max, at all. |
WebKit HTML converter internally make use of QtWebKit rendering engine for the conversion, WebKit rendering engine itself do not have support for converting XML to PDF with XLS. So, there is no plan to implement XML to PDF in WebKit. |
'Set manual pdf page size.
settings.PdfPageSize = New System.Drawing.SizeF(618, 842)
|