Closed radiy closed 8 years ago
If pdf document was passed as buffer pointer to it will be transferred to pdfium. On GC pass buffer can be moved and pointer became invalid.
Sorry for the late reply. I've closed your merge request since it doesn't apply anymore. The PdfBufferFile class has been removed and instead we're now using stream loading directly from the stream.
PdfBufferFile
If pdf document was passed as buffer pointer to it will be transferred to pdfium. On GC pass buffer can be moved and pointer became invalid.