class created

parents
public class PDFReaderTest {
public static void main(String[] args) {
try {
PdfReader pdfReader = new PdfReader("test.pdf");
} catch (Exception e) {
e.printStackTrace();
}
}
}
public class lab4 {
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment