Android-PdfMyXml icon indicating copy to clipboard operation
Android-PdfMyXml copied to clipboard

Convert android XML layouts into PDF document, works on all versions of Android.

Results 6 Android-PdfMyXml issues
Sort by recently updated
recently updated
newest added

Can you please post a code sniffet on how to create a pdf with multiple.pages dynamically , i mean if someone has a scrollview than how he/she will be able...

Hello, i'm trying to print a checkbox but this is not checked when the pdf is generated. in the layout ![captura de pantalla 2018-05-31 a la s 9 31 09...

how can i print a view with a recyclerview ?

I have updated the aspect ratio calculation method from `ar = page.getWidth() / image.getWidth();` to ``` float i_width = image.getWidth(); float i_height = image.getHeight(); if(i_width > i_height){ ar = page.getWidth()...

Strangely is taking around 20 seconds to finish a simple small PDF with 7,5Kb size, but sometimes it tooks 1 second, what it might be? `D/ViewRootImpl@79dead3[MeterActivity]: ViewPostIme pointer 0 D/ViewRootImpl@79dead3[MeterActivity]:...

In RelativeLayout its some attributes are not properly rendered like centerInParent. And widgets are not properly placed in pdf as they were in android xml. In LinearLayout also, widgets are...