import com.lowagie.text.pdf.PdfReader; public class MainClass { public static void main(String[] args) throws Exception { PdfReader reader = new PdfReader("HelloWorldRead.pdf", null); } }