yshalsager's Channel
2.52K subscribers
74 photos
12 videos
6 files
806 links
A channel where you can find @yshalsager's projects and its updates.
https://yshalsager.com/en/
Download Telegram
E-Book Converter Bot has been updated with new features

• Save last used convert options
• Custom Arabic PDF fonts: Amiri - IBM Plex Sans Arabic - Noto Naskh

The bot is now running based on:
- calibre: v9.7.0
- kfx_input: 2.30.0
- kfx_output: 2.19.0
- kindle_previewer: 3.103.0 (2026-03-11)

Try the bot new update: @ebook_converter_bot

If you like my work, you may consider supporting it via a donation. A donation was never necessary, but It's making life easier for me and guarantees paying server costs as well as keeping projects active and without annoying ads. My works are free and open-source, that cost money, time, and efforts. You can do this using GitHub Sponsors, LibrePay, or PayPal.

Stay tuned for new updates!
🔥1
BentoPDF is a powerful, privacy-first, client-side PDF toolkit that is self hostable and allows you to manipulate, edit, merge, and process PDF files directly in your browser. No server-side processing is required, ensuring your files remain secure and private.

https://www.bentopdf.com/

https://github.com/alam00000/bentopdf
1
E-Book Converter Bot has been updated with new features

• Pandoc backend for document conversions
• New document routes: Markdown, HTML, reStructuredText, AsciiDoc, Org, LaTeX, Typst, and plain text
• DOCX to Markdown support
• Pandoc options: table of contents and numbered sections
• Better RTL handling and Arabic cleanup for Pandoc routes
• Legacy Word .doc input support using Antiword
• Line height conversion option
• Improved EPUB footnote handling

The bot is now running based on:
- calibre: v9.8.0
- pandoc: v3.9.0.2
- antiword: v0.37
- kfx_input: 2.31.0
- kfx_output: 2.19.0
- kindle_previewer: 3.103.0 (2026-03-11)

Try the bot new update: @ebook_converter_bot

If you like my work, you may consider supporting it via a donation. A donation was never necessary, but It's making life easier for me and guarantees paying server costs as well as keeping projects active and without annoying ads. My works are free and open-source, that cost money, time, and efforts. You can do this using GitHub Sponsors, LibrePay, or PayPal.

Stay tuned for new updates!
1
Creating Calibre open with / edit right-click options in macOS


osacompile -o "View in Calibre.app" -e 'on open fileList
repeat with aFile in fileList
do shell script "/Applications/calibre.app/Contents/MacOS/ebook-viewer " & quoted form of POSIX path of aFile & " > /dev/null 2>&1 &"
end repeat
end open'



osacompile -o "Edit in Calibre.app" -e 'on open fileList
repeat with aFile in fileList
do shell script "/Applications/calibre.app/Contents/MacOS/ebook-edit " & quoted form of POSIX path of aFile & " > /dev/null 2>&1 &"
end repeat
end open'
E-Book Converter Bot has been updated

- Added support for more formats: CSV, XLSX, PPTX, Jupyter Notebook, HTM/XHTML, DJV, DOCM, plus ODT/PPTX output support.
- Bot now supports 57 input formats and 31 output formats.
- Improved DOCX conversion with Pandoc: RTL output, heading page breaks, heading level adjustment, and Arabic reference styling.
- Added Arabic PDF font profiles, including Noto Naskh Arabic, Amiri, Scheherazade New, IBM Plex Sans Arabic, Vazirmatn, KFGQPC Uthman Taha, and Adwaa Lotfi.
- Added PDF options to skip generated cover pages and avoid starting chapters on new pages.
- Renamed “Compress cover” to “Compress images” for clearer wording.

The bot is now running based on:
- calibre: v9.9.0
- pandoc: v3.9.0.2
- antiword: v0.37
- kfx_input: 2.33.0
- kfx_output: 2.19.0
- kindle_previewer: 3.104.0 (2026-04-17)

Try the bot new update: @ebook_converter_bot

If you like my work, you may consider supporting it via a donation. A donation was never necessary, but It's making life easier for me and guarantees paying server costs as well as keeping projects active and without annoying ads. My works are free and open-source, that cost money, time, and efforts. You can do this using GitHub Sponsors, LibrePay, or PayPal.

Stay tuned for new updates!
1😁1