Table of Contents

Interface IScanbotPdfGenerator

Namespace
ScanbotSDK.MAUI.PdfGeneration
Assembly
DocumentSDK.MAUI.dll
public interface IScanbotPdfGenerator

Methods

GenerateFromDocumentAsync(string, PdfConfiguration, OcrConfiguration)

Task<Result<Uri>> GenerateFromDocumentAsync(string documentUuid, PdfConfiguration pdfConfiguration, OcrConfiguration ocrConfiguration = null)

Parameters

documentUuid string
pdfConfiguration PdfConfiguration
ocrConfiguration OcrConfiguration

Returns

Task<Result<Uri>>

GenerateFromImagesAsync(IEnumerable<ImageSource>, PdfConfiguration, OcrConfiguration)

Task<Result<Uri>> GenerateFromImagesAsync(IEnumerable<ImageSource> images, PdfConfiguration pdfConfiguration, OcrConfiguration ocrConfiguration = null)

Parameters

images IEnumerable<ImageSource>
pdfConfiguration PdfConfiguration
ocrConfiguration OcrConfiguration

Returns

Task<Result<Uri>>

GenerateFromImagesAsync(IEnumerable<ImageRef>, PdfConfiguration, OcrConfiguration)

Task<Result<Uri>> GenerateFromImagesAsync(IEnumerable<ImageRef> images, PdfConfiguration pdfConfiguration, OcrConfiguration ocrConfiguration = null)

Parameters

images IEnumerable<ImageRef>
pdfConfiguration PdfConfiguration
ocrConfiguration OcrConfiguration

Returns

Task<Result<Uri>>