NameDateSize

..23-Aug-20164 KiB

DEPS23-Aug-2016154

fpdf_dataavail.h23-Aug-20169.2 KiB

fpdf_doc.h23-Aug-201615.2 KiB

fpdf_edit.h23-Aug-201612 KiB

fpdf_ext.h23-Aug-20162.8 KiB

fpdf_flatten.h23-Aug-20161.3 KiB

fpdf_formfill.h23-Aug-201661.8 KiB

fpdf_fwlevent.h23-Aug-20166.5 KiB

fpdf_ppo.h23-Aug-20161.7 KiB

fpdf_progressive.h23-Aug-20164.3 KiB

fpdf_save.h23-Aug-20162.8 KiB

fpdf_searchex.h23-Aug-2016989

fpdf_sysfontinfo.h23-Aug-201610.2 KiB

fpdf_text.h23-Aug-201617.2 KiB

fpdf_transformpage.h23-Aug-20165.8 KiB

fpdfview.h23-Aug-201638 KiB

README23-Aug-2016539

README

1public/ README
2
3The header files in this directory are the only ones that should ever be
4included by an embedder of PDFium.  If there arises a need for functionality
5beyond what is present here, then a new API must be added here to provide it.
6
7These header files must be entirely contained in this directory; they must
8never include other header files from outside of it.
9
10These files must compile cleanly without warnings on both C and C++ compilers.
11
12Changes to these files must be carefully considered to avoid breaking
13compatibility.
14