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

Feature: Expand File Format Support to PPT/PPTX, DOC/DOCX #231

Open
ashrafchowdury opened this issue Jan 4, 2024 · 5 comments
Open

Feature: Expand File Format Support to PPT/PPTX, DOC/DOCX #231

ashrafchowdury opened this issue Jan 4, 2024 · 5 comments

Comments

@ashrafchowdury
Copy link
Contributor

Description

Currently, the document only accommodates PDF and Notion page formats. To enhance its functionality and versatility, you proposed integrating support for additional file formats:

  1. PPT/PPTX
  2. DOC/DOCX

It's the best time to work on this feature as it's part of the roadmap. #71

Benefits:

  • Enhanced User Experience: By accommodating a broader range of file types, users will enjoy greater flexibility and convenience in their interactions with the application.
  • Expanded Use Cases: The application will become suitable for a wider range of tasks and projects, attracting a broader audience and fostering increased adoption.
@ashrafchowdury
Copy link
Contributor Author

I would like to work on this feature if all sounds good. :)

Additionally, you can share your opinion and requirements if you have to. ;)

@mfts
Copy link
Owner

mfts commented Jan 5, 2024

Yes that's definitely a good point. A few things to consider: we need to keep the page-by-page analytics even for new file types.

Have you thought about any ways to convert docx/pptx to images (or individual pages)?

I was researching this a while ago and there are a couple of ways but curious to see what you / and the community think.

@ashrafchowdury
Copy link
Contributor Author

Converting docx/pptx to an image can be expensive, although we can do that.

What if we use a library to view these files instead of converting them into images?

@mfts
Copy link
Owner

mfts commented Jan 9, 2024

As long as we can get the individual document pages from the library, so that we cab track the analytics on each page, sure :)

@ashrafchowdury
Copy link
Contributor Author

I would like to try both options to see which one performs better and will raise a PR according to it. For sure.

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

No branches or pull requests

2 participants