} else {
if (contentServerUrl == null || contentServerUrl.length() == 0) {
contentServerUrl = myBasisUrl + "/cs/cs?action=pdf&images=";
}
String url = "";
FilenameFilter filter = new FileListFilter("\\d*\\.tif");
File imagesDir = new File(myProzess.getImagesTifDirectory(true));
File[] meta = imagesDir.listFiles(filter);
ArrayList<String> filenames = new ArrayList<String>();
for (File data : meta) {
String file = "";