Questions tagged [android-pdf-api]

Android APIs for manipulation of PDF content.

Android APIs for manipulation of PDF content.

Reference: https://developer.android.com/reference/android/graphics/pdf/package-summary.html

50 questions
0
votes
1 answer

How to move a drawable image to bottom of canvas in android

In my app i have created a PDF file and i hve used canvas to draw texts and images,My problem is ,I want to add an image on the bottom of the PDF page,So that i have used this code; Drawable icon =…
Tom
  • 296
  • 6
  • 22
0
votes
1 answer

How to open encrypted PDF file on Android?

I'm using JoanZapata/android-pdfview library to open PDF file. But there is no option to open encrypted PDF file. Are there any other libraries to open PDF files or maybe it is possible with JoanZapata/android-pdfview?
ChikabuZ
  • 10,031
  • 5
  • 63
  • 86
-1
votes
3 answers

Trying to create a PDF from a listview

Hello Everyone I'm trying to create a pdf programatically from a set of images. I'm loading images on Listview from array list. after displaying the images on click floating action button I'm willing to create a new PDF file. I'm successfully…
-2
votes
2 answers

What is the best method to show large multi line text in android app.

Hi StackOverFlow Community, I am trying to create an android app in which i had to show the Syllabus of our college comprising of various branches,for which i had the data in PDF format of 100's of pages.Now what is the best way to display all the…
-2
votes
1 answer

Android: How can I convert a receipt to a pdf file?

I want to make an receipt in pdf file, like the below image, in android programmatically? The following is an example of a printed receipt, please help.
newOnAndroid
  • 141
  • 3
  • 16
1 2 3
4