youmjb / SumatraPDF-mod

1 stars 0 forks source link

Have considered submitting code to the official repository? #1

Open xh542428798 opened 8 months ago

xh542428798 commented 8 months ago

Sir, your modifications are fantastic! I really like SumatraPDF, but its pdf annotation feature is lacking. I have always hoped for someone to enhance the functionality, and I was even considering learning C++ to make my own modifications. I came across your project, and your modifications align perfectly with my expectations. It's truly amazing. I wanted to ask if you have considered submitting your project to the official repository? I hope more people can contribute to improving the note-taking functionality, and I will continue learning C++ so that I can participate in code modifications in the future.

xh542428798 commented 8 months ago

By the way, if I want to modify the code of SumatraPDF, what frameworks should I be familiar with? For example, what GUI framework does SumatraPDF use? Also, are the new features you added in your project just the default tools in MuPDF libarary, such as the circular and rectangular annotation boxes?

youmjb commented 8 months ago

Thank you sincerely for your compliments, and I'm genuinely delighted by them. I'll soon upload all the code to GitHub. The GUI framework used is the freely available Visual Studio Community. The default tools are indeed from the MuPDF library, with some slight modifications. Thank you again! With kind regards,

Jaeboum Youm

2023년 10월 28일 (토) 오후 5:59, Hui Xie @.***>님이 작성:

By the way, if I want to modify the code of SumatraPDF, what frameworks should I be familiar with? For example, what GUI framework does SumatraPDF use? Also, are the new features you added in your project just the default tools in MuPDF libarary, such as the circular and rectangular annotation boxes?

— Reply to this email directly, view it on GitHub https://github.com/youmjb/SumatraPDF-mod/issues/1#issuecomment-1783752764, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANZLNBGJGSEOZVOEMQ75CVLYBTCNJAVCNFSM6AAAAAA6T6D6J2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBTG42TENZWGQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

xh542428798 commented 8 months ago

Thank you sincerely for your compliments, and I'm genuinely delighted by them. I'll soon upload all the code to GitHub. The GUI framework used is the freely available Visual Studio Community. The default tools are indeed from the MuPDF library, with some slight modifications. Thank you again! With kind regards,

Jaeboum Youm

2023년 10월 28일 (토) 오후 5:59, Hui Xie @.***>님이 작성:

By the way, if I want to modify the code of SumatraPDF, what frameworks should I be familiar with? For example, what GUI framework does SumatraPDF use? Also, are the new features you added in your project just the default tools in MuPDF libarary, such as the circular and rectangular annotation boxes?

— Reply to this email directly, view it on GitHub https://github.com/youmjb/SumatraPDF-mod/issues/1#issuecomment-1783752764, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANZLNBGJGSEOZVOEMQ75CVLYBTCNJAVCNFSM6AAAAAA6T6D6J2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBTG42TENZWGQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Hello Sir, I would like to further consult with you. When saving notes, the software has two options: save in the current PDF or save to another PDF. If I want to add a new button to save the notes as a separate file, such as saving them as a JSON file, do you think it would be difficult?