public class PdfImpl extends ClientImpl implements BasePdf, Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
extract(String uuid,
String dstId,
String name,
List<Integer> pages) |
InputStream |
getImage(String uuid,
int page,
String size) |
boolean |
remove(String uuid,
String dstId,
String name,
List<Integer> pages) |
boolean |
rotate(String uuid,
String dstId,
String name,
Integer angle,
List<Integer> pages) |
void |
setAuthorizationToken(String authorizationToken)
setAuthenticationToken
|
boolean |
split(String uuid,
String dstId,
String baseName,
List<Integer> pages) |
getClient, resource, resourcepublic PdfImpl(String host)
public void setAuthorizationToken(String authorizationToken)
public InputStream getImage(String uuid, int page, String size) throws RepositoryException, AccessDeniedException, PathNotFoundException, DatabaseException, ConversionException, WebserviceException, UnknownException
getImage in interface BasePdfRepositoryExceptionAccessDeniedExceptionPathNotFoundExceptionDatabaseExceptionConversionExceptionWebserviceExceptionUnknownExceptionpublic boolean split(String uuid, String dstId, String baseName, List<Integer> pages) throws DatabaseException, RepositoryException, AccessDeniedException, PathNotFoundException, DocumentException, AutomationException, UnsupportedMimeTypeException, PrincipalAdapterException, ItemExistsException, VirusDetectedException, UnknownException, WebserviceException
split in interface BasePdfDatabaseExceptionRepositoryExceptionAccessDeniedExceptionPathNotFoundExceptionDocumentExceptionAutomationExceptionUnsupportedMimeTypeExceptionPrincipalAdapterExceptionItemExistsExceptionVirusDetectedExceptionUnknownExceptionWebserviceExceptionpublic boolean extract(String uuid, String dstId, String name, List<Integer> pages) throws DatabaseException, RepositoryException, AccessDeniedException, PathNotFoundException, DocumentException, AutomationException, UnsupportedMimeTypeException, PrincipalAdapterException, ItemExistsException, VirusDetectedException, UnknownException, WebserviceException
extract in interface BasePdfDatabaseExceptionRepositoryExceptionAccessDeniedExceptionPathNotFoundExceptionDocumentExceptionAutomationExceptionUnsupportedMimeTypeExceptionPrincipalAdapterExceptionItemExistsExceptionVirusDetectedExceptionUnknownExceptionWebserviceExceptionpublic boolean remove(String uuid, String dstId, String name, List<Integer> pages) throws DatabaseException, IOException, RepositoryException, AccessDeniedException, PathNotFoundException, DocumentException, AutomationException, UnsupportedMimeTypeException, PrincipalAdapterException, ItemExistsException, VirusDetectedException, UnknownException, WebserviceException
remove in interface BasePdfDatabaseExceptionIOExceptionRepositoryExceptionAccessDeniedExceptionPathNotFoundExceptionDocumentExceptionAutomationExceptionUnsupportedMimeTypeExceptionPrincipalAdapterExceptionItemExistsExceptionVirusDetectedExceptionUnknownExceptionWebserviceExceptionpublic boolean rotate(String uuid, String dstId, String name, Integer angle, List<Integer> pages) throws DatabaseException, RepositoryException, AccessDeniedException, PathNotFoundException, DocumentException, AutomationException, UnsupportedMimeTypeException, PrincipalAdapterException, ItemExistsException, VirusDetectedException, UnknownException, WebserviceException
rotate in interface BasePdfDatabaseExceptionRepositoryExceptionAccessDeniedExceptionPathNotFoundExceptionDocumentExceptionAutomationExceptionUnsupportedMimeTypeExceptionPrincipalAdapterExceptionItemExistsExceptionVirusDetectedExceptionUnknownExceptionWebserviceExceptionCopyright © 2021 Open Knowledge Management System S.L.. All Rights Reserved.