compressDocumentOnline method

Compress and resize images inside the document. The default settings allows to reduce the size of the document without any visible degradation of images quality.

Implementation

Future<CompressDocumentOnlineResponse> compressDocumentOnline(
    CompressDocumentOnlineRequest request) async {
  return await _apiClient.call(request) as CompressDocumentOnlineResponse;
}