You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In PdfMediaFileTextProvider.cs the input stream is loaded in memory if it's not seekable. I think we may want to use the file system instead and delete the temporary file when the operation is done.
The text was updated successfully, but these errors were encountered:
In PdfMediaFileTextProvider.cs the input stream is loaded in memory if it's not seekable. I think we may want to use the file system instead and delete the temporary file when the operation is done.
The text was updated successfully, but these errors were encountered: