import com.artifex.mupdf.fitz.*; void print(Object obj) { System.out.print(obj); } void println(Object obj) { System.out.println(obj); }