Class | Line # | Actions | |||||
---|---|---|---|---|---|---|---|
PdfDocument | 10 | 2 | 0% | 2 | 0 |
1 | package org.europa.together.application.internal; | |
2 | ||
3 | import com.lowagie.text.pdf.PdfReader; | |
4 | import java.io.IOException; | |
5 | ||
6 | /** | |
7 | * This class hides implementation details of the OpenPdf PdfReader class used | |
8 | * in the API. | |
9 | */ | |
10 | public class PdfDocument extends PdfReader { | |
11 | ||
12 | 3 | ![]() |
13 | 3 | super(filename); |
14 | } | |
15 | ||
16 | 1 | ![]() |
17 | 1 | super(reader); |
18 | } | |
19 | } |