public static void main(String argv[]) {
tests();
Document doc = jagpdf.create_file(argv[0] + "/basic.pdf");
doc.page_start(5.9*72, 3.5*72);
doc.page_end();
doc.finalize_doc();
}
public static void tests() {
int major = jagpdf.this_version_major;
int minor = jagpdf.this_version_minor;