<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: arya</title>
    <description>The latest articles on DEV Community by arya (@aryaaaa).</description>
    <link>https://dev.to/aryaaaa</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4052705%2F3010a782-a19a-4b0e-919f-fae797abd550.png</url>
      <title>DEV Community: arya</title>
      <link>https://dev.to/aryaaaa</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aryaaaa"/>
    <language>en</language>
    <item>
      <title>AI PDF Reader: Read PDFs Aloud with Natural Voice and Auto Scroll</title>
      <dc:creator>arya</dc:creator>
      <pubDate>Mon, 03 Aug 2026 14:52:55 +0000</pubDate>
      <link>https://dev.to/aryaaaa/ai-pdf-reader-read-pdfs-aloud-with-natural-voice-and-auto-scroll-ffg</link>
      <guid>https://dev.to/aryaaaa/ai-pdf-reader-read-pdfs-aloud-with-natural-voice-and-auto-scroll-ffg</guid>
      <description>&lt;p&gt;Reading long PDF files can be surprisingly difficult.&lt;/p&gt;

&lt;p&gt;I often find myself opening research papers, technical documentation, or ebooks, only to lose focus after staring at the screen for too long.&lt;/p&gt;

&lt;p&gt;So I built &lt;strong&gt;Read PDF Aloud AI&lt;/strong&gt;, a browser-based tool that converts PDF documents into speech and automatically follows the text while reading.&lt;/p&gt;

&lt;p&gt;Try it here:&lt;br&gt;
&lt;a href="https://it365.janqi.com/read-pdf-aloud-online-free/en/" rel="noopener noreferrer"&gt;read-pdf-aloud-ai&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I Built This
&lt;/h2&gt;

&lt;p&gt;The idea came from a simple problem:&lt;/p&gt;

&lt;p&gt;Sometimes I need to go through a long document, but I don't always want to spend hours looking at a screen.&lt;/p&gt;

&lt;p&gt;I wanted a way to listen to PDFs while doing other things, similar to listening to an audiobook.&lt;/p&gt;

&lt;p&gt;The basic workflow is simple:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Upload a PDF → Select a voice → Start listening&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;You can listen while:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;commuting&lt;/li&gt;
&lt;li&gt;taking notes&lt;/li&gt;
&lt;li&gt;exercising&lt;/li&gt;
&lt;li&gt;doing other tasks&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  AI Voice Reading With Multiple Languages
&lt;/h2&gt;

&lt;p&gt;The tool uses AI text-to-speech to read PDF content aloud.&lt;/p&gt;

&lt;p&gt;It supports multiple languages, including:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;English&lt;/li&gt;
&lt;li&gt;Chinese&lt;/li&gt;
&lt;li&gt;Japanese&lt;/li&gt;
&lt;li&gt;Korean&lt;/li&gt;
&lt;li&gt;Spanish&lt;/li&gt;
&lt;li&gt;French&lt;/li&gt;
&lt;li&gt;German&lt;/li&gt;
&lt;li&gt;Italian&lt;/li&gt;
&lt;li&gt;Portuguese&lt;/li&gt;
&lt;li&gt;Russian&lt;/li&gt;
&lt;li&gt;Arabic&lt;/li&gt;
&lt;li&gt;Hindi&lt;/li&gt;
&lt;li&gt;Dutch&lt;/li&gt;
&lt;li&gt;Turkish&lt;/li&gt;
&lt;li&gt;Polish&lt;/li&gt;
&lt;li&gt;Vietnamese&lt;/li&gt;
&lt;li&gt;Thai&lt;/li&gt;
&lt;li&gt;Indonesian&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;There are more than 20 supported languages and different voice options available.&lt;/p&gt;

&lt;h2&gt;
  
  
  Automatic PDF Scrolling
&lt;/h2&gt;

&lt;p&gt;One problem I wanted to solve was:&lt;/p&gt;

&lt;p&gt;"How can I follow the document while listening?"&lt;/p&gt;

&lt;p&gt;To solve this, I added automatic scrolling.&lt;/p&gt;

&lt;p&gt;While the voice is reading:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;the PDF automatically moves forward&lt;/li&gt;
&lt;li&gt;the current reading position stays visible&lt;/li&gt;
&lt;li&gt;you don't need to manually search for where you are&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This makes the experience closer to listening to an audiobook while still being able to see the original document.&lt;/p&gt;

