Commit 6c3c82ea authored by 9731013's avatar 9731013

init

parents
Pipeline #310 canceled with stages
import com.itextpdf.text.pdf.PdfReader;
public class a{
public static void main(String args[]){
try{
PdfReader pdfReader = new PdfReader("a.pdf");
System.out.println(pdfReader.getNumberOfPages());
} catch (Exception e){
System.out.println(e.getMessage());
}
}
}
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