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

Add PDF support #3

Open
Jesper-Hustad opened this issue Sep 19, 2022 · 1 comment
Open

Add PDF support #3

Jesper-Hustad opened this issue Sep 19, 2022 · 1 comment
Labels

Comments

@Jesper-Hustad
Copy link
Owner

Jesper-Hustad commented Sep 19, 2022

There has been feedback that people are trying to use PDF files with the tool.

Since PDF files are quite common in the graphic design world it would probably also be convenient to add support for this as well.

This would be implemented by getting the first page of a PDF file, converting it into image data that can be handled by the JavaScript, run normally from there on out.

Requirements are:

  • small code size to keep the tool quick for slow internet users
  • relatively quick processing time, should preferably not take more than 1 second.
  • no user interface options, just take the first pdf page
@Jesper-Hustad Jesper-Hustad added the good first issue Good for newcomers label Sep 19, 2022
@Jesper-Hustad Jesper-Hustad changed the title Add PDF support and describe supported files better Add PDF support Sep 19, 2022
@diegoherrer4
Copy link

Is this issue still available? Would love to help

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

No branches or pull requests

2 participants