I have to develop printing functionality in Android 4.4 I want to develop following functionality: - Use Android 4.4 Print Framwork - Print pdf from SD Card(No Need to Re-Generate) - Configuration like : number of copies, page selection
I know it is possible in Android 4.4. But I want to print pdf from SD Card programmatically.
In my case just added aaptOptions { cruncherEnabled = false } to Build file