when convert image To html face some issue private void saveImageAsHtml(Uri imageUri) { try { // Convert URI To a file path ContentResolver contentResolver = getContentResolver(); // Open an InputStream using the URI InputStream inputStream = contentResolver.openInputStream(imageUri); Bitmap urlToBitmap= BitmapFacTory.decodeStream(inputStream); // String imagePath = getRealPathFromURI(imageUri); Bitmap a......Words Document Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Insert the image into the...