&lt;h2&gt;
  
  
  Control Reading and Scrolling Speed
&lt;/h2&gt;

&lt;p&gt;Different documents need different reading speeds.&lt;/p&gt;

&lt;p&gt;For example, I prefer slower speeds when studying technical material, but faster speeds when reviewing something familiar.&lt;/p&gt;

&lt;p&gt;That's why the tool allows you to adjust:&lt;/p&gt;

&lt;h3&gt;
  
  
  Voice Speed
&lt;/h3&gt;

&lt;p&gt;Options include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;slower speed for learning&lt;/li&gt;
&lt;li&gt;normal reading speed&lt;/li&gt;
&lt;li&gt;faster review mode&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Auto Scroll Speed
&lt;/h3&gt;

&lt;p&gt;You can also control how quickly the document scrolls:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;slower scrolling for detailed reading&lt;/li&gt;
&lt;li&gt;faster scrolling for long documents&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Who Might Find This Useful?
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Developers
&lt;/h3&gt;

&lt;p&gt;Useful for listening to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;API documentation&lt;/li&gt;
&lt;li&gt;technical articles&lt;/li&gt;
&lt;li&gt;programming books&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Students
&lt;/h3&gt;

&lt;p&gt;Turn textbooks and research papers into audio study material.&lt;/p&gt;

&lt;h3&gt;
  
  
  Researchers
&lt;/h3&gt;

&lt;p&gt;Review papers without spending all your time looking at a screen.&lt;/p&gt;

&lt;h3&gt;
  
  
  Language Learners
&lt;/h3&gt;

&lt;p&gt;Listen to documents in different languages while practicing comprehension.&lt;/p&gt;

&lt;h2&gt;
  
  
  Final Thoughts
&lt;/h2&gt;

&lt;p&gt;I built this tool because I wanted a more flexible way to consume long PDF documents.&lt;/p&gt;

&lt;p&gt;Reading is not always the most convenient option, especially when documents are long. Sometimes listening is simply more practical.&lt;/p&gt;

&lt;p&gt;I hope this project can be useful for anyone who works with PDFs regularly.&lt;/p&gt;

&lt;p&gt;Feedback is welcome!&lt;/p&gt;

&lt;p&gt;Try it:&lt;br&gt;
&lt;a href="https://it365.janqi.com/read-pdf-aloud-online-free/en/" rel="noopener noreferrer"&gt;read-pdf-aloud-ai&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>productivity</category>
      <category>opensource</category>
      <category>texttospeech</category>
    </item>
    <item>
      <title>WYSIWYG Markdown Editor</title>
      <dc:creator>arya</dc:creator>
      <pubDate>Wed, 29 Jul 2026 15:14:08 +0000</pubDate>
      <link>https://dev.to/aryaaaa/wysiwyg-markdown-editor-3o8d</link>
      <guid>https://dev.to/aryaaaa/wysiwyg-markdown-editor-3o8d</guid>
      <description>&lt;p&gt;I recently found a Markdown editor that makes writing feel much easier.&lt;/p&gt;

&lt;p&gt;I’ve always liked Markdown, but switching between raw syntax and preview was annoying. This editor solves that problem with a clean WYSIWYG experience — you can write naturally and see the final result instantly.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F3wudjj6r5258zr4nvhkv.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F3wudjj6r5258zr4nvhkv.png" alt=" " width="800" height="632"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;What I like about it:&lt;/p&gt;

&lt;p&gt;✅ Write Markdown like using a normal document editor&lt;br&gt;
✅ Support for code blocks, math formulas, and diagrams&lt;br&gt;
✅ Export your work to PDF, HTML, or images&lt;br&gt;
✅ No installation needed — just open it in your browser&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fa3gma5vd28lw6yursmr8.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fa3gma5vd28lw6yursmr8.png" alt=" " width="800" height="496"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It’s a great little tool for developers, writers, and anyone who creates documentation or notes.&lt;/p&gt;

&lt;p&gt;If you love Markdown but want a smoother writing experience, give it a try:&lt;br&gt;
&lt;a href="https://it365.janqi.com/markdown/editor/muya/en/" rel="noopener noreferrer"&gt;Muya Markdown Online Editor&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
