Epdf library

Introduction

Epdf is a library that provides a C interface to the Poppler library to render PDF documents in different ways, using an Evas frontend. Straight Evas can be used, but several widgets implementations can integrate a PDF document in an Edje user interface using an Evas smart object or Ewl user interface using respective widgets.

Installation

The Epdf library requires Evas, Ecore and Poppler to be installed.

If the Ewl toolkits is available, then an Ewl widget will be built. Also, an Ewl test will be installed.

API Documentation

For the Epdf library, the complete api can be read in the section Epdf.

For the Esmart object library, the complete api can be read in the section Esmart Pdf.

For the Ewl widget, the complete api can be read in the section Ewl Pdf.

For the Etk widget, the complete api can be read in the section Etk_Pdf.