android - Add anotations to a pdf -


I want to add an annotation to a PDF file, such as marking a line of text with yellow in PDF . To know if it is possible in Android or not. If yes, no code sample or any link will be useful

It is not possible through Android's API, and even there is a free third-party Java library that you can use.

The only possibilities are:

  • WebView and
  • Use commercial
  • your own
  • Open the file in the second app that has the necessary capabilities (such as the ADB reader)

  • Comments

    Popular posts from this blog

    ios - How do I use CFArrayRef in Swift? -

    eclipse plugin - Run java code error: Workspace is closed -

    c - Error on building source code in VC 6 -