-
Notifications
You must be signed in to change notification settings - Fork 198
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
Doesn't work correctly on google drive nor any online pdf readers #20
Comments
Just made an account to say this. I would love support for pdf files as well ! |
Unfortunately getting it to work on Google Docs and on PDFs is extremely difficult (via a chrome extension, easy if it were a separate website) |
Ah damn. Fair enough. But I think there would be lots of interest for a tool like this to be able to read pdf files, as that is the format 90% of difficult texts I read is in. If some people are up for the task, it would be highly appreciated:) |
A way to make that possible right now is converting the pdf in html and open it in your browser. That should work, but it's probably gonna weird |
I just tried converting 5 different pdf files, and it doesn't really work. Only on italics, and other small bits, for some reason. I think it is because of the way the text is written in pdf (converted to html), that must be different to normal html (obviously, I guess, I'm not really a programmer). Perhaps to avoid misuse of copyrighted books or something. When you F12 and inspect element it looks like this in my pdf converted to html. I hope it helps somebody:
|
I converted my PDF to HTML and it only works when I put it on a web server. Why doesn't it work with a local HTML file? |
Because the extension only works for the |
Doesn't sound like it would be a complicated fix 🤔 |
If you think so you can submit a PR! Thanks :)
…On Wed, Jun 29 2022 at 23:31, reaseno < ***@***.*** > wrote:
Doesn't sound like it would be a complicated fix 🤔
—
Reply to this email directly, view it on GitHub (
#20 (comment)
) , or unsubscribe (
https://github.com/notifications/unsubscribe-auth/AB6T25NUU2FNA6RSDVST7P3VRU5KLANCNFSM5WTC2HPQ
).
You are receiving this because you commented. Message ID: <ansh/jiffyreader
. com/issues/20/1170820872 @ github. com>
|
@reaseno try the extension with your local files again. |
I used this for conversion: |
i was able to convert a pdf to epub i am guessing this all works provided the pdf version is storing actual text because there are many versions of the pdf specification. Some specs support text while others are intented for storing images in varying resolutions. |
@asieduernest12 Then I enabled "Allow access to file URLs" in the browser for the extension. After that, jiffyreader worked with that local file. I had already tried this on June 27, where it still did not work. If there was a fix, thank you very much. |
@reaseno super interesting so now it seems we have solved the issues with not being able to read pdfs. so you can use cloudconvert.com to convert a pdf to html and view it right in the browser. With the second option being converting to an epub and uploading to google play which means you can technically read it anywhere from any other browser. a nice feature then would be |
|
* Update: include version params to welcome page (#12) * Hotfix/oninstallbug (#13) * Update: include version params to welcome page * Fix: logic error opening welcome page always on production install events * Feat: make and push tags with make (#14) * Update: package.json description (#15) * Update: Make scripts * Update(dev): simply action.sh and simplify its call to just a single line with default parameters to be called for building all browser targets except safari * Update(dev): call action.sh in github actions * Update/make tag scripts (#16) * Update(dev): drop development tag actions * Chore: make bumped version to: 1.1.0 * Fix/GitHub actions (#17) * Fix: add engine to force node 18 engine on githubActions * Update(dev): use node@18.12.1 in actions * Update: fix env Name quotes * Chore: fix quoting * Fix: broken build by removing engine in package.json * Chore(dev): formating * Update(dev): add make build@latest * Fix: actions.sh scope echo * Update: github action to call make build@latest * Fix: revert github action to use . action.sh * Update(dev): make scripts, add commit-bump-undo, read-last-commit * Chore(commit-bump): new bump target: 1.1.1 * Update(dev): add make to undo a tag (#18) * Update(dev): push tag using bump.txt value (#19) * Update(dev): push tag using bump.txt value (#20)
I was planning on using it to help me better read school notes on google docs, but it only transforms the name of the document and the drop-down lists, but not the main body of the text :(
The text was updated successfully, but these errors were encountered: