public interface BasePdf
| 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) |
boolean |
split(String uuid,
String dstId,
String baseName,
List<Integer> pages) |
InputStream getImage(String uuid, int page, String size) throws RepositoryException, AccessDeniedException, PathNotFoundException, DatabaseException, ConversionException, WebserviceException, UnknownException
boolean split(String uuid, String dstId, String baseName, List<Integer> pages) throws DatabaseException, RepositoryException, AccessDeniedException, PathNotFoundException, DocumentException, AutomationException, UnsupportedMimeTypeException, PrincipalAdapterException, ItemExistsException, VirusDetectedException, UnknownException, WebserviceException
boolean extract(String uuid, String dstId, String name, List<Integer> pages) throws DatabaseException, RepositoryException, AccessDeniedException, PathNotFoundException, DocumentException, AutomationException, UnsupportedMimeTypeException, PrincipalAdapterException, ItemExistsException, VirusDetectedException, UnknownException, WebserviceException
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
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
Copyright © 2021 Open Knowledge Management System S.L.. All Rights Reserved.