Table of Contents

Interface IScanbotPdfGenerator

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

Methods

GenerateFromDocumentAsync(string, PdfConfiguration, bool)

Task<Result<Uri>> GenerateFromDocumentAsync(string documentUuid, PdfConfiguration pdfConfiguration, bool performOcr = false)

Parameters

documentUuid string
pdfConfiguration PdfConfiguration
performOcr bool

Returns

Task<Result<Uri>>

GenerateFromImagesAsync(IEnumerable<ImageSource>, PdfConfiguration, bool)

Task<Result<Uri>> GenerateFromImagesAsync(IEnumerable<ImageSource> images, PdfConfiguration pdfConfiguration, bool performOcr = false)

Parameters

images IEnumerable<ImageSource>
pdfConfiguration PdfConfiguration
performOcr bool

Returns

Task<Result<Uri>>

GenerateFromImagesAsync(IEnumerable<ImageRef>, PdfConfiguration, bool)

Task<Result<Uri>> GenerateFromImagesAsync(IEnumerable<ImageRef> images, PdfConfiguration pdfConfiguration, bool performOcr = false)

Parameters

images IEnumerable<ImageRef>
pdfConfiguration PdfConfiguration
performOcr bool

Returns

Task<Result<Uri>>