Subversion Repositories SmartDukaan

Rev

Rev 22199 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 22199 Rev 22202
Line 101... Line 101...
101
			try {
101
			try {
102
				if(entry.getValue() != null) {
102
				if(entry.getValue() != null) {
103
					image = Image.getInstance(entry.getValue());
103
					image = Image.getInstance(entry.getValue());
104
				} else {
104
				} else {
105
					document.add(new Paragraph(entry.getKey() + " is missing."));
105
					document.add(new Paragraph(entry.getKey() + " is missing."));
-
 
106
					continue;
106
				}
107
				}
107
			} catch (Exception e) {
108
			} catch (Exception e) {
108
				e.printStackTrace();
109
				e.printStackTrace();
109
				try {
110
				try {
110
					PdfReader reader = new PdfReader(entry.getValue());
111
					PdfReader reader = new PdfReader(entry.getValue());