[Android] How do I add a page?

Posted in Android Updated on .
Written by Peter Steinberger

  • Open the document editor by pressing the thumbnail grid icon in the action bar.

  • Make sure you are in the edit mode. To switch to the edit mode you have to press the edit button at the bottom.

  • The floating edit button will have changed to a...

Read more…

[Android] How do I delete a page?

Posted in Android Updated on .
Written by Peter Steinberger

  • Open the document editor by pressing the thumbnail grid icon in the action bar.

  • Make sure you are in the edit mode. To switch to the edit mode you have to press the edit button at the bottom.

  • The floating edit button will have changed to a...

Read more…

[Android] How to open PDF Viewer from my app?

Posted in Android Updated on .
Written by Robert Vojta

PDF Viewer implements Intents, which allows you to open PDF files programmatically.

To open a PDF file from your application, you can use this Kotlin snippet:

// Get your document URI.
val uri = Uri.fromFile(documentFile)
val mime = "application...
Read more…

[Android] How do I clear the cache?

Posted in Android Updated on .
Written by Robert Vojta

Cache pruning on Android is a system feature and you don't need to think about it. But there are situations when it's useful, for example:

  • You want to regain used space

  • You have performance issues

  • PDF Viewer application misbehaves (crashing...

Read more…

[Android] Redaction

Posted in Android Updated on .
Written by Christoph Mantler

Use the Redaction tool to securely and irrecoverably remove sensitive text from your documents using PDF Viewer for iOS.

Read more…

[Android] Document Search

Posted in Android Updated on .
Written by Tomáš Šurín

In PDF Viewer, you can search for file names as well as the document content across all your folders, or even just the current directory, as required.

1. You can access the document search by tapping the magnifier icon in the action bar in PDF Viewer...

Read more…

Copyright © 2010-2024 PSPDFKit GmbH. All Rights Reserved.