Minggang Li

Results 120 comments of Minggang Li

Hi, @geek1011, is it possible to use the basic pdf reader implementation like https://github.com/rsc/pdf which lacks of rendering part, or https://github.com/yob/pdfreader which can convert pdf to svg. Or, is it...

Please make high priority to issue #47 which is a big performance improvement for huge books like mine. I don't think the projects I listed are mature enough for use....

Thanks for your hard work! FYI http://duncanlock.net/blog/2013/11/18/how-to-create-thumbnails-for-pdfs-with-imagemagick-on-linux/ https://stackoverflow.com/questions/26383405/ghostscript-command-create-thumbnail-images-from-pdf-file

Another candidate in go https://github.com/hhrutter/pdfcpu

There is another JS version which supports PDF thumbnail. No idea if it's OK for us. https://github.com/oguzhaninan/Buka

I'm using Win 10 + VS 2022 community. Will try it with minimal.

Did not reproduce the issue. with minimal. Will close the issue.

Not sure if this is a bug or not. I can reproduce it with minimal by the code snippet below. If I used the wxBitmap directly created by xpm, it's...

Not sure if it was because of returning a wxBitmap in stack?

After trying wxWidgets 3.1.6/3.1.7/3.20, I can confirm the bug was introduced in 3.1.7 In 3.1.6 and before, the code snippet above will look as below ![image](https://user-images.githubusercontent.com/4847132/181484722-55ce6ad7-8351-436f-a1c6-a585a1424ddb.png) However, in 3.1.7 and...