Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract PDF on file system instead of memory #16955

Closed
sebastienros opened this issue Nov 5, 2024 · 1 comment · Fixed by #16958
Closed

Extract PDF on file system instead of memory #16955

sebastienros opened this issue Nov 5, 2024 · 1 comment · Fixed by #16958
Milestone

Comments

@sebastienros
Copy link
Member

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.

Copy link
Contributor

github-actions bot commented Nov 7, 2024

We triaged this issue and set the milestone according to the priority we think is appropriate (see the docs on how we triage and prioritize issues).

This indicates when the core team may start working on it. However, if you'd like to contribute, we'd warmly welcome you to do that anytime. See our guide on contributions here.

@MikeAlhayek MikeAlhayek modified the milestones: 2.x, 2.1 Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants