How to Convert HTML to PDF, or Redirect to Browser in Flutter
i need help with a Flutter project. I need to export a highly styled PDF. I have an HTML file the imports a JSON and converts a HTML page for printing, i need export this html page in PDF.
Is there any libary for HTML to PDF conversion? Or libary to redirect the HTML page to a browser,I use android and PC to export project.