ComPDF React Native - v3.0.0
    Preparing search index...

    Type Alias CPDFExtractImageResult

    Result returned when images are extracted from a PDF document.

    type CPDFExtractImageResult = {
        success: boolean;
        count: number;
        directoryPath: string;
        imagePaths: string[];
    }
    Index

    Properties

    success: boolean
    count: number
    directoryPath: string
    imagePaths: string[]