On 25/09/15 06:15 AM, Kasper Peeters wrote: > Hi, > > I need to display small PDF files inside a gtkmm app. These are > single-page documents, and I just want to display the cropped content > of those documents. What's the recommended way to do this? Has anyone > written a simple C++ wrapper around libevince or poppler to make this > kind of thing easy?
While a C++ wrapper is nice, you can use libevince or poppler directly in C++, like any other C-based API. Cheers, Hub _______________________________________________ gtkmm-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/gtkmm-list
