K Pradeep Kumar Reddy

Results 28 comments of K Pradeep Kumar Reddy

Is this issue fixed ? Is there any workaround for this issue ? I'm getting this exception Caused by java.io.IOException: cannot create document. Error: 3 at android.graphics.pdf.PdfRenderer.nativeCreate(PdfRenderer.java) at android.graphics.pdf.PdfRenderer.(PdfRenderer.java:165) at...

> No buildin support. But you can achieve it easily. Stackoverflow is your friend Could not find any references in stack overflow

What is the fix for this issue ?

> ``` > fun compressor(imageFilePath: File) { > val compressor = Compressor(this@AddNewStudentActivity) > Log.e("ImageFile Path","${imageFilePath}") > var compressedImage = compressor.setDestinationDirectoryPath(path.toString()) > .setMaxWidth(120) > .setMaxHeight(150) > .setQuality(40) > .setCompressFormat(Bitmap.CompressFormat.JPEG) > .compressToFile(imageFilePath)...

> Hey This library is totally fine we didn't looked for the another library. Please cross check all the drawable files from the library and from your project if the...

@karnasurendra App size increased by 30 MB after adding this library. Is there a way to reduce the app size ?

How did you resolve this issue ? I'm also facing the same issue.

@navimakarov Did you find any solution for using PdfViewer in a ViewPager ?

It is taking around 3-4 seconds to load just the first page of a PDF with 10 to 20 pages.