getEmbeddedFilesProgressive

Retrieves embedded files progressively, calling the provided callback with files organized by page. This allows for non-blocking UI updates during processing of large documents. The caller is responsible for managing threading - this method will execute on the current thread.

Parameters

includeFileAnnotations

true to include files embedded in FileAnnotation.

callback

Receives the progressively updated list of all embedded files found so far.