Creating PDF Viewer

Hi there!!
I want to create the PDF viewer which can visualize some data from python.
I think It will be like presenter tool on PowerPoint.
Do you have any ideas to help me create its system?
If you have ideas or recommendations of addon, please tell me!!

:slight_smile: good luck with that…

I tried creating something similar… but it’s way harder than it looks at least on windows…
in osx… just use the ofQuicktime and videoplayer example , load a pdf good to go, get the pixels etc…

in windows……… it’s a bit harder…

I tried to use mupdf or ANY other library to basically convert the pdf as and image of any kind (char * pixels for example)
and then use it in openFrameworks…

Couldn’t find a good solution that it’s light weight and logical

let us know if you figure anything out…

Thanks for replying quickly!!

I tried doing that on windows, so I’m a little sad…
Of course, I do my best so that I can found best solution and tell you it.
If some ideas come to you, please feel free to tell me!!