To create a PDF from the currently open web page, choose Convert Web Page To PDF. Then select a location, type a filename, and click Save . To add a PDF of the currently open web page to another PDF, choose Add Web Page To Existing PDF. Then locate and select the existing PDF, and click Save.
Read moreHow can I create a PDF with images in flutter?
Use pdf plugin
Read moreHow do you download a PDF from an online site?
Saving a PDF from a web page
Read moreHow do I download a PDF directly from URL?
How to Download PDF from Link
Read moreHow do I download API file from flutter?
You can use flutter_downloader – to download and open the file, path_provider – to access device paths and permission_handler – to handle the device storage permissions . Please customize the following example to download the PDF file and open it in your project. It’s taken from flutter_downloader example.
Read more