profile.set("info.creation_date", "0");
profile.set("stdsh.pwd_user", "user");
profile.set("stdsh.pwd_owner", "owner");
Document doc = jagpdf.create_file(argv[0] + "/encrypted.pdf", profile);
doc.page_start(597.6, 848.68);
Canvas canvas = doc.page().canvas();
String res_dir = testlib.getResourcesDir();
String image_path = res_dir + "/images/lena.jpg";
// bookmark
doc.outline().item(horse);
// image