PDF Reader with Text-to-Speech (TTS) Mova . is a desktop application developed in Python using the PySide6 framework. The program enables users to open PDF documents, display their pages, extract text, and read it aloud using an integrated Text-to-Speech engine. The interface is divided into two synchronized panels: one displays the original PDF page, while the other presents the extracted text in a readable format. Users can navigate through pages, select specific content, and control playback with play, pause, stop, and next-sentence functions. During reading, the currently spoken sentence is automatically highlighted and centered in the text view, making it easy to follow the narration. The application supports multiple languages and adjustable speech rates, allowing users to customize the reading experience. PDF processing is handled with the PyMuPDF library, while speech synthesis is performed using the eSpeak NG engine. The application is intended for educational purposes, docum.