Open Melkon2008 opened 6 months ago
Thank you for creating your first issue. We appreciate your help in making this project better. We will look into it, and get back to you soon. Need help or want to discuss this issue? Join our Discord community here to ask questions and discuss this issue live!
First, make sure you import the saveTo
enum class:
import com.rajat.pdfviewer.util.saveTo;
Then, use it in your code like this:
PdfViewerActivity.launchPdfFromPath(
context = context,
path = path,
pdfTitle = "PDF Title",
saveTo = saveTo.ASK_EVERYTIME,
fromAssets = false
);
saveTo is no longer under PdfViewerActivity. We need to update the README.md to reflect this. I've proposed the changes in https://github.com/afreakyelf/Pdf-Viewer/pull/132
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.
This issue was closed because it has been stalled for 5 days with no activity.
can't find the saveTo function, what should I do?