- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 435
 
feat: add PDF to Word conversion tool #206
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
Conversation
      
          
      
      
            Srivarshan-T
  
      
      
      commented
        Jul 18, 2025 
      
    
  
- Updated package.json to include new dependencies: docx and html-docx-js.
 - Added localization support for the new PDF to Word feature in multiple languages (de, en, es, fr, hi, ja, nl, pt, ru, zh).
 - Implemented the PDF to Word conversion functionality in a new component.
 - Created service logic to handle PDF processing and conversion to Word format.
 - Added tests for the PDF to Word conversion service to ensure functionality and accuracy.
 
- Updated package.json to include new dependencies: docx and html-docx-js. - Added localization support for the new PDF to Word feature in multiple languages (de, en, es, fr, hi, ja, nl, pt, ru, zh). - Implemented the PDF to Word conversion functionality in a new component. - Created service logic to handle PDF processing and conversion to Word format. - Added tests for the PDF to Word conversion service to ensure functionality and accuracy.
| 
           This PR implements client-side PDF to Word conversion using  ✅ Key Enhancements: 
 🆚 Note: Fixes: [#69]  | 
    
- Removed `html-docx-js` version 0.3.1 - Updated `pdfjs-dist` from version 3.4.120 to 5.3.93 - Downgraded `@types/react` from version 18.3.23 to 18.3.3
| 
           What about images?  | 
    
| 
           Sorry. This doesnt work properly. The layout is lost  | 
    
| 
           Which layout can you send the screen shot to me and I can fix it  | 
    
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
last comment
| 
           This is not easy. Better to use a library  | 
    
| 
           ok I will improve the accuracy especially with layouts and images  | 
    
| 
           @iib0011 Since implementing this purely in-browser isn't practical without significant compromises, I’m moving forward to work on another issue. Open to suggestions if we plan to support a backend for this feature in the future!  |