Hello,
I'm making a project for one company. What they want from me is load a PDF document, make some stuff with it and then export it to a printer. I thought that SFML will be good library for this project since it is easy to use and it provides many useful functions for project like this. But I have a problem with the first step. I cannot see a way to load PDF file into SFML. Maybe I should convert PDF into JPG and then load it but it is too difficult and I'm looking for an easier solution if it exists. Any tips or tricks ?