Interface PDFRenderer

  • All Implemented Interfaces:

    
    public interface PDFRenderer
    
                        

    Provides methods for PDF rendering

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

    • Method Detail

      • renderDocumentFromImages

         abstract File renderDocumentFromImages(List<Uri> imageFileUris, Boolean sourceFilesEncrypted, PdfConfig pdfConfig)

        Render PDF from given images uris

        Parameters:
        imageFileUris - list of source images uris
        sourceFilesEncrypted - should be true if source files are encrypted with Scanbot SDK encryption mechanism, otherwise - false
        pdfConfig - extra PDF configuration