-
-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] can't find the saveTo function, what should I do? #136
Comments
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 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. |
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?
The text was updated successfully, but these errors were encountered: