开发者

Win32: displaying PDF

开发者 https://www.devze.com 2022-12-20 23:58 出处:网络
I have a simple Win32 C app, which I would like to enable to display PDFs (they do not have to be files - they 开发者_JAVA技巧could be in-memory as well). I would like to control at least the zoom lev

I have a simple Win32 C app, which I would like to enable to display PDFs (they do not have to be files - they 开发者_JAVA技巧could be in-memory as well). I would like to control at least the zoom level and whether is should be shown as single, standalone pages or continuous "flow" of pages. I'm asking for anything else than Acrobat Reader, Poppler and Sumatra, preferably something which integrates with a dialog-based app nicely.


What about not using Sumatra itself, but mupdf, which Sumatra is built atop?

0

精彩评论

暂无评论...
验证码 换一张
取 消