This is a native plugin for Android that allows you to convert HTML files into PDF files. You can preview and share the converted PDF file. The plugin supports HTML files stored in StreamingAssets or resource folders, as well as files chosen from your device. Note that external CSS links and hex color codes are not supported, but internal CSS using style tags and RGB colors is allowed.
The plugin offers three options for conversion:
- Export function: converts a selected HTML file from a dropdown into a PDF, with file paths set in the templatePath variable.
- ChooseFileAndCreatePDF() function: allows you to choose a file from your device and convert it into a PDF.
- CreatePDF(string htmltext) method: converts HTML text into a PDF file.





