Closed qbait closed 3 years ago
The pdf from URL is already cached by the package, so it would be super convenient to be able to share and print that cached pdf.
@qbait u can access file path like this PDF().cachedFromUrl( url, whenDone: (String filePath) => print(filePath)) after get file path u can make what u want like share, print etc
PDF().cachedFromUrl( url, whenDone: (String filePath) => print(filePath))
Perfect. Thank you!
The pdf from URL is already cached by the package, so it would be super convenient to be able to share and print that cached pdf.