Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 365 Bytes

File metadata and controls

12 lines (8 loc) · 365 Bytes

API

PDF Downloader

Example app to download pdf from url and saved into your internal storage

String url = ""; // your pdf url
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(url)));

PDF Downloader