XFPDF icon indicating copy to clipboard operation
XFPDF copied to clipboard

This repository demonstrates you to generate the PDF file from HTML string in Xamarin Forms without any third party package.

Results 2 XFPDF issues
Sort by recently updated
recently updated
newest added

If URL has images, then need to convert the URL completely to HTML. So, that we can render the URL completely to PDF file. Raise a query in the Xamarin...

Trying to create PDF with custom width and height by changing `PDFToHtml.PageWidth` and `PDFToHtml.PageHeight` values but generated PDF has still the same size every time. Doesn't matter which values I...