// For complete examples and data files, please go to https://github.com/Aspose-3D-Cloud
		String name = "extractExample.pdf";
		String multifileprefix = "newScene";
		String newformat = "pdf";
		String password = null;
		String folder = "3DExample";
		String storage = null;
		ApiResponse<File> response = threeDCloudApi.postSceneToFileWithHttpInfo(name, multifileprefix, newformat,
				password, folder, storage);
		System.out.println(response.getStatusCode());