XFPDF
This repository demonstrates you to generate the PDF file from HTML string in Xamarin Forms without any third party package.In Xamarin Forms, there is no default support either to generate the PDF or to view the PDF file. But you can achieve these requirements with native support through renderers for both Android and iOS platform.
The demo application in the repository is divided into three segments.
- Create HTML from URL.
- Convert the HTML string to PDF file.
- View the PDF file.
No comments:
Post a Comment