Skip to content
New issue

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

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

Already on GitHub? # to your account

Add support for uploading buffer instead of filepath #43

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

Signorlupo22
Copy link

This pull request introduces the ability to upload data using a buffer rather than a filepath. By allowing buffer uploads, the code becomes more flexible and can handle data streams directly, which can be particularly useful for in-memory data processing and scenarios where file system access is limited or undesirable. The changes include modifications to the upload function to accept buffer inputs, as well as updates to relevant tests to ensure proper functionality.

@abhinaba-ghosh
Copy link
Owner

Thanks for raising this PR. As this is a breaking change, would you mind updating the readme accordingly?

Thanks in advance!

@Signorlupo22
Copy link
Author

Thank you for your feedback. I will update the README accordingly and make the necessary changes as soon as possible.

Thanks in advance for your patience!

Best regards,

@Signorlupo22
Copy link
Author

I've updated the README to include the new buffer upload functionality and added support for PPTX files. If you need any further changes or have additional requests, please let me know.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants