android-pdf-api Questions
6
Solved
I am developing an application where I need to convert an Image to PDF. I tried something, but the issue is, Image size in that PDF is very very small. I need solution to fix this. Also I am lookin...
Newbill asked 30/3, 2016 at 9:55
11
Android does not have PDF support in its libraries. Is there any way to render PDF files in the Android applications?
Cattalo asked 16/3, 2010 at 16:50
1
In my application I am downloading pdf to Download folder and I am trying to open using below code.
String FileName="CardsDecks";
File imagePath = new File(this.getFilesDir(), "Download");
File ne...
Hellenist asked 1/1, 2020 at 11:4
4
Solved
I'm trying to create a pdf file inside my app, save it on the external storage the open it. Saving a file isn't an issue for me, nor is opening one, my issue is with creating one and writing in it....
Gunboat asked 15/12, 2015 at 17:53
4
I am creating a PDF file and saving it in local storage. When trying to open it, it is working perfect in all devices except in Android N. I am able to open PDF file in Android N using FileProvider...
Waterer asked 17/5, 2017 at 5:17
1
© 2022 - 2024 — McMap. All rights reserved.