I Have the following method i am using


public Boolean process(File[] files){
for(int i=0;i<files.length;i++){
try {
PrintRequestAttributeSet pras = new...