Commit 41f9a28c authored by 9731050's avatar 9731050

first change'

parents
Pipeline #307 canceled with stages
import com.itextpdf.text.pdf.PdfReader;
public class Main {
public static void main(String[] args) {
try {
PdfReader pdfReader = new PdfReader("test.pdf");
System.out.println(""+pdfReader.getNumberOfPages());
} catch (Exception e) {
e.printStackTrace();
}
}
}
\ No newline at end of file
File added
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