About 4,000,000 results
Open links in new tab
  1. How to restore the last page was loaded in a PDF View?

    Sep 21, 2019 · So here is how to restore the last page you load in a PDF View: First step: declare an Integer variable inside your activity: Integer savedPage; Second step: inside onStop():

  2. How to Extract Data from PDF file in Android? - GeeksforGeeks

    Jan 15, 2021 · Many apps have switched overusing PDF files to represent data. So some of the apps have a requirement to extract the data from the PDF file and to display that data inside …

  3. Retrieving and Displaying PDF Files in Android Studio using Java: …

    Jun 20, 2023 · Are you looking to retrieve and display PDF files from your device in your Android app? In this tutorial, we will guide you through the process of getting all PDF files from your …

  4. How to view PDF File From the Google drive in Android Studio | And Last ...

    #java show pdf file in android studio using java, from a google drive link , Display the pdf file(stored in google drive) , Android pdf links from Text View ...

  5. Reading PDF File Using Java - Baeldung

    May 1, 2025 · In this article, we learned two different ways of reading PDF files in Java. We used iText and Apache PDFBox libraries to extract text from a sample PDF file. Both libraries offer …

  6. java - How to save users' last read Page Number - Stack Overflow

    Jul 2, 2019 · Here is my Shared Preferences method to store and retrieve the data. PDFView pdfView = findViewById(R.id.pdfView); savedpage=pdfView.getCurrentPage(); …

  7. Developer Guide for Foxit PDF SDK for Android | Foxit Developer

    13 hours ago · FoxitRDK.aar – contains JAR package which includes all the Java APIs of Foxit PDF SDK for Android, as well as the underlying “.so” libraries. The “.so” library is the heart of …

  8. PDF reader app that remembers the last page you were on? #605 - GitHub

    You could simply save the current page after overriding onPause() or onStop() in your activity or fragment. Get the current page by calling pdfView.getCurrentPage(). Restoring; When building …

    Missing:

    • Java

    Must include:

  9. Retrieving and Displaying PDF Files in Android Studio using Java: …

    Jun 20, 2023 · Are you looking to retrieve and display PDF files from your device in your Android app? In this tutorial, we will guide you through the process of getting all PDF files from your …

  10. Get Information About a PDF in Java - Baeldung

    Jan 8, 2024 · Learn different ways of getting information about a PDF file using the iText and PDFBox libraries in Java.

Refresh