Conversion 23 - HTML to PDF Converter For Android
Brain Station 23
$5.00
(no ratings)
Date |
Price |
---|---|
日期和时间 |
价钱($) |
12/21(2022) |
5.0 |
11/15(2024) |
5.0 |
Jump AssetStore
Convert your HTML files into PDFDocumentation || Download Demo APKThis is a native plugin only for Android. This plugin helps you to convert your html file into a pdf file. You can also preview and share your converted PDF file through this plugin. You can keep your HTML file inside StreamingAssets or resource folders. Also, you can choose html file from your device.Limitations:If there is an external CSS file link or Hex color code inside HTML text or file, this plugin won't function correctly. You can use internal CSS by employing style tags and the appropriate RGB (Like RGB (255,255,255)) or basic color instead of external CSS and hex color code.Free Assets Used In This Project:NativeFilePicker: NativeFilePickerThere are three options in our plugin to convert html files into pdf.The export function converts html file into a PDF selected from the dropdown. These files you can keep inside StreamingAssets or Resource folder. Just set the file path in the templatePath variable.ChooseFileAndCreatePDF() function help you to choose file from your device and then convert it into pdf file.CreatePDF(string htmltext) method to convert html text into pdf file.