Hi,
i had tried code
PrintJob viewPrintJob = new ViewPrintJob.Builder().view(printLayout).build(); viewPrintJob.print(getActivity(), CloverAccount.getAccount(getActivity()));
It shows toast of view sent to print but nothing gets printed can anyone suggest