-
Notifications
You must be signed in to change notification settings - Fork 10
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 Request] Add PDF file support #53
Comments
Hi Tarek-Hasan, Thank you for all the references. |
Just a follow up for this feature request. |
How does the PDF thumbnails look like at the moment for Icaros v3.3.3 Beta 2 Is it available or not? |
It's currently only available for PDF's with embedded previews, but it will soon be fully supported. |
Hi,
Additionally, I also suggest checking out the following libraries.
Please, use libraries with smaller footprint for PDF and SVG so that those can be included in the installer without resorting to additional download. |
Hi Tarek-Hasan, Thank you for the suggestions. There isn't really any small footprint libraries when it comes to PDF and SVG as they are both very complex formats. |
It would be nice if an additional module/dll could be downloaded and installed directly from inside the running Icaros program. Manually downloading a separate file and pasting it into the appropriate directory of the program and possibly checking whether we have the current version for PDF/SVG or it is outdated can be problematic. |
Could potentially be added as an optional download in the installer, so the installer download and installs it, when selected. Icaros itself currently doesn't make any network calls, which is nice when it comes to antivirus/antimalware software. |
"Could potentially be added as an optional download in the installer, so the installer download and installs it, when selected." Good :) |
Hi, we talked on Twitter about PDF support a few months ago. You are working on PDF feature for a long time now. Are you having complication implementing the feature in Icaros? This issue is here, as a marker to keep track of the PDF support.
You can use these following libraries if seems useful.
Additional Information:
KDE desktop environment has thumbnails preview for most of the popular file formats to be shown in its file manager, Dolphin. Including .docx .pptx .xlsx .pdf .epub .djvu .mobi .svg .avif .blend .kra etc. Though the libraries are for QT, I still mentioned them, hoping it helps anyway.
Links to source of the libraries used to generate thumbnail:
https://invent.kde.org/multimedia/ffmpegthumbs
https://invent.kde.org/network/kio-extras/-/tree/master/thumbnail
https://invent.kde.org/graphics/kdegraphics-thumbnailers
The text was updated successfully, but these errors were encountered: