sumatrapdfreader / sumatrapdf

SumatraPDF reader
http://www.sumatrapdfreader.org
GNU General Public License v3.0
13.78k stars 1.74k forks source link

framework #3327

Closed mishav78 closed 1 year ago

mishav78 commented 1 year ago

what dot net framework does this project use? can you use the code for Android and ios with the visual Studio mobile?

GitHubRulesOK commented 1 year ago

In this version it uses high speed raw assembly code via C & C++, for mobiles see core Artifex MuPDF Libraries

mishav78 commented 1 year ago

does it use assembly just to render the pdf or for the whole project? Are you saying just replace assembly with the proper functions from the above libraries? can you direct me to the part that needs to be replaced?

GitHubRulesOK commented 1 year ago

I have no knowledge of how each part works, basically its hard to port, due to its very broad codebase of many parts. It works as a Wine exe in Linux and possibly under other Windows core emulations but is as you can see from the open source highly dependent like PyMuPDF on Artifex license permitted MuPDF code. Derivative works should consider their position relative to those licenses.