This is a Text to PDF Converter application built with React. The application allows users to enter text, upload .txt
files, and convert the text content into a downloadable PDF file. Users can also switch between dark, light, and high-contrast modes for a more accessible interface.
- Convert Text to PDF: Users can enter text manually or upload a
.txt
file and convert it to a PDF format. - File Name Customization: Specify a custom file name before saving the PDF.
- Character and Word Count: Displays a live count of characters and words in the text area.
- Drag-and-Drop Upload: Users can drag and drop a
.txt
file into the app for easy upload. - Dark, Light, and High Contrast Modes: Toggle between visual modes for a personalized and accessible experience.
- Error and Success Messages: Alerts for missing text and successful conversions.
- Clone the repository:
git clone https://github.com/adityajanjanam/TextToPDFConverter.git cd TextToPDFConverter