new ArrayBufferPdfPartRetriever(arrayBuffer)
ArrayBufferPdfPartRetriever retrieves Document data from an ArrayBuffer
Note: As of version 6.0, directly constructing a part retriever is deprecated and the capability will be removed in a future version. Please use the PartRetrievers#getPartRetriever function instead.
Note: As of version 6.0, directly constructing a part retriever is deprecated and the capability will be removed in a future version. Please use the PartRetrievers#getPartRetriever function instead.
Parameters:
Name | Type | Description |
---|---|---|
arrayBuffer |
Object | An ArrayBuffer containing the data to load. |