I need to use web services to convert uploaded file in pdf format by using uuid. In java how to use openkm DMS web services.
You should use this method:
Code: Select all
public Document createDocumentSimple(String docPath, InputStream is) throws IOException, UnsupportedMimeTypeException,
FileSizeExceededException, UserQuotaExceededException, VirusDetectedException, ItemExistsException, PathNotFoundException,
AccessDeniedException, RepositoryException, DatabaseException, ExtensionException, AutomationException, UnknowException,
WebserviceException;