String dataDir = Utils.getSharedDataDir(ConvertToImage.class) + "Notebook/"; // Load a OneNote Notebook Notebook notebook = new Notebook(dataDir + "Notizbuch �ffnen.onetoc2"); dataDir = dataDir + "ExportNotebooktoImage_out.png"; // Save the Notebook notebook.save(dataDir);